]> git.pld-linux.org Git - projects/setup.git/commitdiff
- Removed setting of MAIL variable. It is done by pam_mail module.
authormkochano <mkochano@pld-linux.org>
Sun, 24 Jun 2001 14:18:21 +0000 (14:18 +0000)
committermkochano <mkochano@pld-linux.org>
Sun, 24 Jun 2001 14:18:21 +0000 (14:18 +0000)
- Corrected typo.

Changed files:
    etc/profile -> 1.22

etc/profile

index a60ec06f4f61c91c99ad9180511230682047c94d..4ef99c560dd65e64d766df539bedcaaa9fcc543c 100644 (file)
@@ -15,7 +15,6 @@ fi
 
 USER=`id -un`
 LOGNAME=$USER
-MAIL="/var/mail/$USER"
 
 HOSTNAME=`/bin/hostname`
 HISTFILE="$HOME/.history"
@@ -23,7 +22,7 @@ HISTSIZE=1000
 HISTFILESIZE=1000
 
 #
-# Setup the environment for varius shells
+# Setup the environment for various shells
 #
 
 if [ "$TERM" = "" -o "$TERM" = "unknown" ]; then
This page took 0.096905 seconds and 4 git commands to generate.