CVS: tmda-cgi THANKS,1.12,1.13 configure,1.9,1.10

Gre7g Luterman <[email protected]>
Newsgroups gmane.mail.spam.tmda.cvs
Message-ID <[email protected]>
Update of /cvsroot/tmda/tmda-cgi
In directory sc8-pr-cvs1:/tmp/cvs-serv23282

Modified Files:
	THANKS configure 
Log Message:
Added Bernard Johnson's patch to facilitate RPM's.


Index: THANKS
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/THANKS,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- THANKS	23 May 2003 22:42:10 -0000	1.12
+++ THANKS	30 May 2003 04:01:26 -0000	1.13
@@ -20,6 +20,8 @@
                          setup and the proper way to interface to the
                          libraries
 
+    * Bernard Johnson -- RPM & RPM guidance
+
     * Rob Leachman -- bug finding
 
     * Tim Legant -- authentication

Index: configure
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/configure,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- configure	26 May 2003 16:59:54 -0000	1.9
+++ configure	30 May 2003 04:01:26 -0000	1.10
@@ -256,6 +256,9 @@
   "SessionOdds":   "0.01",
   "Perm":          "6711"
 }
+
+OptD["InstPath"] = OptD["Path"]
+
 if os.geteuid():
   OptD["Mode"] = "single-user"
 else:
@@ -307,7 +310,7 @@
     OptD["AuthFile"] = Arg
     OptD["AuthArg"] = Arg
   elif Opt in ("-i", "--install-prefix"):
-    OptD["Path"] = Arg
+    OptD["InstPath"] = Arg
   elif Opt in ("-l", "--virtual-lookup"):
     OptD["VLookup"] = Arg
   elif Opt in ("-o", "--cleanup-odds"):
@@ -389,7 +392,7 @@
 F = open("tmda-cgi.h", "w")
 F.write("""
 #define PYTHON    "%(Python)s"
-#define INSTALL   "%(Path)s"
+#define INSTALL   "%(InstPath)s"
 #define MODE      "TMDA_CGI_MODE=%(Mode)s"
 #define DISP_DIR  "TMDA_CGI_DISP_DIR=%(DispDir)s"
 #define BASE_DIR  "TMDA_BASE_DIR=%(Base)s"

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.