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/sbin | |
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/sbin')
-rwxr-xr-x | root/sbin/halt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/root/sbin/halt b/root/sbin/halt new file mode 100755 index 0000000000..2aee6930bb --- /dev/null +++ b/root/sbin/halt @@ -0,0 +1,3 @@ +#!/bin/sh +/usr/bin/killall5 -9 +umount -ar |