projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed typo, closes #294
[openwrt.git]
/
package
/
base-files
/
default
/
etc
/
profile
diff --git
a/package/base-files/default/etc/profile
b/package/base-files/default/etc/profile
index
1d98ae3
..
e3abe69
100644
(file)
--- 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; }
This page took
0.019565 seconds
and
4
git commands to generate.