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 | 38589f37366a4b4db08f138228226d87b0240d8a (patch) | |
tree | 10c30586111ec47ba86a14a2ee6075fd4a0c2816 /root/sbin/halt | |
parent | fdf501334c5686fe44520c113a07bcc2409d3869 (diff) | |
download | mtk-20170518-38589f37366a4b4db08f138228226d87b0240d8a.zip mtk-20170518-38589f37366a4b4db08f138228226d87b0240d8a.tar.gz mtk-20170518-38589f37366a4b4db08f138228226d87b0240d8a.tar.bz2 |
rename alldone to halt
SVN-Revision: 64
Diffstat (limited to 'root/sbin/halt')
-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 0000000..2aee693 --- /dev/null +++ b/root/sbin/halt @@ -0,0 +1,3 @@ +#!/bin/sh +/usr/bin/killall5 -9 +umount -ar |