summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-09-09 14:12:48 -0400
committerjim-p <jimp@pfsense.org>2016-09-09 14:12:48 -0400
commitc1b86deb2f0832f453515d0f00b01d870dca65d6 (patch)
tree9d429a3d397ca3235734e6d20c907eab8b34328e /src
parent54d3b4bac611da657660baa1484390c0c2166f85 (diff)
downloadpfsense-c1b86deb2f0832f453515d0f00b01d870dca65d6.zip
pfsense-c1b86deb2f0832f453515d0f00b01d870dca65d6.tar.gz
More pptp bits
Diffstat (limited to 'src')
-rw-r--r--src/etc/inc/system.inc7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc
index af870af..b860868 100644
--- a/src/etc/inc/system.inc
+++ b/src/etc/inc/system.inc
@@ -908,7 +908,7 @@ function system_syslogd_start() {
$syslogd_extra = "";
if (isset($syslogcfg)) {
- $separatelogfacilities = array('ntp', 'ntpd', 'ntpdate', 'charon', 'ipsec_starter', 'openvpn', 'pptps', 'poes', 'l2tps', 'relayd', 'hostapd', 'dnsmasq', 'filterdns', 'unbound', 'dhcpd', 'dhcrelay', 'dhclient', 'dhcp6c', 'dpinger', 'radvd', 'routed', 'olsrd', 'zebra', 'ospfd', 'bgpd', 'miniupnpd', 'filterlog');
+ $separatelogfacilities = array('ntp', 'ntpd', 'ntpdate', 'charon', 'ipsec_starter', 'openvpn', 'poes', 'l2tps', 'relayd', 'hostapd', 'dnsmasq', 'filterdns', 'unbound', 'dhcpd', 'dhcrelay', 'dhclient', 'dhcp6c', 'dpinger', 'radvd', 'routed', 'olsrd', 'zebra', 'ospfd', 'bgpd', 'miniupnpd', 'filterlog');
$syslogconf = "";
if ($config['installedpackages']['package']) {
foreach ($config['installedpackages']['package'] as $package) {
@@ -937,11 +937,6 @@ function system_syslogd_start() {
$syslogconf .= "*.* {$log_directive}{$g['varlog_path']}/ppp.log\n";
}
- $syslogconf .= "!pptps\n";
- if (!isset($syslogcfg['disablelocallogging'])) {
- $syslogconf .= "*.* {$log_directive}{$g['varlog_path']}/pptps.log\n";
- }
-
$syslogconf .= "!poes\n";
if (!isset($syslogcfg['disablelocallogging'])) {
$syslogconf .= "*.* {$log_directive}{$g['varlog_path']}/poes.log\n";
OpenPOWER on IntegriCloud