diff options
author | Mike Baker <mbm@openwrt.org> | 2004-07-07 05:47:04 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2004-07-07 05:47:04 +0000 |
commit | eaaf8bfc1db503cbbc2658ec8cccd79be9021f83 (patch) | |
tree | dffa30a04c43191d32de72ed6524c524613a891d /root | |
parent | af49f4deb1771b4c500f7d7c755f42d15149dad1 (diff) | |
download | mtk-20170518-eaaf8bfc1db503cbbc2658ec8cccd79be9021f83.zip mtk-20170518-eaaf8bfc1db503cbbc2658ec8cccd79be9021f83.tar.gz mtk-20170518-eaaf8bfc1db503cbbc2658ec8cccd79be9021f83.tar.bz2 |
*** empty log message ***
SVN-Revision: 79
Diffstat (limited to 'root')
-rw-r--r-- | root/etc/profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/root/etc/profile b/root/etc/profile index 4729abc..cf2194b 100644 --- a/root/etc/profile +++ b/root/etc/profile @@ -1,4 +1,5 @@ #!/bin/sh [ -f /etc/motd ] && cat /etc/motd + export PATH=/bin:/sbin:/usr/bin:/usr/sbin export PS1='\u@\h:\w\$ ' |