summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/system.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-09-09 11:57:49 -0400
committerjim-p <jimp@pfsense.org>2016-09-09 11:59:01 -0400
commit8acd133120aa9dd22a71047138acc420ef12c2a9 (patch)
treef16b53a5ea266809c3a611319ffb2cd9b2b6eca3 /src/etc/inc/system.inc
parent1d6f957fffb03d9450276490fc897607ee136554 (diff)
downloadpfsense-8acd133120aa9dd22a71047138acc420ef12c2a9.zip
pfsense-8acd133120aa9dd22a71047138acc420ef12c2a9.tar.gz
Remove some more dangling PPTP bits.
Diffstat (limited to 'src/etc/inc/system.inc')
-rw-r--r--src/etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc
index e8850bc..4965837 100644
--- a/src/etc/inc/system.inc
+++ b/src/etc/inc/system.inc
@@ -835,7 +835,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);
}
OpenPOWER on IntegriCloud