From: Viktor M. <mih...@us...> - 2005-06-07 12:52:26
|
Update of /cvsroot/sblim/sfcb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16272 Modified Files: configure.ac sfcBroker.c Log Message: Removed copyright blurb and bumped version to 0.9.0. Index: configure.ac =================================================================== RCS file: /cvsroot/sblim/sfcb/configure.ac,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- configure.ac 6 Jun 2005 16:05:23 -0000 1.12 +++ configure.ac 7 Jun 2005 12:52:17 -0000 1.13 @@ -21,7 +21,7 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(Small Footprint CIM Broker, 0.8.9, sc...@de..., sblim-sfcb) +AC_INIT(Small Footprint CIM Broker, 0.9.0, sbl...@li..., sblim-sfcb) AC_CONFIG_SRCDIR([providerDrv.c]) AM_INIT_AUTOMAKE Index: sfcBroker.c =================================================================== RCS file: /cvsroot/sblim/sfcb/sfcBroker.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- sfcBroker.c 6 Jun 2005 16:05:23 -0000 1.13 +++ sfcBroker.c 7 Jun 2005 12:52:17 -0000 1.14 @@ -82,8 +82,6 @@ extern char * configfile; -char * copyright = "(C) Copyright IBM Corp. 2005"; - void clean_up(int sd, const char *the_file) { close(sd); @@ -368,7 +366,6 @@ startLogging("sfcb"); mlogf(M_INFO,M_SHOW,"--- %s V" sfcHttpDaemonVersion " started - %d\n", name, currentProc); - mlogf(M_INFO,M_SHOW,"--- (C) Copyright IBM Corp. 2004\n"); for (c = 0, i = 1; i < argc; i++) { if (strcmp(argv[i], "-d") == 0) |