projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix config_clear(), see #3054
[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
8aac3b7
..
e82408f
100644
(file)
--- a/
package/base-files/files/etc/profile
+++ b/
package/base-files/files/etc/profile
@@
-2,13
+2,13
@@
[ -f /etc/banner ] && cat /etc/banner
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
[ -f /etc/banner ] && cat /etc/banner
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
-export HOME=/
tmp
+export HOME=/
root
export PS1='\u@\h:\w\$ '
export PS1='\u@\h:\w\$ '
-alias more=less
-[ -x /usr/bin/vim ] || alias vim=vi
+
[ -x /bin/more ] ||
alias more=less
+[ -x /usr/bin/vim ]
&& alias vi=vim
|| alias vim=vi
[ -z "$KSH_VERSION" -o \! -s /etc/mkshrc ] || . /etc/mkshrc
[ -z "$KSH_VERSION" -o \! -s /etc/mkshrc ] || . /etc/mkshrc
-arp() { cat /proc/net/arp; }
+
[ -x /sbin/arp ] ||
arp() { cat /proc/net/arp; }
[ -z /bin/ldd ] || ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
[ -z /bin/ldd ] || ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
This page took
0.024937 seconds
and
4
git commands to generate.