Use /var/spool instead of /usr/spool and /var/mail instead of /usr/mail
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user