CVS: tmda-cgi ChangeLog,1.55,1.56 configure,1.15,1.16
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-serv13972 Modified Files: ChangeLog configure Log Message: Applied a patch to configure for Bernard Johnson which I believe is used in making RPMs. Index: ChangeLog =================================================================== RCS file: /cvsroot/tmda/tmda-cgi/ChangeLog,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- ChangeLog 18 Aug 2003 23:43:21 -0000 1.55 +++ ChangeLog 18 Aug 2003 23:47:53 -0000 1.56 @@ -1,5 +1,8 @@ 2003-08-18 Gre7g Luterman <[email protected]> + * Applied a patch to configure for Bernard Johnson which I believe is + used in making RPMs. + * Fixed list editor. If a list cannot be found, the list editor used to blow up. Index: configure =================================================================== RCS file: /cvsroot/tmda/tmda-cgi/configure,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- configure 7 Aug 2003 16:51:04 -0000 1.15 +++ configure 18 Aug 2003 23:47:53 -0000 1.16 @@ -134,6 +134,11 @@ Compile as a file other than ./tmda-cgi. Current default: %(Target)s + -u <virtual user> + --virtual-user <virtual-user> + Real user name to run as when a virtual user logs in. + Current default: %(VUser)s + If you specify no options, then the program will run in an interactive mode, provide defaults for all values, and remember the new values you give it as future defaults in case you need to recompile later. @@ -307,7 +312,7 @@ ["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="]) + "target=", "virtual-user="]) except getopt.error, Msg: Usage(1, Msg) @@ -329,6 +334,8 @@ OptD["AuthArg"] = Arg elif Opt in ("-i", "--install-prefix"): OptD["InstPath"] = Arg + elif Opt in ("-u", "--virtual-user"): + OptD["VUser"] = Arg elif Opt in ("-l", "--virtual-lookup"): OptD["VLookup"] = Arg elif Opt in ("-o", "--cleanup-odds"): _______________________________________ tmda-cvs mailing list http://tmda.net/lists/listinfo/tmda-cvs