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:
parent
e1333a5160
commit
a650c6214e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue