diff options
author | Mike Baker <mbm@openwrt.org> | 2004-07-07 05:42:50 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2004-07-07 05:42:50 +0000 |
commit | af49f4deb1771b4c500f7d7c755f42d15149dad1 (patch) | |
tree | 04226165824e5840fc722c480ab56f58590e34ed /root | |
parent | 450c875139cc49674c4535dede60135cb681023a (diff) | |
download | mtk-20170518-af49f4deb1771b4c500f7d7c755f42d15149dad1.zip mtk-20170518-af49f4deb1771b4c500f7d7c755f42d15149dad1.tar.gz mtk-20170518-af49f4deb1771b4c500f7d7c755f42d15149dad1.tar.bz2 |
*** empty log message ***
SVN-Revision: 78
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 66e8b93..4729abc 100644 --- a/root/etc/profile +++ b/root/etc/profile @@ -1,3 +1,4 @@ #!/bin/sh +[ -f /etc/motd ] && cat /etc/motd export PATH=/bin:/sbin:/usr/bin:/usr/sbin export PS1='\u@\h:\w\$ ' |