diff options
author | Colin Smith <colin@pfsense.org> | 2005-03-06 06:03:17 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-03-06 06:03:17 +0000 |
commit | 5f468cc7d64dba054729a819e5c8b7835dc970c8 (patch) | |
tree | ddef3192abea479dec2400fc4baf74a6910084ad | |
parent | 55781165f248a6f9f35bbf8a260d1fa407f6c8b4 (diff) | |
download | pfsense-packages-5f468cc7d64dba054729a819e5c8b7835dc970c8.tar.gz pfsense-packages-5f468cc7d64dba054729a819e5c8b7835dc970c8.tar.bz2 pfsense-packages-5f468cc7d64dba054729a819e5c8b7835dc970c8.zip |
Fix misplaced </packages>.
-rw-r--r-- | pkg_config.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index 74fce820..476e56bc 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -201,7 +201,6 @@ <status>ALPHA</status> <configurationfile>siproxd.xml</configurationfile> </package> - </packages> <package> <name>hula</name> <website>http://www.hula-project.org</website> @@ -227,5 +226,5 @@ <status>ALPHA</status> <configurationfile>netio.xml</configurationfile> </package> - + </packages> </pfsensepkgs> |