diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-06-06 06:13:59 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-06-06 06:13:59 +0000 |
commit | e8dc6bdf9e7b8f6ee52dfdad840fbb1c3db85d39 (patch) | |
tree | 10c30586111ec47ba86a14a2ee6075fd4a0c2816 /root | |
parent | 8f945d833968827bf1f87540f879dac8779c1aed (diff) |
rename alldone to halt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@64 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'root')
-rw-r--r-- | root/etc/inittab | 2 | ||||
-rwxr-xr-x | root/sbin/halt (renamed from root/bin/alldone) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/root/etc/inittab b/root/etc/inittab index 6d8c87efc..3425bf3f8 100644 --- a/root/etc/inittab +++ b/root/etc/inittab @@ -1,3 +1,3 @@ ::sysinit:/etc/init.d/rcS -::shutdown:/bin/alldone +::shutdown:/sbin/halt ::respawn:/usr/sbin/dnsmasq -d -l /tmp/udhcpd.leases -s lan diff --git a/root/bin/alldone b/root/sbin/halt index 2aee6930b..2aee6930b 100755 --- a/root/bin/alldone +++ b/root/sbin/halt |