X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=root%2Fetc%2Fprofile;h=cf2194bd83442e5833280c2b5096936f440ce9a9;hb=998ddaf93f95d855749e07de8625b4e8a47992e2;hp=66e8b93dd7a714ef8315de74b8d2a5a432c51cc7;hpb=78341629c4a2f13eeff799361308dd12f9b7044d;p=openwrt-10.03%2F.git diff --git a/root/etc/profile b/root/etc/profile index 66e8b93dd..cf2194bd8 100644 --- a/root/etc/profile +++ b/root/etc/profile @@ -1,3 +1,5 @@ #!/bin/sh +[ -f /etc/motd ] && cat /etc/motd + export PATH=/bin:/sbin:/usr/bin:/usr/sbin export PS1='\u@\h:\w\$ '