[Fedora-directory-commits] adminserver/admserv/constart/nt constart.cpp, 1.5, 1.6 constart.h, 1.3, 1.4

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Fri Oct 28 22:44:09 UTC 2005


Author: nhosoi

Update of /cvs/dirsec/adminserver/admserv/constart/nt
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14435/admserv/constart/nt

Modified Files:
	constart.cpp constart.h 
Log Message:
171942 – Change Admin Server version to 1.0
1) changing Admin Server version to 1.0 including ou in the Global preferences
2) picking up Console 1.0, AdminUtil 1.0, SetupUtil 1.0, and mod_admserv
3) removing failover support checking which checks if SIE_VERSION is 4.0 or not.



Index: constart.cpp
===================================================================
RCS file: /cvs/dirsec/adminserver/admserv/constart/nt/constart.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- constart.cpp	9 Sep 2005 18:47:52 -0000	1.5
+++ constart.cpp	28 Oct 2005 22:44:01 -0000	1.6
@@ -311,7 +311,7 @@
   GetStartupInfo(&si);
   si.dwFlags = STARTF_USESHOWWINDOW;
   si.wShowWindow = SW_SHOWDEFAULT;
-  si.lpTitle = "Fedora Management Console 7.1 Information Window";
+  si.lpTitle = "Fedora Management Console 1.0 Information Window";
   if (bDebugWindow)
   {
     bSuccess = CreateProcess(


Index: constart.h
===================================================================
RCS file: /cvs/dirsec/adminserver/admserv/constart/nt/constart.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- constart.h	18 Aug 2005 19:03:19 -0000	1.3
+++ constart.h	28 Oct 2005 22:44:01 -0000	1.4
@@ -27,8 +27,8 @@
 
 #include "resource.h"		       // main symbols
 #define CONSOLE_CLASSES        "\\java"
-#define ADM_ID_SERVICE         "admin40"
-#define ADM_KEY_ROOT           "Administration\\4.0"
+#define ADM_ID_SERVICE         "admin10"
+#define ADM_KEY_ROOT           "Administration\\1.0"
 #define VALUE_ROOT_PATH        "RootPath"
 #define KEY_SOFTWARE_NETSCAPE  "SOFTWARE\\Netscape"
 #define SVR_KEY_ROOT           ADM_KEY_ROOT




More information about the 389-commits mailing list