English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Contents of /branches/freewrt_1_0/package/base-files/files/etc/profile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2747 - (show annotations) (download)
Fri Jun 8 11:57:19 2007 UTC (6 years, 8 months ago) by tg
File size: 363 byte(s)
remove the “reboot” shell alias, like in trunk when we introduced
the fwcf reboot script hook, ok tha@

1 PATH=/bin:/sbin:/usr/bin:/usr/sbin
2 PS1='\u@\h:\w\$ '
3
4 export PATH PS1
5
6 cat /etc/banner 2>&-
7
8 [ -x /usr/bin/less ] || alias less=more
9 [ -x /usr/bin/vim ] || alias vim=vi
10 alias ll="ls -l"
11
12 [ -x /usr/bin/arp ] || arp() { cat /proc/net/arp; }
13 [ -x /usr/bin/ldd ] || ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
14
15 [ -z "$KSH_VERSION" -o \! -s /etc/mkshrc ] || . /etc/mkshrc

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20