Revision: 7576
          http://sourceforge.net/p/ipcop/svn/7576
Author:   owes
Date:     2014-05-24 08:45:28 +0000 (Sat, 24 May 2014)
Log Message:
-----------
rsyslog -c4 option now obsolete. Configfile needs verification after change 
from v5 to v7

Modified Paths:
--------------
    ipcop/trunk/src/progs/restartsyslogd.c
    ipcop/trunk/updates/2.1.6/ROOTFILES.i486-2.1.6

Modified: ipcop/trunk/src/progs/restartsyslogd.c
===================================================================
--- ipcop/trunk/src/progs/restartsyslogd.c      2014-05-24 08:43:14 UTC (rev 
7575)
+++ ipcop/trunk/src/progs/restartsyslogd.c      2014-05-24 08:45:28 UTC (rev 
7576)
@@ -212,7 +212,7 @@
     }
     
     verbose_printf(1, "Starting rsyslogd ... \n");
-    if ((rc = safe_system("/usr/sbin/rsyslogd -c4")) != 0) {
+    if ((rc = safe_system("/usr/sbin/rsyslogd")) != 0) {
         fprintf(stderr, "Unable to start rsyslogd - returned exit code %d\n", 
rc);
         exit(ERR_SYSLOG);
     }

Modified: ipcop/trunk/updates/2.1.6/ROOTFILES.i486-2.1.6
===================================================================
--- ipcop/trunk/updates/2.1.6/ROOTFILES.i486-2.1.6      2014-05-24 08:43:14 UTC 
(rev 7575)
+++ ipcop/trunk/updates/2.1.6/ROOTFILES.i486-2.1.6      2014-05-24 08:45:28 UTC 
(rev 7576)
@@ -13,6 +13,7 @@
 /usr/lib/ipcop/DataAccess.pl
 /usr/local/bin/puzzleFwRules.pl
 /usr/local/bin/restarthttpd
+/usr/local/bin/restartsyslogd
 /usr/local/bin/setreservedports.pl
 /usr/share/locale/af_ZA/LC_MESSAGES/ipcop.mo
 /usr/share/locale/bg_BG/LC_MESSAGES/ipcop.mo

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to