projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
allow scripts to disable config callbacks
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
profile
diff --git
a/package/base-files/files/etc/profile
b/package/base-files/files/etc/profile
index
aee0de2
..
c5d7e02
100644
(file)
--- a/
package/base-files/files/etc/profile
+++ b/
package/base-files/files/etc/profile
@@
-10,5
+10,5
@@
alias more=less
[ -z "$KSH_VERSION" -o \! -s /etc/mkshrc ] || . /etc/mkshrc
arp() { cat /proc/net/arp; }
-ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
+
[ -z /bin/ldd ] ||
ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
reboot() { ifdown wan 2>&1 >/dev/null ; /sbin/reboot; }
This page took
0.022333 seconds
and
4
git commands to generate.