diff options
author | Daniel Stefan Haischt <dsh@pfsense.org> | 2006-08-15 16:40:03 +0000 |
---|---|---|
committer | Daniel Stefan Haischt <dsh@pfsense.org> | 2006-08-15 16:40:03 +0000 |
commit | 5f5e1ffc157f3485b2d7ce1bcb6b0b91cac2fe3b (patch) | |
tree | 1e38a5bffc71e247f366dfe5ca33bc878e7358d7 | |
parent | 73d4f7ac83b61808e4fa5e10d553377d027ec805 (diff) | |
download | pfsense-packages-5f5e1ffc157f3485b2d7ce1bcb6b0b91cac2fe3b.tar.gz pfsense-packages-5f5e1ffc157f3485b2d7ce1bcb6b0b91cac2fe3b.tar.bz2 pfsense-packages-5f5e1ffc157f3485b2d7ce1bcb6b0b91cac2fe3b.zip |
initial version of a FreeNAS package
-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> |