diff options
author | jim-p <jim@pingle.org> | 2009-10-11 13:30:39 -0400 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2009-10-11 13:30:39 -0400 |
commit | e1bdff3512520d6e38dbf0bee2c4b508785d260f (patch) | |
tree | 36022db88cb719d9fbd93151e1f857570bc23a42 | |
parent | d984cd16d9a528e888950019bee43e67f8b7d089 (diff) | |
download | pfsense-packages-e1bdff3512520d6e38dbf0bee2c4b508785d260f.tar.gz pfsense-packages-e1bdff3512520d6e38dbf0bee2c4b508785d260f.tar.bz2 pfsense-packages-e1bdff3512520d6e38dbf0bee2c4b508785d260f.zip |
Disable frickin package on nano until a crash-on-install bug is fixed.
-rwxr-xr-x | pkg_config.7.xml | 1 | ||||
-rwxr-xr-x | pkg_config.8.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 321222cf..5b0d1114 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -32,6 +32,7 @@ <config_file>http://www.pfsense.com/packages/config/frickin/frickin.xml</config_file> <configurationfile>frickin.xml</configurationfile> <after_install_info>Please visit the Frickin PPTP settings tab and press save after setting the service up to start.</after_install_info> + <noembedded>true</noembedded> </package> <package> <name>pure-ftpd</name> diff --git a/pkg_config.8.xml b/pkg_config.8.xml index d4d9c00f..c028b943 100755 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -33,6 +33,7 @@ <config_file>http://www.pfsense.com/packages/config/frickin/frickin.xml</config_file> <configurationfile>frickin.xml</configurationfile> <after_install_info>Please visit the Frickin PPTP settings tab and press save after setting the service up to start.</after_install_info> + <noembedded>true</noembedded> </package> <package> <name>pure-ftpd</name> |