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:57:49 -0400
commit657baf782ff0f8f959e34aa3141c1ae4d37de8e6 (patch)
tree7082b6efbdcb525695728c8f5d1e0b4b46e3094d /src
parent9c1f564c3f90321a5a4be9dfd3861e09738e03d5 (diff)
downloadpfsense-657baf782ff0f8f959e34aa3141c1ae4d37de8e6.zip
pfsense-657baf782ff0f8f959e34aa3141c1ae4d37de8e6.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 58ebc7a..58a545d 100644
--- a/src/etc/inc/system.inc
+++ b/src/etc/inc/system.inc
@@ -861,7 +861,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 cc2ad65..f02bb16 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 4c522f7..a839d49 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