diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-01-12 11:31:14 -0200 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-01-12 11:31:14 -0200 |
commit | fbcaf5b697de1f74118c364f0ed964afdb1460be (patch) | |
tree | 7ee29d26c56f7554e1f4a0420a9dbc2256730a6f /config | |
parent | 655d11944dbc7b32c31fd8f52a8bdeca281851c4 (diff) | |
parent | 7b11bd2453e6e592e0032e5cc859cacc609e7372 (diff) | |
download | pfsense-packages-fbcaf5b697de1f74118c364f0ed964afdb1460be.tar.gz pfsense-packages-fbcaf5b697de1f74118c364f0ed964afdb1460be.tar.bz2 pfsense-packages-fbcaf5b697de1f74118c364f0ed964afdb1460be.zip |
Merge pull request #784 from phil-davis/patch-2
Diffstat (limited to 'config')
-rwxr-xr-x | config/snort/snort.inc | 2 | ||||
-rwxr-xr-x | config/snort/snort.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc index ed1e64be..bec163d7 100755 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -3094,7 +3094,7 @@ function snort_deinstall() { log_error(gettext("[Snort] Snort package uninstall in progress...")); /* Remove our rc.d startup shell script */ - unlink_if_exists("{$rcdir}snort_pkg.sh"); + unlink_if_exists("{$rcdir}snort.sh"); /* Make sure all active Snort processes are terminated */ /* Log a message only if a running process is detected */ diff --git a/config/snort/snort.xml b/config/snort/snort.xml index fd0a8d41..fb23997c 100755 --- a/config/snort/snort.xml +++ b/config/snort/snort.xml @@ -47,7 +47,7 @@ <faq>Currently there are no FAQ items provided.</faq> <name>Snort</name> <version>2.9.7.0</version> - <title>Services:2.9.7.0 pkg v3.2.1</title> + <title>Services:2.9.7.0 pkg v3.2.2</title> <include_file>/usr/local/pkg/snort/snort.inc</include_file> <menu> <name>Snort</name> |