diff options
author | Colin Smith <colin@pfsense.org> | 2005-07-18 22:55:17 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-07-18 22:55:17 +0000 |
commit | 82653ab1e5d6217c49917970b36cca1d86d9dd4f (patch) | |
tree | 210866ab08b15d3a794a96583507c3730eb30323 | |
parent | 335a21c47ace556c65eea7cdbc2ee3cbc8e14bd7 (diff) | |
download | pfsense-packages-82653ab1e5d6217c49917970b36cca1d86d9dd4f.tar.gz pfsense-packages-82653ab1e5d6217c49917970b36cca1d86d9dd4f.tar.bz2 pfsense-packages-82653ab1e5d6217c49917970b36cca1d86d9dd4f.zip |
Let's disable pfflowd without hosing arpwatch ;)
-rw-r--r-- | pkg_config.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index 70c808ce..5c8f8400 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -199,9 +199,16 @@ test server or link availability and modify translation or routing rules. This p <descr>Arpwatch monitors ethernet/ip address pairings. It also logs certain changes to syslog.</descr> <website>http://www-nrg.ee.lbl.gov/</website> <category>Security</category> + <depends_on_package_base_url>http://ftp2.freebsd.org/pub/FreeBSD/ports/i386/packages-6-current/All</depends_on_package_base_url> + <depends_on_package>arpwatch-2.1.a13.tbz</depends_on_package> <version>2.1.a13</version> <status>ALPHA</status> <config_file>http://www.pfsense.com/packages/config/arpwatch.xml</config_file> + <configurationfile>arpwatch.xml</configurationfile> + <logging> + <facilityname>arpwatch</facilityname> + <logfilename>arpwatch.log</logfilename> + </logging> </package> <package> <name>mtr-nox11</name> |