diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-02-22 02:48:51 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-02-22 02:48:51 +0000 |
commit | 4d35f5391ce43d9379d2b245ba49caae7756d861 (patch) | |
tree | 85079c6b0facac2051b169b3e424e6cf9585e4b3 /pkg_config.xml | |
parent | 3c41fbd0ff1e185ea202fb2949d829762b518531 (diff) | |
download | pfsense-packages-4d35f5391ce43d9379d2b245ba49caae7756d861.tar.gz pfsense-packages-4d35f5391ce43d9379d2b245ba49caae7756d861.tar.bz2 pfsense-packages-4d35f5391ce43d9379d2b245ba49caae7756d861.zip |
Correct a missing > from xml file.
Diffstat (limited to 'pkg_config.xml')
-rw-r--r-- | pkg_config.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index 026a10d2..6179510d 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -122,10 +122,10 @@ <depends_on_package>freeradius-1.0.1.tbz</depends_on_package> <version>1.0.1</version> <status>Stable</status> - <configurationfile>freeradius.xml</configurationfile + <configurationfile>freeradius.xml</configurationfile> <logging> - <facilityname>radius</facilityname> - <logfilename>radius.log</logfilename> + <facilityname>radius</facilityname> + <logfilename>radius.log</logfilename> </logging> </package> <package> |