summaryrefslogtreecommitdiffstats
path: root/src
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:58:47 -0400
commit54d3b4bac611da657660baa1484390c0c2166f85 (patch)
tree96c2a4e0453b9239fb4e20d5db13772d3110de9e /src
parentf12264ef8ab2966d09064e0909941d623be5a210 (diff)
downloadpfsense-54d3b4bac611da657660baa1484390c0c2166f85.zip
pfsense-54d3b4bac611da657660baa1484390c0c2166f85.tar.gz
Remove some more dangling PPTP bits.
Diffstat (limited to 'src')
-rw-r--r--src/etc/inc/system.inc2
-rwxr-xr-xsrc/etc/rc2
-rw-r--r--src/usr/local/www/shortcuts.inc4
3 files changed, 2 insertions, 6 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);
}
diff --git a/src/etc/rc b/src/etc/rc
index a0dc9a8..2273688 100755
--- a/src/etc/rc
+++ b/src/etc/rc
@@ -365,7 +365,7 @@ trap "echo 'Reboot interrupted'; exit 1" 3
echo -n "."
DISABLESYSLOGCLOG=$(/usr/local/sbin/read_xml_tag.sh boolean system/disablesyslogclog)
-LOG_FILES="system filter dhcpd vpn pptps poes l2tps openvpn portalauth ipsec ppp relayd wireless nginx ntpd gateways resolver routing"
+LOG_FILES="system filter dhcpd vpn poes l2tps openvpn portalauth ipsec ppp relayd wireless nginx ntpd gateways resolver routing"
DEFAULT_LOG_FILE_SIZE=$(/usr/local/sbin/read_xml_tag.sh string syslog/logfilesize)
DEFAULT_LOG_FILE_SIZE=${DEFAULT_LOG_FILE_SIZE:-"511488"}
diff --git a/src/usr/local/www/shortcuts.inc b/src/usr/local/www/shortcuts.inc
index 6e96115..27c36b1 100644
--- a/src/usr/local/www/shortcuts.inc
+++ b/src/usr/local/www/shortcuts.inc
@@ -279,10 +279,6 @@ $shortcuts['ntp']['log'] = "status_logs.php?logfile=ntpd";
$shortcuts['ntp']['status'] = "status_ntpd.php";
$shortcuts['ntp']['service'] = "ntpd";
-$shortcuts['pptps'] = array();
-$shortcuts['pptps']['main'] = "vpn_pptp.php";
-$shortcuts['pptps']['log'] = "status_logs_vpn.php";
-
$shortcuts['pppoes'] = array();
$shortcuts['pppoes']['main'] = "services_pppoe.php";
$shortcuts['pppoes']['log'] = "status_logs_vpn.php?vpntype=poes";
OpenPOWER on IntegriCloud