[Fedora-directory-commits] ldapserver/ldap/cm fixPerlDAPInf.pl, 1.5, 1.6

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Sat Oct 29 02:26:19 UTC 2005


Author: rmeggins

Update of /cvs/dirsec/ldapserver/ldap/cm
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21454/ldapserver/ldap/cm

Modified Files:
	fixPerlDAPInf.pl 
Log Message:
Bug(s) fixed: 172005
Bug Description: Change ldapserver version to 1.0
Reviewed by: Noriko (Thanks!)
Fix Description: This also fixes some lingering build issues involving 
perldap, which is no longer a separate setup package, but just gets 
included into DS in a similar manner to nspr, nss, etc.
Platforms tested: RHEL4
Flag Day: no
Doc impact: no
QA impact: should be covered by regular nightly and manual testing
New Tests integrated into TET: none



Index: fixPerlDAPInf.pl
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/cm/fixPerlDAPInf.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fixPerlDAPInf.pl	19 Apr 2005 22:07:20 -0000	1.5
+++ fixPerlDAPInf.pl	29 Oct 2005 02:26:11 -0000	1.6
@@ -53,7 +53,7 @@
 	s/The Sun \| Netscape Alliance/Fedora/g;
   }
   print OUT;
-  if (/^Archive=perldap14.zip/) {
+  if (/^Archive=perldap.*\.zip/) {
     print OUT "Visible=FALSE\n";
   }
 }




More information about the 389-commits mailing list