files: remove display banner in /etc/profile

This commit is contained in:
Xiangfu Liu
2011-05-10 06:59:41 -08:00
parent d8c42a200f
commit f0e4744b09
-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)