summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.filter_configure_xmlrpc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-16 17:34:46 -0300
committerRenato Botelho <renato@netgate.com>2016-08-16 17:34:46 -0300
commit80f38d81f00c2e4c1a4c0f787eb62942184143d3 (patch)
tree165508bb8d52e633baa19474a6bde064f2a29713 /src/etc/rc.filter_configure_xmlrpc
parent81891d1d7f76c7067c4228411757c6f3f73c87d7 (diff)
downloadpfsense-80f38d81f00c2e4c1a4c0f787eb62942184143d3.zip
pfsense-80f38d81f00c2e4c1a4c0f787eb62942184143d3.tar.gz
Retire /etc/rc.filter_configure_xmlrpc
Diffstat (limited to 'src/etc/rc.filter_configure_xmlrpc')
-rwxr-xr-xsrc/etc/rc.filter_configure_xmlrpc44
1 files changed, 0 insertions, 44 deletions
diff --git a/src/etc/rc.filter_configure_xmlrpc b/src/etc/rc.filter_configure_xmlrpc
deleted file mode 100755
index 5c24999..0000000
--- a/src/etc/rc.filter_configure_xmlrpc
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/usr/local/bin/php-cgi -f
-<?php
-/*
- * rc.filter_configure_xmlrpc
- *
- * part of pfSense (https://www.pfsense.org)
- * Copyright (c) 2005 Bill Marquette
- * Copyright (c) 2006 Peter Allgeyer
- * Copyright (c) 2004-2016 Electric Sheep Fencing, LLC
- * All rights reserved.
- *
- * originally part of m0n0wall (http://m0n0.ch/wall)
- * Copyright (c) 2003-2004 Manuel Kasper <mk@neon1.net>.
- * All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-require_once("globals.inc");
-require_once("config.inc");
-require_once("functions.inc");
-require_once("filter.inc");
-require_once("shaper.inc");
-require_once("xmlrpc.inc");
-require_once("interfaces.inc");
-
-system_routing_configure();
-setup_gateways_monitor();
-relayd_configure();
-require_once("openvpn.inc");
-openvpn_resync_all();
-services_dhcpd_configure();
-
-?>
OpenPOWER on IntegriCloud