rename alldone to halt
authorMike Baker <mbm@openwrt.org>
Sun, 6 Jun 2004 06:13:59 +0000 (06:13 +0000)
committerMike Baker <mbm@openwrt.org>
Sun, 6 Jun 2004 06:13:59 +0000 (06:13 +0000)
SVN-Revision: 64

root/bin/alldone [deleted file]
root/etc/inittab
root/sbin/halt [new file with mode: 0755]

diff --git a/root/bin/alldone b/root/bin/alldone
deleted file mode 100755 (executable)
index 2aee693..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-/usr/bin/killall5 -9
-umount -ar
index 6d8c87efcbfd62df081971379892472c93a230bc..3425bf3f8b6e898b5430a7fa222a4d00fca5183d 100644 (file)
@@ -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/sbin/halt b/root/sbin/halt
new file mode 100755 (executable)
index 0000000..2aee693
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+/usr/bin/killall5 -9
+umount -ar