| Date: | 2010-11-25 11:09:49 (2 years 6 months ago) |
|---|---|
| Author: | Xiangfu Liu |
| Commit: | 011732f7ce9d377a8266a871f673983dda35c5d1 |
| Message: | files: remove display banner in /etc/profile |
| Files: |
data/qi_lb60/files/etc/profile (1 diff) |
Change Details
| data/qi_lb60/files/etc/profile | ||
|---|---|---|
| 1 | 1 | #!/bin/sh |
| 2 | [ -f /etc/banner ] && cat /etc/banner | |
| 3 | echo -n "-------------------------------- version: " | |
| 4 | [ -f /etc/VERSION ] && cat /etc/VERSION | |
| 5 | 2 | |
| 6 | 3 | export PATH=/bin:/sbin:/usr/bin:/usr/sbin |
| 7 | 4 | export HOME=$(grep -e "^${USER:-root}:" /etc/passwd | cut -d ":" -f 6) |
