openwrtv3/package/base-files/files/etc/init.d
Felix Fietkau 44ba13b578 base-files: load modules early, run wifi detect afterwards and only then process uci defaults
this allows uci-defaults scripts to override wifi settings

SVN-Revision: 28733
2011-11-03 20:02:25 +00:00
..
boot base-files: load modules early, run wifi detect afterwards and only then process uci defaults 2011-11-03 20:02:25 +00:00
done base-files: introduce a ready-to-use /etc/rc.local to let users run custom commands on init without creating custom init scripts 2009-09-11 21:35:03 +00:00
led base-files: support port_state in led config (#6763) 2011-01-27 21:49:46 +00:00
rcS Fix bug in foregrounding in /etc/init.d/rcS 2010-04-16 18:14:08 +00:00
sysctl base-files: do not warn about nonexistant sysctl overrides (some of them are config dependent) 2010-01-29 02:17:11 +00:00
sysntpd base-files: remove rdate integration, add busybox ntpd init script and server list in /etc/config/system The rdate applet proved to be too unreliable to obtain the current time on boot: - public time servers are rare and often unreachable or overloaded - rdate does not daemonize, it needs a network connection the moment it is started, leading to race conditions - the /etc/config/timeserver configuration is overly complex and there is no reliable way to disable rdate invocations - the time protocol as specified in RFC 868 is considered obsolete This commit adds an init script /etc/init.d/sysntpd which starts and stops the busybox ntpd accordingly. The builtin ntpd can be disabled by either disabling the init script, removing the symlink to busybox or by clearing the timeserver list in /etc/config/system. 2011-10-27 00:21:53 +00:00
umount Don't do lazy unmounting of filessystems at reboot/poweroff. It is unneeded and could couse a broken filesystem if unmounting takes to long. Thanks to Peter Wagner 2010-02-09 18:07:36 +00:00
usb use rc.common for usb init script 2007-04-06 16:07:36 +00:00
watchdog base-files: Remove redundant stopping of watchdog 2010-05-03 10:56:58 +00:00