diff options
| author | Mike Baker <mbm@openwrt.org> | 2004-06-06 06:13:59 +0000 |
|---|---|---|
| committer | Mike Baker <mbm@openwrt.org> | 2004-06-06 06:13:59 +0000 |
| commit | 38ce1085f517012234ca3aba54790b73ece91f5b (patch) | |
| tree | 10c30586111ec47ba86a14a2ee6075fd4a0c2816 /root | |
| parent | db5a4be4ff1500fb3840ced9232f581890e586ee (diff) | |
| download | upstream-38ce1085f517012234ca3aba54790b73ece91f5b.tar.gz upstream-38ce1085f517012234ca3aba54790b73ece91f5b.tar.bz2 upstream-38ce1085f517012234ca3aba54790b73ece91f5b.zip | |
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 6d8c87efcbf..3425bf3f8b6 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 2aee6930bba..2aee6930bba 100755 --- a/root/bin/alldone +++ b/root/sbin/halt |
