]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Add line feed in the output of the lines of the configuration file by flag -m.
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Fri, 30 Oct 2009 08:23:23 +0000 (08:23 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Fri, 30 Oct 2009 08:23:23 +0000 (08:23 +0000)
CMakeLists.txt
getconf.c
include/info.h

index 5249befaed85e6e1a373dc9aa6ad3886f0433a19..8688f5a2102f51aabd6938edc312a7ac47e1af85 100755 (executable)
@@ -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)
index 7291d9a5ae6e08ffbaf0cc19e74a7cab8c5b9b32..93312d6179d7625269a36acd73ee21248b60e1a2 100644 (file)
--- 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);
 
index 954d4018e082cfd9b3c5f192c0f1b424c5a94b47..d5ac2661cf7d48b6cd290064ad7a9514eabadb0d 100755 (executable)
@@ -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"