[Fedora-directory-commits] setuputil/installer/unix installer.cc, 1.1.1.1, 1.2

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Wed Oct 26 16:38:18 UTC 2005


Author: rmeggins

Update of /cvs/dirsec/setuputil/installer/unix
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14326/setuputil/installer/unix

Modified Files:
	installer.cc 
Log Message:
Bug(s) fixed: 171793
Bug Description: Change setuputil version to 1.0
Reviewed by: Noriko (Thanks!)
Fix Description: Mostly just typical rebranding stuff.  I found a couple 
of places in installer.cc that were not listed in the branding.dat so I 
added them.  I also got rid of the webserv version and the enterprise 
stuff, which is apparently not used anywhere.
Platforms tested: RHEL4
Flag Day: no
Doc impact: no
QA impact: should be covered by regular nightly and manual testing
New Tests integrated into TET: none



Index: installer.cc
===================================================================
RCS file: /cvs/dirsec/setuputil/installer/unix/installer.cc,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- installer.cc	29 Jul 2005 22:16:31 -0000	1.1.1.1
+++ installer.cc	26 Oct 2005 16:38:16 -0000	1.2
@@ -27,6 +27,20 @@
 **
 ** HISTORY:
 ** $Log$
+** Revision 1.2  2005/10/26 16:38:16  rmeggins
+** Bug(s) fixed: 171793
+** Bug Description: Change setuputil version to 1.0
+** Reviewed by: Noriko (Thanks!)
+** Fix Description: Mostly just typical rebranding stuff.  I found a couple
+** of places in installer.cc that were not listed in the branding.dat so I
+** added them.  I also got rid of the webserv version and the enterprise
+** stuff, which is apparently not used anywhere.
+** Platforms tested: RHEL4
+** Flag Day: no
+** Doc impact: no
+** QA impact: should be covered by regular nightly and manual testing
+** New Tests integrated into TET: none
+**
 ** Revision 1.1.1.1  2005/07/29 22:16:31  foxworth
 ** Importing new setup sdk for open source project
 **
@@ -634,7 +648,7 @@
            }
            break;
           case 'h':
-            printf("%s Setup Program Version 7.1\n", (const char *) getResource(RES_GLOBAL_PRODUCT));
+            printf("%s Setup Program Version 1.0\n", (const char *) getResource(RES_GLOBAL_PRODUCT));
             printf("Usage: setup [-options] [argument]\n");
            printf("Options:\n");
            printf("   -h            print out this message\n");
@@ -644,7 +658,7 @@
            printf("   -k            keep installation cache\n");
            exit(0);
          case 'v':
-            printf("Setup Program Version 7.1 build %s\n", BUILD_NUM);
+            printf("Setup Program Version 1.0 build %s\n", BUILD_NUM);
            exit(0);
             break;
          case 'i':  




More information about the 389-commits mailing list