add K* scripts to be run at shutdown
[openwrt.git] / package / base-files / files / etc / profile
index 001fb20..8aac3b7 100644 (file)
@@ -12,4 +12,3 @@ alias more=less
 
 arp() { cat /proc/net/arp; }
 [ -z /bin/ldd ] || ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
-reboot() { ifdown wan 2>&1 >/dev/null ; /sbin/reboot; }
This page took 0.022555 seconds and 4 git commands to generate.