Correction of paths for BSDs
This commit is contained in:
committed by
Jon Trulson
parent
ca9da25d44
commit
3a28782409
@@ -41,7 +41,11 @@
|
||||
#define _DtCMS_DEFAULT_BAK ".calbak"
|
||||
#define _DtCMS_DEFAULT_TMP ".caltmp"
|
||||
#define _DtCMS_DEFAULT_DEL ".caldel"
|
||||
#if defined(CSRG_BASED)
|
||||
#define _DtCMS_DEFAULT_DIR "/var/spool/calendar"
|
||||
#else
|
||||
#define _DtCMS_DEFAULT_DIR "/usr/spool/calendar"
|
||||
#endif
|
||||
#define _DtCMS_DEFAULT_MODE (S_IRUSR|S_IRGRP|S_IWGRP)
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user