diff options
-rw-r--r-- | packages/freenas/doc/README.txt | 8 | ||||
-rw-r--r-- | pkg_config.xml | 32 |
2 files changed, 39 insertions, 1 deletions
diff --git a/packages/freenas/doc/README.txt b/packages/freenas/doc/README.txt index 5f6e5c84..8183022f 100644 --- a/packages/freenas/doc/README.txt +++ b/packages/freenas/doc/README.txt @@ -5,11 +5,17 @@ This is a port of the FreeNAS PHP sources to pfSense. It is based on FreeNAS 0.68 and was tested on pfSense HEAD. -*** NOTE *** +*** NOTES *** You should be aware that this package installes a custom kernel and some additional kernel modules. +YOU NEED TO REBOOT YOUR pfSense SYSTEM AFTER HAVING INSTALLED +THIS PACKAGE!!! + +Additionally, if you are going to enable the FTP service, you +need to disable the FTP helper on each interface. + Maintainer: ----------- diff --git a/pkg_config.xml b/pkg_config.xml index bd3667da..096968fd 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -17,6 +17,38 @@ <configurationfile>openntpd.xml</configurationfile> </package> <package> + <name>freenas</name> + <website>http://www.freenas.org/</website> + <descr> + FreeNAS is a free NAS (Network-Attached Storage) server, supporting: CIFS (samba), FTP, + NFS, RSYNC protocols, local user authentication, Software RAID (0,1,5) with a Full WEB + configuration interface. + <p> + Please read http://www.pfsense.com/packages/config/freenas/doc/README.txt before installing this package. + </p> + </descr> + <category>Network</category> + <version>0.68</version> + <status>PRE-ALPHA</status> + <website>http://www.freenas.org/</website> + <maintainer>me@daniel.stefan.haischt.name</maintainer> + <depends_on_package_base_url>http://www.pfsense.com/packages/All/</depends_on_package_base_url> + <depends_on_package>ataidle-0.9.tbz</depends_on_package> + <depends_on_package>avahi+libdns-0.6.12.tbz</depends_on_package> + <depends_on_package>wzdftpd-0.7.2_1.tbz</depends_on_package> + <depends_on_package>e2fsprogs-1.39_1.tbz</depends_on_package> + <depends_on_package>smartmontools-5.36.tbz</depends_on_package> + <depends_on_package>aaccli-1.0.tbz</depends_on_package> + <depends_on_package>rsync-2.6.8_2.tbz</depends_on_package> + <depends_on_package>scponly-4.6_1.tbz</depends_on_package> + <depends_on_package>cracklib-2.7_2.tbz</depends_on_package> + <depends_on_package>samba-3.0.23,1.tbz</depends_on_package> + <depends_on_package>netatalk-2.0.3_3,1.tbz</depends_on_package> + <depends_on_package>pam_ldap-1.8.2.tbz</depends_on_package> + <config_file>http://www.pfsense.org/packages/config/freenas/pkg/freenas.xml</config_file> + <configurationfile>freenas.xml</configurationfile> + </package> + <package> <name>dspam</name> <website>http://dspam.nuclearelephant.com/</website> <descr> |