aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobiscool <robrob2626@yahoo.com>2011-06-23 10:45:26 -0700
committerrobiscool <robrob2626@yahoo.com>2011-06-23 10:45:26 -0700
commit8e5b787a41f9ddf2cd9f9b4edd4c22fbbc826edd (patch)
treefdaecbda5783023d805474f0e19e5b82f27f6b62
parent6f8a6ecd60edfd7f2151affdd1de1d839ca532af (diff)
downloadpfsense-packages-8e5b787a41f9ddf2cd9f9b4edd4c22fbbc826edd.tar.gz
pfsense-packages-8e5b787a41f9ddf2cd9f9b4edd4c22fbbc826edd.tar.bz2
pfsense-packages-8e5b787a41f9ddf2cd9f9b4edd4c22fbbc826edd.zip
snort-dev, add snort-dev to pkg_config.8.xml
-rw-r--r--config/snort-dev/snort_install.inc4
-rwxr-xr-xpkg_config.8.xml13
2 files changed, 17 insertions, 0 deletions
diff --git a/config/snort-dev/snort_install.inc b/config/snort-dev/snort_install.inc
index 30f2884e..bcdabdb1 100644
--- a/config/snort-dev/snort_install.inc
+++ b/config/snort-dev/snort_install.inc
@@ -138,6 +138,10 @@ function snort_postinstall()
if (!file_exists('/var/snort/')) {
exec('/bin/mkdir -p /var/snort/');
+ }
+
+ if (!file_exists('/usr/local/pkg/snort/snortDBtemp')) {
+ exec('/bin/mv /var/snort/snortDBtemp');
}
// cleanup default files
diff --git a/pkg_config.8.xml b/pkg_config.8.xml
index c175215a..997a0b82 100755
--- a/pkg_config.8.xml
+++ b/pkg_config.8.xml
@@ -305,6 +305,19 @@
<configurationfile>vhosts.xml</configurationfile>
</package>
<package>
+ <name>snort-dev</name>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,16847.0.html</pkginfolink>
+ <website>http://www.snort.org</website>
+ <descr>Testing Install Only, Currently Broken as of 06232011</descr>
+ <category>Security</category>
+ <config_file>http://www.pfsense.com/packages/config/snort-dev/snort.xml</config_file>
+ <version>2.9.0.5 pkg v. 2.0</version>
+ <required_version>2.0</required_version>
+ <status>UnStable</status>
+ <configurationfile>/snort.xml</configurationfile>
+ <after_install_info></after_install_info>
+ </package>
+ <package>
<name>snort</name>
<pkginfolink>http://forum.pfsense.org/index.php/topic,16847.0.html</pkginfolink>
<website>http://www.snort.org</website>