From a6cf0cf080e21e905d458668916d19a5bce04819 Mon Sep 17 00:00:00 2001 From: Brian Scholer Date: Wed, 4 Jan 2012 11:38:17 -0500 Subject: Added the Filer package. --- config/filer/filer_sync.xml | 110 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 config/filer/filer_sync.xml (limited to 'config/filer/filer_sync.xml') diff --git a/config/filer/filer_sync.xml b/config/filer/filer_sync.xml new file mode 100644 index 00000000..ae8e48ba --- /dev/null +++ b/config/filer/filer_sync.xml @@ -0,0 +1,110 @@ + + + + + + + Copyright (C) 2011 Marcello Coutinho + Copyright (C) 2011 Brian Scholer + 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. + */ +/* ========================================================================== */ + ]]> + + Describe your package here + Describe your package requirements here + Currently there are no FAQ items provided. + filersync + 1.1 + Filer: Sync + /usr/local/pkg/filer.inc + + + Files + /pkg.php?xml=filer.xml + + + + XMLRPC Sync + /pkg_edit.php?xml=filer_sync.xml + + + + + + listtopic + temp + Enable Filer configuration sync + + + Automatically sync Filer configuration changes + synconchanges + pfSense will automatically sync changes to the hosts defined below. Blank user assumes 'admin'. + checkbox + + + Remote Servers + none + rowhelper + + + IP Address + ipaddress + IP Address of remote server + input + 20 + + + + User Name + username + user name of remote server + input + 20 + + + Password + password + Password for remote server. + password + 20 + + + + + + + filer_sync_on_changes(); + + + unset($_POST['temp']); + + \ No newline at end of file -- cgit v1.2.3