summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/skel/dot.login5
-rw-r--r--share/skel/dot.profile5
2 files changed, 2 insertions, 8 deletions
diff --git a/share/skel/dot.login b/share/skel/dot.login
index c2154f8..de6f47c 100644
--- a/share/skel/dot.login
+++ b/share/skel/dot.login
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: dot.login,v 1.10 1997/02/22 13:56:32 peter Exp $
#
# .login - csh login script, read by login shell,
# after `.cshrc' at login.
@@ -14,9 +14,6 @@ setenv MANPATH "/usr/share/man:/usr/X11R6/man:/usr/local/man"
#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 rightous umask
umask 22
diff --git a/share/skel/dot.profile b/share/skel/dot.profile
index 0236b99..8ee413b 100644
--- a/share/skel/dot.profile
+++ b/share/skel/dot.profile
@@ -1,4 +1,4 @@
-# $Id: dot.profile,v 1.12 1997/07/15 09:37:02 charnier Exp $
+# $Id: dot.profile,v 1.13 1997/08/03 18:37:46 wosch Exp $
#
# .profile - Bourne Shell startup script for login shells
#
@@ -18,8 +18,5 @@ BLOCKSIZE=K; export BLOCKSIZE
EDITOR=vi; export EDITOR
PAGER=more; export PAGER
-# # 8-bit locale (English, USA), to read umlauts in vi(1).
-# LANG=en_US.ISO_8859-1; export LANG
-
# set ENV to a file invoked each time sh is started for interactive use.
ENV=$HOME/.shrc; export ENV
OpenPOWER on IntegriCloud