From: Frédéric Marchal Date: Fri, 30 Oct 2009 08:23:23 +0000 (+0000) Subject: Add line feed in the output of the lines of the configuration file by flag -m. X-Git-Tag: v2_2_6~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3103300bb6af694d8a9b293de77bc3c8434e21dd;p=thirdparty%2Fsarg.git Add line feed in the output of the lines of the configuration file by flag -m. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5249bef..8688f5a 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ PROJECT(sarg C) SET(sarg_VERSION 2) SET(sarg_REVISION 2) SET(sarg_BUILD "6rc1") -SET(sarg_BUILDDATE "Oct-14-2009") +SET(sarg_BUILDDATE "Oct-30-2009") INCLUDE(AddFileDependencies) INCLUDE(CheckIncludeFile) diff --git a/getconf.c b/getconf.c index 7291d9a..93312d6 100644 --- a/getconf.c +++ b/getconf.c @@ -418,7 +418,7 @@ void getconf(void) fixendofline(buf); if(debugm) - printf("SYSCONFDIR %s",buf); + printf("SYSCONFDIR %s\n",buf); parmtest(buf); diff --git a/include/info.h b/include/info.h index 954d401..d5ac266 100755 --- a/include/info.h +++ b/include/info.h @@ -1,3 +1,3 @@ -#define VERSION PACKAGE_VERSION" Oct-14-2009" +#define VERSION PACKAGE_VERSION" Oct-30-2009" #define PGM PACKAGE_NAME #define URL "http://sarg.sourceforge.net"