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/sbin | |
| 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/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 00000000000..2aee6930bba --- /dev/null +++ b/root/sbin/halt @@ -0,0 +1,3 @@ +#!/bin/sh +/usr/bin/killall5 -9 +umount -ar |
