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

@@ -229,13 +229,8 @@ CONST char _DtMsgIcon_0005[] =
/*** Indicator.c ***/
#ifdef _SUN_OS
CONST char _DtMsgIndicator_0000[] =
"/usr/spool/mail/";
#else
CONST char _DtMsgIndicator_0000[] =
"/usr/mail/";
#endif
"/var/mail/";
/*** MenuButton.c ***/
CONST char _DtMsgMenuButton_0000[] =