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
11#!/bin/sh
2[ -f /etc/banner ] && cat /etc/banner
3echo -n "-------------------------------- version: "
4[ -f /etc/VERSION ] && cat /etc/VERSION
52
63export PATH=/bin:/sbin:/usr/bin:/usr/sbin
74export HOME=$(grep -e "^${USER:-root}:" /etc/passwd | cut -d ":" -f 6)

Archive Download the corresponding diff file



interactive