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