[Fedora-directory-commits] adminserver/admserv/newinst/insadm config.c, 1.6, 1.7

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Wed Feb 1 23:04:50 UTC 2006


Author: nhosoi

Update of /cvs/dirsec/adminserver/admserv/newinst/insadm
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19006/admserv/newinst/insadm

Modified Files:
	config.c 
Log Message:
[179394] HP-UX IPF support (adminserver)
0) support HP-UX 11.23 ia64
1) adjusted to the components' path name change (suffix, version number)
2) added [admin] section to setup.inf (in pkgadmin.mk)
3) fixed type mismatch for the cert version
4) adjusted the admin jar names
5) created symlinks libxxx.so for libxxx.so.## (e.g., libicui18n.so for libicui18n.so.34)
6) added "admin" to the component list: "Components = ..." in setup.inf



Index: config.c
===================================================================
RCS file: /cvs/dirsec/adminserver/admserv/newinst/insadm/config.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- config.c	28 Oct 2005 22:44:12 -0000	1.6
+++ config.c	1 Feb 2006 23:04:33 -0000	1.7
@@ -334,7 +334,7 @@
            "nsInstalledLocation: %s\n"
            "nsExpirationDate: %s\n"
            "nsBuildSecurity: %s\n"
-           "nsServerMigrationClassname: com.netscape.management.admserv.AdminServerProduct at admserv10.jar\n",
+           "nsServerMigrationClassname: com.netscape.management.admserv.AdminServerProduct at fedora-admserv-1.0.jar\n",
            cd.szVendor,
            cd.szDescription,
            cd.szName,
@@ -378,7 +378,7 @@
            "nsAdminAccessAddresses: *\n"
            "nsAdminOneACLDir: adminacl\n"
            "nsDefaultAcceptLanguage: %s\n"
-           "nsClassName: com.netscape.management.admserv.AdminServer at admserv10.jar@%s\n"
+           "nsClassName: com.netscape.management.admserv.AdminServer at fedora-admserv-1.0.jar@%s\n"
            "nsServerPort: %d\n"
            "nsSuiteSpotUser: nobody\n"
            "nsAdminUsers: admin-serv/config/admpw\n"
@@ -396,7 +396,7 @@
           );
 
   sprintf(szUpgrade,
-         "nsClassName: com.netscape.management.admserv.AdminServer at admserv10.jar@%s\n"
+         "nsClassName: com.netscape.management.admserv.AdminServer at fedora-admserv-1.0.jar@%s\n"
          "nsServerPort: %d\n"
          "nsSuiteSpotUser: nobody\n",
           szTemp,




More information about the Fedora-directory-commits mailing list