diff options
author | Jim P <jim@pingle.org> | 2012-01-04 08:49:10 -0800 |
---|---|---|
committer | Jim P <jim@pingle.org> | 2012-01-04 08:49:10 -0800 |
commit | 3c3fcd5ebd6c8586d6b17570983925948e7a462e (patch) | |
tree | cd6041350a9ca8653cf22fa943a5118a398efa6d | |
parent | f161cc4d2780b1bb6f3138e98e06c30d6219821e (diff) | |
parent | d1910e6dd62bf1c01d4071e55529310700c8df35 (diff) | |
download | pfsense-packages-3c3fcd5ebd6c8586d6b17570983925948e7a462e.tar.gz pfsense-packages-3c3fcd5ebd6c8586d6b17570983925948e7a462e.tar.bz2 pfsense-packages-3c3fcd5ebd6c8586d6b17570983925948e7a462e.zip |
Merge pull request #173 from briantist/master
Added Filer to other versions of pfSense (pkg_config.8.xml and pkg_config.7.xml)
-rwxr-xr-x | pkg_config.7.xml | 13 | ||||
-rw-r--r-- | pkg_config.8.xml | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 582704bc..553b8040 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -2,6 +2,19 @@ <!-- pfSense packages --> <pfsensepkgs> <packages> + <package> + <name>Filer</name> + <website/> + <descr>Allows you to create and overwrite files from the GUI.</descr> + <category>File Management</category> + <pkginfolink>http://doc.pfsense.org/index.php/Filer_package</pkginfolink> + <config_file>http://www.pfsense.com/packages/config/filer/filer.xml</config_file> + <version>0.50</version> + <status>Beta</status> + <required_version>1.2.3</required_version> + <maintainer>bscholer@cshl.edu</maintainer> + <configurationfile>filer.xml</configurationfile> + </package> <package> <name>File Manager</name> <website/> diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 6239beea..3d112265 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -6,6 +6,19 @@ <copy_packages_to_folder_ssh>/usr/local/www/files/packages/8/All/</copy_packages_to_folder_ssh> <packages> <package> + <name>Filer</name> + <website/> + <descr>Allows you to create and overwrite files from the GUI.</descr> + <category>File Management</category> + <pkginfolink>http://doc.pfsense.org/index.php/Filer_package</pkginfolink> + <config_file>http://www.pfsense.com/packages/config/filer/filer.xml</config_file> + <version>0.50</version> + <status>Beta</status> + <required_version>1.2.3</required_version> + <maintainer>bscholer@cshl.edu</maintainer> + <configurationfile>filer.xml</configurationfile> + </package> + <package> <name>IP-Blocklist</name> <website/> <descr>IP-Blocklist is PeerGuardian2 but on pfsense. This package has been replaced by pfblocker. <u>This is a legacy app</u></descr> |