Use /var/spool instead of /usr/spool on linux
This commit is contained in:
parent
e1333a5160
commit
a650c6214e
|
|
@ -41,7 +41,7 @@
|
|||
#define _DtCMS_DEFAULT_BAK ".calbak"
|
||||
#define _DtCMS_DEFAULT_TMP ".caltmp"
|
||||
#define _DtCMS_DEFAULT_DEL ".caldel"
|
||||
#if defined(CSRG_BASED)
|
||||
#if defined(CSRG_BASED) || defined (linux)
|
||||
#define _DtCMS_DEFAULT_DIR "/var/spool/calendar"
|
||||
#else
|
||||
#define _DtCMS_DEFAULT_DIR "/usr/spool/calendar"
|
||||
|
|
|
|||
Loading…
Reference in New Issue