summaryrefslogtreecommitdiffstats
path: root/etc/rc.filter_configure
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-31 20:45:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-31 20:45:56 +0000
commit6305e67c459b8c685ad2e483c6d607404c74e2e5 (patch)
treed1c4209a28174cf6f31fa1f95948e538f1b10dcc /etc/rc.filter_configure
parent19b258daa985bf0ce726c5b5fb0a5a0a83bff196 (diff)
downloadpfsense-6305e67c459b8c685ad2e483c6d607404c74e2e5.zip
pfsense-6305e67c459b8c685ad2e483c6d607404c74e2e5.tar.gz
Add /etc/rc.filter_configure which can be called from a shell script to configure the filter
Diffstat (limited to 'etc/rc.filter_configure')
-rwxr-xr-xetc/rc.filter_configure36
1 files changed, 36 insertions, 0 deletions
diff --git a/etc/rc.filter_configure b/etc/rc.filter_configure
new file mode 100755
index 0000000..acaf7b3
--- /dev/null
+++ b/etc/rc.filter_configure
@@ -0,0 +1,36 @@
+#!/usr/local/bin/php
+<?php
+/*
+ rc.filter_configure
+ part of pfSense (http://www.pfSense.com)
+ Copyright (C) 2004 Scott Ullrich
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
+ OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+*/
+
+require("guiconfig.inc");
+require("xmlparse_pkg.inc");
+
+filter_configure();
+
+?> \ No newline at end of file
OpenPOWER on IntegriCloud