summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-07-29 17:05:01 +0000
committerErmal Luçi <eri@pfsense.org>2009-07-29 17:05:43 +0000
commitc9f8d4f56cdfeeba33fe9388d408c45d42d85ba0 (patch)
treefec54073680c1201e0ec7750ec22614fff5179fc /etc
parent96099c6a291ed2d38e624f08eca708c0e1825d47 (diff)
downloadpfsense-c9f8d4f56cdfeeba33fe9388d408c45d42d85ba0.zip
pfsense-c9f8d4f56cdfeeba33fe9388d408c45d42d85ba0.tar.gz
Tell syslogd to not compress information to the following line is repeated N times. This unbreaks sshlockout_pf.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 9ef73d0..e9d92d0 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -459,12 +459,12 @@ EOD;
fclose($fd);
// Are we logging to a least one remote server ?
if(strpos($syslogconf, "@") != false)
- $retval = system("/usr/sbin/syslogd -f {$g['varetc_path']}/syslog.conf");
+ $retval = system("/usr/sbin/syslogd -c -f {$g['varetc_path']}/syslog.conf");
else
- $retval = system("/usr/sbin/syslogd -f {$g['varetc_path']}/syslog.conf");
+ $retval = system("/usr/sbin/syslogd -c -f {$g['varetc_path']}/syslog.conf");
} else {
- $retval = mwexec("/usr/sbin/syslogd");
+ $retval = mwexec("/usr/sbin/syslogd -c");
}
if ($g['booting'])
OpenPOWER on IntegriCloud