files: remove display banner in /etc/profile

This commit is contained in:
Xiangfu Liu
2011-02-11 05:24:57 -08:00
parent d2a16439ca
commit e40bc0959e
-3
View File
@@ -1,7 +1,4 @@
#!/bin/sh
[ -f /etc/banner ] && cat /etc/banner
echo -n "-------------------------------- version: "
[ -f /etc/VERSION ] && cat /etc/VERSION
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
export HOME=$(grep -e "^${USER:-root}:" /etc/passwd | cut -d ":" -f 6)