diff options
Diffstat (limited to 'ldap/cm/fixNSPerlInf.pl')
-rw-r--r-- | ldap/cm/fixNSPerlInf.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ldap/cm/fixNSPerlInf.pl b/ldap/cm/fixNSPerlInf.pl index 9f72e89b..9e0fd3cf 100644 --- a/ldap/cm/fixNSPerlInf.pl +++ b/ldap/cm/fixNSPerlInf.pl @@ -36,10 +36,10 @@ while (<IN>) { if ($PRINT) { 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 (/^RunPostInstall/) { |