rpms/crypto-utils/devel certwatch.c,1.12,1.13

Elio Maldonado (emaldonado) fedora-extras-commits at redhat.com
Tue May 6 16:16:14 UTC 2008


Author: emaldonado

Update of /cvs/extras/rpms/crypto-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11602

Modified Files:
	certwatch.c 
Log Message:
Activated the database prefix options (#346731)


Index: certwatch.c
===================================================================
RCS file: /cvs/extras/rpms/crypto-utils/devel/certwatch.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- certwatch.c	3 May 2008 22:54:55 -0000	1.12
+++ certwatch.c	6 May 2008 16:15:36 -0000	1.13
@@ -316,8 +316,8 @@
         { "address", required_argument, NULL, 'a' },
         { "configdir", required_argument, NULL, 'd' },
         { "passwordfile", required_argument, NULL, 'w' },
-        { "certdbprefix", required_argument, NULL, 'w' },
-        { "keydbprexix", required_argument, NULL, 'w' },
+        { "certdbprefix", required_argument, NULL, 'c' },
+        { "keydbprexix", required_argument, NULL, 'k' },
         { NULL }
     };
 
@@ -332,7 +332,7 @@
      * mktime() back to UTC: */
     tzset();
     
-    while ((optc = getopt_long(argc, argv, "qp:a:d:w:", options, NULL)) != -1) {
+    while ((optc = getopt_long(argc, argv, "qp:a:d:w:c:k:", options, NULL)) != -1) {
         switch (optc) {
         case 'q':
             quiet = 1;




More information about the scm-commits mailing list