diff options
author | jim-p <jimp@pfsense.org> | 2016-09-09 11:57:49 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2016-09-09 11:58:47 -0400 |
commit | 54d3b4bac611da657660baa1484390c0c2166f85 (patch) | |
tree | 96c2a4e0453b9239fb4e20d5db13772d3110de9e /src/etc/inc | |
parent | f12264ef8ab2966d09064e0909941d623be5a210 (diff) | |
download | pfsense-54d3b4bac611da657660baa1484390c0c2166f85.zip pfsense-54d3b4bac611da657660baa1484390c0c2166f85.tar.gz |
Remove some more dangling PPTP bits.
Diffstat (limited to 'src/etc/inc')
-rw-r--r-- | src/etc/inc/system.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc index 66100ba..af870af 100644 --- a/src/etc/inc/system.inc +++ b/src/etc/inc/system.inc @@ -867,7 +867,7 @@ function clear_all_log_files($restart = false) { global $g; exec("/usr/bin/killall syslogd"); - $log_files = array("system", "filter", "dhcpd", "vpn", "pptps", "poes", "l2tps", "openvpn", "portalauth", "ipsec", "ppp", "relayd", "wireless", "nginx", "ntpd", "gateways", "resolver", "routing"); + $log_files = array("system", "filter", "dhcpd", "vpn", "poes", "l2tps", "openvpn", "portalauth", "ipsec", "ppp", "relayd", "wireless", "nginx", "ntpd", "gateways", "resolver", "routing"); foreach ($log_files as $lfile) { clear_log_file("{$g['varlog_path']}/{$lfile}.log", false); } |