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

@@ -63,11 +63,6 @@ XCOMM ##########################################################################
# define cpp_HELLO "$DT_BINPATH/dthello -file $DT_INSTALL/copyright &"
#endif
#ifdef __osf__
# undef cpp_MAIL
# define cpp_MAIL "/usr/spool/mail/$USER"
#endif
#if defined (__hpux) && defined (BLS)
# undef cpp_HELLO
# define cpp_HELLO "$DT_BINPATH/dthello -file /etc/copyright -file $HOME/.dtlogininfo &"
@@ -118,7 +113,7 @@ XCOMM ##########################################################################
#endif
#if !defined (cpp_MAIL)
# define cpp_MAIL "/usr/mail/$USER"
# define cpp_MAIL "/var/mail/$USER"
#endif
#if !defined (cpp_HELLO)

View File

@@ -176,7 +176,7 @@ environment:
LC_ALL is set to the current NLS language (if any)
LC_MESSAGES is set to the current NLS language (if any)
LOGNAME is set to the user name
MAIL is set to /usr/mail/$USER
MAIL is set to /var/mail/$USER
PATH is set to the value of the \fBuserPath\fP resource
USER is set to the user name
SHELL is set to the user's default shell (from /etc/passwd)
@@ -225,7 +225,7 @@ For example.
.nf
.ta .5i 3i
MAIL=/usr/mail/$USER
MAIL=/var/mail/$USER
.fi
.sp 1
Finally, personal environment variables can be set on a per-user basis