summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/init.d
Commit message (Collapse)AuthorAgeFilesLines
* fix variable names in testsnico2008-07-221-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11911 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert previous bad commit r11512ymano2008-06-161-11/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11513 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add the PS3 specific utility bl-option, a helper sctiptymano2008-06-161-6/+11
| | | | | | | | | to get and set bootloader options in flash memory. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* system now knows which timezone it is inblogic2008-06-111-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11445 3c298f89-4303-0410-b956-a3cf2f4a3e73
* create /etc/fstab on boot (closes #3458)matteo2008-05-201-5/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11225 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix some wrong pathsmatteo2008-05-191-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11217 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: Update /etc/init.d/fstab with new location of swapon and swapoff ↵rwhitby2008-05-171-4/+4
| | | | | | (they moved from /sbin to /usr/sbin) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11157 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adding check for /proc/net/vlan/config (==vlan enabled kernel)ralph2008-05-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11132 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix swap{on,off} pathmatteo2008-04-191-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10863 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix restart on platforms without a setup_switch()thepeople2008-04-151-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10846 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing include in restartthepeople2008-04-121-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10794 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typo(2) in watchdog init script matteo2008-04-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10727 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typo in watchdog init scriptmatteo2008-04-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10726 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Start the watchdog daemon if a harware watchdog is presentflorian2008-04-031-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10721 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make the syslog ring-buffer size configurable (#3204)florian2008-03-071-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10557 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix typoflorian2008-03-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10544 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Also call setup_switch on network restartflorian2008-03-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10540 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Here comes the new UCI. Enjoy :)nbd2008-02-031-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* init: check permissions on rc.d filesnbd2007-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9607 3c298f89-4303-0410-b956-a3cf2f4a3e73
* init: don't start hotplug2 if it doesn't existnbd2007-11-281-1/+2
| | | | | | | | | | | | | The current init script always tries to start hotplug 2, even if it's not present, so we get an error on boot. This change checks for the presence of the hotplug2 binary before trying to start it. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9606 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages] 6tunnel: move init/config files to the right placejuhosg2007-10-271-64/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9453 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Mark 6tunnel as executable, avoids ": /etc/init.d/rcS: line 8: ↵florian2007-10-241-0/+0
| | | | | | /etc/rc.d/S466tunnel: Permission denied" git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9424 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add 6tunnel configuration for tunnel brokers based configuration (not ↵florian2007-10-111-0/+64
| | | | | | SiXXS), disabled by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9259 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: Added support for swap configuration in /etc/config/fstabrwhitby2007-09-221-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8947 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Added support for /etc/default/fstab - a means of automatically mounting ↵rwhitby2007-09-211-0/+42
| | | | | | devices on boot. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8916 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add --no-coldplug to the hotplug2 process started by /etc/init.d/boot - ↵nbd2007-09-201-1/+1
| | | | | | should prevent duplicate ifup actions. thx, ffrrrr. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8864 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wireless config gets regenerated not only when it does not exist, buit also ↵blogic2007-07-241-1/+1
| | | | | | if it is 0 len git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8149 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a warning (#1800)nbd2007-06-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7809 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace the hotplug2 fork handling hack with a better solution implemented ↵nbd2007-06-301-1/+1
| | | | | | in upstream (thanks, iSteve) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7786 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix failsafe on broadcom, send netlink events in diag when running linux 2.6nbd2007-06-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7722 3c298f89-4303-0410-b956-a3cf2f4a3e73
* keep track of the network interface states (stored in uci format in ↵nbd2007-06-161-0/+1
| | | | | | /var/state/network, overlay over /etc/config/network) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7643 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add the conloglevel option (#1682)florian2007-06-131-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7613 3c298f89-4303-0410-b956-a3cf2f4a3e73
* unified preinit environmentmbm2007-05-101-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7173 3c298f89-4303-0410-b956-a3cf2f4a3e73
* unmount filesystems at shutdownmbm2007-05-101-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7166 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add K* scripts to be run at shutdownmbm2007-05-103-6/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7163 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move syslogd and klogd to init.di/boot script, add remote logging supportmbm2007-05-102-9/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7160 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix networking on broadcom and possibly other targets as well (#1658)nbd2007-05-092-11/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7149 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use hotplug2 for serializing hotplug events on 2.6nbd2007-05-051-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* create /dev/root on boot - fixes cf2nand on rb532nbd2007-04-291-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7066 3c298f89-4303-0410-b956-a3cf2f4a3e73
* we can use some more hotplug processes here...nbd2007-04-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6980 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use rc.common for usb init scriptnbd2007-04-061-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6873 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Limit the number of hotplug childrensflorian2007-04-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6804 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add an 'Image Configuration' menu to menuconfignbd2007-03-161-0/+9
| | | | | | | | | Packages can export a list of config options with labels and data types through the metadata. The selected config values will be exported to the target filesystem in /etc/uci-defaults and applied on the first boot. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6572 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add new config option for the hostname in /etc/config/system (fixes #1302, ↵nbd2007-03-061-2/+11
| | | | | | #1438) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6532 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nuke mdev and replace it with hotplug2 :)nbd2007-03-041-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for if{down,up} -a and implement proper start/stop/restart for ↵nbd2007-03-021-1/+14
| | | | | | /etc/init.d/network git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6455 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make usb init script executablenbd2007-01-251-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6203 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use syslogd -C16 instead of syslogd -C 16 (busybox 1.4 compatibility)nbd2007-01-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6202 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Mount usb filesystem at startup (#1077)florian2007-01-211-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6163 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Forward port whiterussian resolv.conf changesnbd2007-01-081-0/+1
| | | | | | | | | /etc/resolv.conf links to /tmp/resolv.conf /tmp/resolv.conf links to /tmp/resolv.conf.auto by default (which is where the ISPs nameserver is in) When dnsmasq starts, it replaces /tmp/resolv.conf with a file pointing to 127.0.0.1 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6043 3c298f89-4303-0410-b956-a3cf2f4a3e73