diff options
author | jim-p <jimp@pfsense.org> | 2012-06-21 15:50:49 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-06-21 15:52:12 -0400 |
commit | bbc9d341f371216b234af2299ffc94693fb0cd1f (patch) | |
tree | 11d4cfdae9bc7bceda26f96d889cc2d57f90a714 | |
parent | bae3cd11b7c0470460aa60002f869a470501526b (diff) | |
download | pfsense-packages-bbc9d341f371216b234af2299ffc94693fb0cd1f.tar.gz pfsense-packages-bbc9d341f371216b234af2299ffc94693fb0cd1f.tar.bz2 pfsense-packages-bbc9d341f371216b234af2299ffc94693fb0cd1f.zip |
Disable widescreen on 2.1 because it overwrites the menu, leaving you unable to access any new menu options for 2.1.
-rw-r--r-- | pkg_config.8.xml | 2 | ||||
-rw-r--r-- | pkg_config.8.xml.amd64 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 27879142..f22af19b 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1459,6 +1459,8 @@ <maintainer>ey@tm-k.com</maintainer> <config_file>http://www.pfsense.org/packages/config/widescreen/widescreen.xml</config_file> <configurationfile>widescreen.xml</configurationfile> + <!-- Disabling on 2.1 since it overwrites the menu --> + <maximum_version>2.1</maximum_version> </package> <package> <name>NRPE v2</name> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index bfb3af72..1ab27f59 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -91,6 +91,8 @@ <maintainer>ey@tm-k.com</maintainer> <config_file>http://www.pfsense.org/packages/config/widescreen/widescreen.xml</config_file> <configurationfile>widescreen.xml</configurationfile> + <!-- Disabling on 2.1 since it overwrites the menu --> + <maximum_version>2.1</maximum_version> </package> <package> <name>squid</name> |