John Crispin
93e9a71538
base-files: allow users to delect debug level during boot
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38909
11 years ago
Luka Perkov
ef5f836207
fix various init scripts
...
Changes include:
* removing unused variables
* replacing spaces with tabs where appropriate
* more consistency with variable declarations
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38142
11 years ago
John Crispin
928b503435
busybox: convert crond init script to procd
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37243
12 years ago
John Crispin
4ebf19b48f
packages: clean up the package folder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37007
12 years ago
Nicolas Thill
e4a8f5abe6
package/busybox: use new service wrapper
...
SVN-Revision: 28836
13 years ago
Felix Fietkau
50c44d0b54
cron: Add path
...
Override PATH for /etc/init.d/cron. This is necessary to ensure all programs
can be found when executing the script from remote by using ssh.
(e.g. ssh IP /etc/init.d/cron restart)
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
SVN-Revision: 25196
14 years ago
Jo-Philipp Wich
47e443f91b
busybox: use uci_get() wrapper ( #7312 )
...
SVN-Revision: 21491
15 years ago
Florian Fainelli
d40104d567
If /var/spool/cron/crontabs is a directory, then /etc/init.d/cron will place a spurious "crontabs" symlink into it. Patch fro Stefan Monnier
...
SVN-Revision: 20354
15 years ago
Jo-Philipp Wich
d26ec37d18
busybox: add possibility to set crond log level through /etc/config/system and use level 5 by default which prevents unneeded debug messages on each job execution
...
SVN-Revision: 15481
16 years ago
Jo-Philipp Wich
7618cd7cbe
fix incorrect quoting in busybox cron init script
...
SVN-Revision: 14540
16 years ago
John Crispin
6df5a9cf17
only start crond if there are files in the crontab
...
SVN-Revision: 10292
17 years ago
Florian Fainelli
0aeee1f572
Send a kill signal to cron, otherwise two instances could be running ( #1923 )
...
SVN-Revision: 7704
18 years ago
Mike Baker
bef40307bb
START/STOP values must be specified in the init script
...
SVN-Revision: 7164
18 years ago
Felix Fietkau
bd8e5fb7db
move busybox init scripts from base-files into the busybox package and make them depend on busybox menuconfig options
...
SVN-Revision: 5620
18 years ago
Florian Fainelli
e410cb37bf
Test if symbolic is already there ( #886 )
...
SVN-Revision: 5442
18 years ago
Felix Fietkau
8612d33691
init script cleanup, use /etc/rc.d/ for enabled scripts, /etc/init.d/<pkgname> (enable|disable) manages symlinks
...
SVN-Revision: 5128
18 years ago