summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_services.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-26 19:00:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-26 19:00:45 +0000
commit01f1631a6be122bfa7f3b1a8219412e6294e05a3 (patch)
treef8384a8740c84771e5d2fa1fcda38e49093ef9c0 /usr/local/www/status_services.php
parente946572bf7145d3c1555098f16417c8fbdb9bd22 (diff)
downloadpfsense-01f1631a6be122bfa7f3b1a8219412e6294e05a3.zip
pfsense-01f1631a6be122bfa7f3b1a8219412e6294e05a3.tar.gz
Remove wake on lan. It's not a service, its simply a binary that sends a magic packet.
Diffstat (limited to 'usr/local/www/status_services.php')
-rwxr-xr-xusr/local/www/status_services.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php
index bb7a046..6002cc9 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -139,13 +139,6 @@ if(isset($config['snmpd']['enable'])) {
unset($pconfig);
}
-if(isset($config['wol']['wolentry'])) {
- $pconfig['name'] = "wol";
- $pconfig['description'] = "Wake on lan";
- $services[] = $pconfig;
- unset($pconfig);
-}
-
if(isset($config['proxyarp']['proxyarpnet'])) {
$pconfig['name'] = "choparp";
$pconfig['description'] = "Proxy Arp";
OpenPOWER on IntegriCloud