957802cd0c
With the import of Xorg, a proper separation between login-time and sub shell-time of the environment setup is necessary. Instead of re-developping this from scratch, I am taking the opportunity to import the NetBSD default environment. Change-Id: Ib6a8fbd9c2f407ccd59be57a52ef9df21c2c9ce7
8 lines
244 B
Text
8 lines
244 B
Text
# $NetBSD: dot.login,v 1.9 2009/05/15 23:57:50 ad Exp $
|
|
|
|
eval `tset -sQrm 'unknown:?unknown'`
|
|
|
|
# Do not display in 'su -' case
|
|
if ( ! $?SU_FROM ) then
|
|
echo "We recommend that you create a non-root account and use su(1) for root access."
|
|
endif
|