Use /var/spool instead of /usr/spool and /var/mail instead of /usr/mail

This commit is contained in:
chase
2018-05-19 20:54:27 -05:00
committed by Jon Trulson
parent 07900bd93b
commit 0fa51f280f
23 changed files with 64 additions and 90 deletions

View File

@@ -516,7 +516,7 @@ sets the following environment variables for each user:
<VarListEntry>
<Term>MAIL</Term>
<ListItem>
<Para>set to "/usr/mail/$USER"
<Para>set to "/var/mail/$USER"
</Para>
</ListItem>
</VarListEntry>
@@ -632,7 +632,7 @@ section and a section for variables that apply to both environments.</Para>
stty ...
tset ...
DISPLAY=mydisplay:0
MAIL=/usr/mail/$USER
MAIL=/var/mail/$USER
EDITOR=/bin/vi
...
fi
@@ -656,7 +656,7 @@ section and a section for variables that apply to both environments.</Para>
stty ...
tset ...
setenv DISPLAY mydisplay:0
setenv MAIL /usr/mail/$USER
setenv MAIL /var/mail/$USER
setenv EDITOR /bin/vi
...
fi