>From 0759a3f9f5091dab362746b95f626ed1f2aa20e5 Mon Sep 17 00:00:00 2001
From: Giacomo Comes <co...@naic.edu>
Date: Tue, 7 Jun 2016 04:52:58 -0400
Subject: [PATCH] Use /var/spool instead of /usr/spool on linux

---
 cde/programs/dtcm/server/log.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cde/programs/dtcm/server/log.h b/cde/programs/dtcm/server/log.h
index c93d5f1..551cad6 100644
--- a/cde/programs/dtcm/server/log.h
+++ b/cde/programs/dtcm/server/log.h
@@ -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"
-- 
2.1.4


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to