499107bbb3
even simple things like md5 and ping aren't in your path. This patch moves the custom root-path setting from .login to .cshrc, so that users who su to root get a decent (and consistent) path. An appeal to change /etc/login.conf to provide a decent path for all users seems to have been vetoed for the time being. As a result, users will still, by default, not find ping or md5 in their path. However, at least root gets a decent default now. Reviewed by: asmodai Approved by: jkh
18 lines
320 B
Plaintext
18 lines
320 B
Plaintext
# $FreeBSD$
|
|
#
|
|
# csh .login file
|
|
#
|
|
|
|
# Interviews settings
|
|
#setenv CPU "FREEBSD"
|
|
#set path = ($path /usr/local/interviews/bin/$CPU)
|
|
#setenv MANPATH "${MANPATH}:/usr/local/interviews/man"
|
|
|
|
# 8-bit locale (Germany)
|
|
#setenv LANG de_DE.ISO_8859-1
|
|
|
|
# A righteous umask
|
|
umask 22
|
|
|
|
[ -x /usr/games/fortune ] && /usr/games/fortune
|