[med-svn] r2615 - trunk/community/infrastructure/getData

plessy at alioth.debian.org plessy at alioth.debian.org
Sun Nov 2 03:55:53 UTC 2008


Author: plessy
Date: 2008-11-02 03:55:53 +0000 (Sun, 02 Nov 2008)
New Revision: 2615

Modified:
   trunk/community/infrastructure/getData/getData
Log:
Corrections to make the "confd" system work.


Modified: trunk/community/infrastructure/getData/getData
===================================================================
--- trunk/community/infrastructure/getData/getData	2008-11-02 01:29:54 UTC (rev 2614)
+++ trunk/community/infrastructure/getData/getData	2008-11-02 03:55:53 UTC (rev 2615)
@@ -461,7 +461,7 @@
 );
 
 $mirrordir = "/var/lib/mirrored" unless defined($mirrordir);
-$confd = "/etc/getData.d" unless defined($confd);
+$confd = "/etc/getData.conf.d" unless defined($confd);
 
 my ($post,$source,$removal,$config,$list,$help,$man,$verbose)=(undef,undef,undef,0,0,0,0);
 
@@ -470,7 +470,7 @@
              "help"=>\$help, "man"=>\$man,
 	     "verbose"=>\$verbose,
 	     "post"=>\$post,
-	     "confd"=>\$confd,
+	     "confd=s"=>\$confd,
 	     "config:s@"=>\$config,
 	     "remove"=>\$removal,
 	     "source"=>\$source);




More information about the debian-med-commit mailing list