diff options
author | Scott Ullrich <sullrich@su.local> | 2009-10-02 20:12:14 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@su.local> | 2009-10-02 20:12:14 -0400 |
commit | ec204945983f8570c57d64d7a4358e7db59a7011 (patch) | |
tree | 0e3361b585fff2ed4e1f50b31287c98012a5fde9 | |
parent | 171e21e090c86cdb641bdb210d105cd28682aa7c (diff) | |
download | pfsense-packages-ec204945983f8570c57d64d7a4358e7db59a7011.tar.gz pfsense-packages-ec204945983f8570c57d64d7a4358e7db59a7011.tar.bz2 pfsense-packages-ec204945983f8570c57d64d7a4358e7db59a7011.zip |
Exclude PubKey package from NanoBSD
-rwxr-xr-x | pkg_config.7.xml | 3 | ||||
-rwxr-xr-x | pkg_config.8.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/pkg_config.7.xml b/pkg_config.7.xml index a9d04c59..137b320e 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -91,7 +91,8 @@ <pkginfolink>http://doc.pfsense.org/index.php/Pubkey_package</pkginfolink> <config_file>http://www.pfsense.org/packages/config/pubkey.xml</config_file> <configurationfile>pubkey.xml</configurationfile> - <after_install_info>The pfSense release key has been updated.</after_install_info> + <after_install_info>The pfSense release key has been updated.</after_install_info> + <noembedded>true</noembedded> </package> <package> <name>Dashboard</name> diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 3a340aee..b39e64fb 100755 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -92,7 +92,8 @@ <pkginfolink>http://doc.pfsense.org/index.php/Pubkey_package</pkginfolink> <config_file>http://www.pfsense.org/packages/config/pubkey.xml</config_file> <configurationfile>pubkey.xml</configurationfile> - <after_install_info>The pfSense release key has been updated.</after_install_info> + <after_install_info>The pfSense release key has been updated.</after_install_info> + <noembedded>true</noembedded> </package> <package> <name>FreeSWITCH</name> |