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 | d54d48aa2debde5d557efbb0adf500bc49663909 (patch) | |
| tree | 04226165824e5840fc722c480ab56f58590e34ed /root | |
| parent | 2a1b9ee9313949ccae9256bc80bc2586c417367d (diff) | |
| download | upstream-d54d48aa2debde5d557efbb0adf500bc49663909.tar.gz upstream-d54d48aa2debde5d557efbb0adf500bc49663909.tar.bz2 upstream-d54d48aa2debde5d557efbb0adf500bc49663909.zip | |
*** empty log message ***
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@78 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 66e8b93dd7a..4729abc02d7 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\$ ' |
