CVS: tmda-cgi UPGRADE,1.18,1.19 configure,1.14,1.15
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-serv20217
Modified Files:
UPGRADE configure
Log Message:
Realized that the permissions on configure were such that when people extracted
a new tgz of tmda-cgi over the old, they were not actually updating the file!
Added instructions to UPGRADE explaining that configure should be deleted
before installing. Also changed permissions on configure to prevent this from
happening again.
Index: UPGRADE
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/UPGRADE,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- UPGRADE 7 Jun 2003 03:49:42 -0000 1.18
+++ UPGRADE 7 Aug 2003 16:51:04 -0000 1.19
@@ -2,8 +2,15 @@
If you are upgrading from a release of tmda-cgi < 0.11:
+* IF YOU ARE INSTALLING OVER AN EXISTING COPY OF tmda-cgi, DELETE
+ configure AND THEN REINSTALL. configure used to have the "w" bit
+ turned off, so extracting a tgz on top of it silently failed and
+ you still have an old version. Delete the old and reinstall to
+ make sure you have the new version!
+
* Added "%(RealHome)s" as one of the substitution variables available
- during auto-install.
+ during auto-install. Added PARENT_RE to anomalies files and generally
+ changed their format.
======================================================================
Index: configure
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/configure,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- configure 23 Jul 2003 17:46:21 -0000 1.14
+++ configure 7 Aug 2003 16:51:04 -0000 1.15
@@ -197,8 +197,8 @@
os.path.isfile, "%s")
Ask("""When I compile the binary executable, where should I save it?
Enter the full path AND filename.
-Generally, you will use the path to your webserver's cgi-bin directory, but it
-can be stored elsewhere if you have your webserver configured to run CGI's in
+Generally, you will use the path to your webserver's cgi-bin directory, but it
+can be stored elsewhere if you have your webserver configured to run CGI's in
other directories.""", "Target")
Ask("""Where did you install TMDA?
For source installs, this is the directory where you unzipped the archive.
@@ -304,7 +304,7 @@
try:
Opts, Args = getopt.getopt(sys.argv[1:], "b:c:d:e:f:hi:l:m:no:p:r:s:t:",
- ["base-dir=", "config-file=", "display-dir=", "session-exp=", "file-auth=",
+ ["base-dir=", "config-file=", "display-dir=", "session-exp=", "file-auth=",
"help", "install-prefix=", "virtual-lookup=", "mode=", "no-su",
"cleanup-odds", "program-auth=", "remote-auth=", "session-prefix=",
"target="])
_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs