diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-05-07 22:41:36 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-05-07 22:41:36 +0000 |
commit | e6a04b383a9e5fe8279c58d0753e9d84f75e33ea (patch) | |
tree | d4696fe042a844d14719b109937a46dcf0f7ce57 /root/etc/init.d/S99done | |
parent | a5719244d66a8cbc92b428f8baf30d9f7fa44702 (diff) |
move to new init.d structure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'root/etc/init.d/S99done')
-rwxr-xr-x | root/etc/init.d/S99done | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/root/etc/init.d/S99done b/root/etc/init.d/S99done new file mode 100755 index 000000000..c5211813f --- /dev/null +++ b/root/etc/init.d/S99done @@ -0,0 +1,3 @@ +#!/bin/sh +# turn off DMZ led +echo "0x00" > /proc/sys/diag |