diff options
Diffstat (limited to 'ldap/cm/fixPerlDAPInf.pl')
-rw-r--r-- | ldap/cm/fixPerlDAPInf.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ldap/cm/fixPerlDAPInf.pl b/ldap/cm/fixPerlDAPInf.pl index cf1f9fb7..3f1415a5 100644 --- a/ldap/cm/fixPerlDAPInf.pl +++ b/ldap/cm/fixPerlDAPInf.pl @@ -15,10 +15,10 @@ open(OUT, ">$outfile") or die "Error: could not write file $outfile: $!"; while (<IN>) { if (/^Description/) { - s/The Sun \| Netscape Alliance/Netscape/g; - s/iPlanet/Netscape/g; + s/The Sun \| Netscape Alliance/Fedora/g; + s/iPlanet/Fedora/g; } elsif (/^Vendor/) { - s/Sun \| Netscape Alliance/Netscape Communications Corp./g; + s/The Sun \| Netscape Alliance/Fedora/g; } print OUT; if (/^Archive=perldap14.zip/) { |