summaryrefslogtreecommitdiffstats
path: root/package/base-files/default/etc/profile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-22 20:47:19 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-22 20:47:19 +0000
commit15713b2da9a57d19a4b04af0dd77362c92979966 (patch)
treedc5e3fa715e87b8d2c61e3e3fb71b5f4e6268c10 /package/base-files/default/etc/profile
parent3c8c1d5d8129266fead520436949c40d62813d1f (diff)
sync base-files with whiterussian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2260 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/default/etc/profile')
-rw-r--r--package/base-files/default/etc/profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/default/etc/profile b/package/base-files/default/etc/profile
index 1d98ae340..e3abe6967 100644
--- a/package/base-files/default/etc/profile
+++ b/package/base-files/default/etc/profile
@@ -9,3 +9,4 @@ alias vim=vi
arp() { cat /proc/net/arp; }
ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
+reboot() { ifdown wan 2>&1 >/dev/null ; /sbin/reboot; }