[23184] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r22845 - trunk/athena/bin/discuss/include

daemon@ATHENA.MIT.EDU (andersk@MIT.EDU)
Sun Apr 6 17:28:35 2008

Date: Sun, 6 Apr 2008 17:28:03 -0400 (EDT)
From: andersk@MIT.EDU
Message-Id: <200804062128.RAA29809@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: andersk
Date: 2008-04-06 17:28:02 -0400 (Sun, 06 Apr 2008)
New Revision: 22845

Modified:
   trunk/athena/bin/discuss/include/config.h.sed
Log:
Actually use SERVERDIR, BINDIR, and INFODIR in config.h.sed.  (The
Makefile already interpolates these variables.)


Modified: trunk/athena/bin/discuss/include/config.h.sed
===================================================================
--- trunk/athena/bin/discuss/include/config.h.sed	2008-04-06 21:23:41 UTC (rev 22844)
+++ trunk/athena/bin/discuss/include/config.h.sed	2008-04-06 21:28:02 UTC (rev 22845)
@@ -53,7 +53,7 @@
 
 /* Server to exec (assumed to be in SERVERDIR) */
 #ifndef SERVER
-#define SERVER "/usr/sbin/disserve"
+#define SERVER "SERVERDIR/disserve"
 #endif
 #ifndef SERVER_LOCAL
 /* this one is path-searched if it doesn't begin with slash... */
@@ -65,7 +65,7 @@
 
 /* Info directory */
 #ifndef INFO_DIR
-#define INFO_DIR "/usr/share/discuss/info"
+#define INFO_DIR "INFODIR"
 #endif
 
 /* Name server / Kerberos realm */
@@ -85,7 +85,7 @@
 
 /* Place where dsmail can find dspipe */
 #ifndef DSPIPE
-#define DSPIPE "/usr/bin/dspipe"
+#define DSPIPE "BINDIR/dspipe"
 #endif
 
 /* dsc_setup command */


home help back first fref pref prev next nref lref last post