summaryrefslogtreecommitdiffstats
path: root/share/skel/dot.login
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-02-17 18:56:29 +0000
committerjoerg <joerg@FreeBSD.org>1997-02-17 18:56:29 +0000
commit140668552c7e3b3e00031a8716a095497d9e99fc (patch)
tree1fa2d09539e621ea5040fae97dd27b2030e70adc /share/skel/dot.login
parent440508194b97b9b12807c8f151f5338c7cb8142b (diff)
downloadFreeBSD-src-140668552c7e3b3e00031a8716a095497d9e99fc.zip
FreeBSD-src-140668552c7e3b3e00031a8716a095497d9e99fc.tar.gz
Various sanitizations:
. Don't clobber the TERM setting; it's supposed to be done by /etc/ttys already. . Comment out the Interviews stuff, 98 % of all users probably won't ever use it. . Install the files with better default permissions in the skeleton directory; pw(8) retains the permissions when creating a new acount, and installing them read-only is stupid, yet installing .rhosts world-readable is dangerous. 2.2 candidate
Diffstat (limited to 'share/skel/dot.login')
-rw-r--r--share/skel/dot.login6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/skel/dot.login b/share/skel/dot.login
index 1e769b5..028fc9c 100644
--- a/share/skel/dot.login
+++ b/share/skel/dot.login
@@ -10,9 +10,9 @@ set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/bin /usr/X11R6/b
setenv MANPATH "/usr/share/man:/usr/X11R6/man:/usr/local/man"
# Interviews settings
-setenv CPU "FREEBSD"
-set path = ($path /usr/local/interviews/bin/$CPU)
-setenv MANPATH "${MANPATH}:/usr/local/interviews/man"
+#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
OpenPOWER on IntegriCloud