summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/init.d
Commit message (Collapse)AuthorAgeFilesLines
...
* base-files: do not warn about nonexistant sysctl overrides (some of them are ↵Felix Fietkau2010-01-291-1/+1
| | | | | | config dependent) SVN-Revision: 19375
* run led init after /etc/init.d/done to keep the configured led settings ↵Felix Fietkau2010-01-061-1/+1
| | | | | | active after the system has finished booting Signed-off-by: Nuno Goncalves <nunojpg@gmail.com> SVN-Revision: 19050
* do not start multiple subshells for applying /etc/uci-defaults. use sh -x ↵Felix Fietkau2009-12-091-4/+3
| | | | | | for hush compatibility SVN-Revision: 18717
* mount debugfs by defaultFelix Fietkau2009-11-231-0/+1
| | | | SVN-Revision: 18502
* base-files: only try to execute watchdog if binary is presentJo-Philipp Wich2009-10-201-1/+2
| | | | SVN-Revision: 18102
* base-files: introduce a ready-to-use /etc/rc.local to let users run custom ↵Jo-Philipp Wich2009-09-111-0/+5
| | | | | | commands on init without creating custom init scripts SVN-Revision: 17571
* Revert "fix nonhotpluggable networks not being brought up. Closes #2781" ↵Felix Fietkau2009-09-091-15/+0
| | | | | | (r17527) until we've solved the race conditions it creates SVN-Revision: 17544
* fix nonhotpluggable networks not being brought up. Closes #2781Travis Kemen2009-09-061-0/+15
| | | | SVN-Revision: 17527
* Revert "add ifup -a to boot(), closes #4543 #2781" (r17515) Hotpluggable ↵Felix Fietkau2009-09-051-1/+0
| | | | | | interfaces are already brought up before /etc/init.d/network boot and this change can break them, if the ifup -a command runs at the wrong time, also starts many interfaces twice, which can lead to issues with PPPoE. SVN-Revision: 17516
* add ifup -a to boot(), closes #4543 #2781Travis Kemen2009-09-051-0/+1
| | | | SVN-Revision: 17515
* extend logging functionsTravis Kemen2009-09-041-7/+17
| | | | SVN-Revision: 17514
* base-files: clean up init.d/fstab and port it to the new config_getFelix Fietkau2009-08-071-18/+14
| | | | | | | | ... also remove the unused noauto variable in swapon. Signed-off-by: Malte S. Stretz <mss@apache.org> SVN-Revision: 17159
* base-files: port init.d/led to new config_getFelix Fietkau2009-08-071-8/+6
| | | | | | | | ... and don't call logger directly, rcS takes care of the correct redirection Signed-off-by: Malte S. Stretz <mss@apache.org> SVN-Revision: 17158
* base-files: port init.d/boot to new config_getFelix Fietkau2009-08-071-9/+10
| | | | | | | | ... and localize some variables. Signed-off-by: Malte S. Stretz <mss@apache.org> SVN-Revision: 17157
* base-files: set rules file for hotplug2 in the boot script (closes #5235)Gabor Juhos2009-05-301-0/+1
| | | | SVN-Revision: 16215
* base-files: update command line for the new hotplug2Gabor Juhos2009-05-281-1/+2
| | | | SVN-Revision: 16154
* rcS: wait for init scripts to complete before initiating the shutdown (patch ↵Felix Fietkau2009-04-302-6/+12
| | | | | | from #5032) SVN-Revision: 15530
* add an explicit 'sysinit' tag for logging initscripts output, instead of '' ↵Nicolas Thill2009-04-211-1/+1
| | | | | | that was logged as is SVN-Revision: 15323
* Allow running without "logger" installedMichael Büsch2009-03-181-1/+4
| | | | SVN-Revision: 14938
* Support configurations without syslogd/klogd.Michael Büsch2009-03-181-2/+2
| | | | SVN-Revision: 14937
* On shutdown disabled every mounted swap device. Fixes #4721 Thanks to Angel ↵Hauke Mehrtens2009-03-071-0/+1
| | | | | | Marin SVN-Revision: 14770
* allow specifying port where to log (#2019)Florian Fainelli2009-02-031-1/+2
| | | | SVN-Revision: 14396
* package/base-files: fix chmod of /tmp/.uci, bump package revisionJo-Philipp Wich2009-01-061-1/+1
| | | | SVN-Revision: 13903
* make option name optionalTravis Kemen2008-09-131-2/+2
| | | | SVN-Revision: 12585
* fix a race condition which would leave dnsmasq in infinite resolving ↵Felix Fietkau2008-08-281-0/+1
| | | | | | recursion nirvana SVN-Revision: 12424
* fixes broken if-then in led init scriptJohn Crispin2008-08-271-2/+3
| | | | SVN-Revision: 12411
* remove /etc/functions.sh call from led hotplug scriptJohn Crispin2008-08-141-2/+0
| | | | SVN-Revision: 12312
* added support for the timer-trigger to uci LED supportSteven Barth2008-08-071-0/+8
| | | | SVN-Revision: 12236
* add uci led support - /etc/config/system can hold led info which is applied ↵John Crispin2008-08-041-0/+45
| | | | | | at boot - adds /sbin/led.sh to set/clear leds via a name defined in /etc/config/system SVN-Revision: 12104
* work aroung error message during boot if swapon is nt installedJohn Crispin2008-08-041-1/+1
| | | | SVN-Revision: 12087
* move the hotplug2 kill command from preinit to /etc/init.d/boot, so that it ↵Felix Fietkau2008-08-011-0/+1
| | | | | | works for initramfs as well SVN-Revision: 12058
* fix variable names in testsNicolas Thill2008-07-221-5/+5
| | | | SVN-Revision: 11911
* Revert previous bad commit r11512Yuji Mano2008-06-161-11/+6
| | | | SVN-Revision: 11513
* Add the PS3 specific utility bl-option, a helper sctipt to get and set ↵Yuji Mano2008-06-161-6/+11
| | | | | | | | bootloader options in flash memory. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 11512
* system now knows which timezone it is inJohn Crispin2008-06-111-0/+4
| | | | SVN-Revision: 11445
* create /etc/fstab on boot (closes #3458)Matteo Croce2008-05-201-5/+7
| | | | SVN-Revision: 11225
* fix some wrong pathsMatteo Croce2008-05-191-6/+6
| | | | SVN-Revision: 11217
* base-files: Update /etc/init.d/fstab with new location of swapon and swapoff ↵Rod Whitby2008-05-171-4/+4
| | | | | | (they moved from /sbin to /usr/sbin) SVN-Revision: 11157
* adding check for /proc/net/vlan/config (==vlan enabled kernel)Ralph Hempel2008-05-131-1/+1
| | | | SVN-Revision: 11132
* fix swap{on,off} pathMatteo Croce2008-04-191-4/+4
| | | | SVN-Revision: 10863
* fix restart on platforms without a setup_switch()Travis Kemen2008-04-151-0/+2
| | | | SVN-Revision: 10846
* add missing include in restartTravis Kemen2008-04-121-0/+1
| | | | SVN-Revision: 10794
* fix typo(2) in watchdog init scriptMatteo Croce2008-04-031-1/+1
| | | | SVN-Revision: 10727
* fix typo in watchdog init scriptMatteo Croce2008-04-031-1/+1
| | | | SVN-Revision: 10726
* Start the watchdog daemon if a harware watchdog is presentFlorian Fainelli2008-04-031-0/+7
| | | | SVN-Revision: 10721
* Make the syslog ring-buffer size configurable (#3204)Florian Fainelli2008-03-071-1/+2
| | | | SVN-Revision: 10557
* Fix typoFlorian Fainelli2008-03-041-1/+1
| | | | SVN-Revision: 10544
* Also call setup_switch on network restartFlorian Fainelli2008-03-021-0/+1
| | | | SVN-Revision: 10540
* Here comes the new UCI. Enjoy :)Felix Fietkau2008-02-031-0/+2
| | | | SVN-Revision: 10367
* init: check permissions on rc.d filesFelix Fietkau2007-11-281-1/+1
| | | | | | | | | | | | We try to unconditionally execute /etc/rc.d/* files, even if they're not executable - an easy way of temproarily disabling a service. When this happens, we get a permission denied error on boot. This change only tries to run execulable startup scripts. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9607