1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

Use /var/spool instead of /usr/spool on linux

This commit is contained in:
Giacomo Comes 2016-06-07 04:52:58 -04:00 committed by Jon Trulson
parent e1333a5160
commit a650c6214e

View file

@ -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"