[Fedora-directory-commits] adminserver/admserv/newinst/src ux-update.cc, 1.19, 1.20

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Fri Mar 24 01:13:32 UTC 2006


Author: nhosoi

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

Modified Files:
	ux-update.cc 
Log Message:
[186105] Admin Server Makefile updates for Internal build
Comment #11
. fixed jss jar file name to jss3.jar; mistakenly put minor version number in
the previous checkin (jss37.jar)
. changed to include the patch number in the jar file name
. fixed admin console package name in the Global Preferences: admserv72.jar ->
redhat-admserv-7.2.jar
. changed to create a symlink: redhat-admserv-7.2.jar pointing redhat-admserv-7.2.0.jar
. introduced CONSOLE-GEN-VERSION and CONSOLE-MAJOR-VERSION in the branding data



Index: ux-update.cc
===================================================================
RCS file: /cvs/dirsec/adminserver/admserv/newinst/src/ux-update.cc,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ux-update.cc	22 Feb 2006 02:28:51 -0000	1.19
+++ ux-update.cc	24 Mar 2006 01:13:15 -0000	1.20
@@ -950,7 +950,7 @@
    appEntry->addAttribute("installationTimeStamp", adminInfo->timeStamp());
    appEntry->addAttribute("nsExpirationDate", adminInfo->get(PKG_EXPIRY));
    appEntry->addAttribute("nsBuildSecurity", adminInfo->get(PKG_SECURITY));
-   appEntry->addAttribute("nsServerMigrationClassName", "com.netscape.management.admserv.AdminServerProduct at admserv10.jar");
+   appEntry->addAttribute("nsServerMigrationClassName", "com.netscape.management.admserv.AdminServerProduct at fedora-admserv-1.0.jar");
 
    sieEntry->clear();
 
@@ -1061,7 +1061,7 @@
 
       configEntry->addAttribute ("nsDefaultAcceptLanguage", adminInfo->get(PKG_DEFAULT_LANGUAGE));
 
-      sprintf(tstr, "com.netscape.management.admserv.AdminServer at admserv10.jar@%s", sieDN.data());
+      sprintf(tstr, "com.netscape.management.admserv.AdminServer at fedora-admserv-1.0.jar@%s", sieDN.data());
       configEntry->addAttribute ("nsClassname", tstr);
 
       // Set the appropriate ACI on for this branch
@@ -1072,7 +1072,7 @@
    else
    {
       const char *s;
-      sprintf(tstr, "com.netscape.management.admserv.AdminServer at admserv10.jar@%s", sieDN.data());
+      sprintf(tstr, "com.netscape.management.admserv.AdminServer at fedora-admserv-1.0.jar@%s", sieDN.data());
       configEntry->setAttribute ("nsClassname", tstr);
       configEntry->setAttribute ("nsServerPort", dir);
       configEntry->setAttribute ("nsSuiteSpotUser", adminUser);




More information about the Fedora-directory-commits mailing list