aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-10-05 21:30:47 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-10-05 21:30:47 +0000
commitb0170461cbb117d961ed8be2cc65ecd8440689f6 (patch)
treedcdecb913b0bbaa4bceb3eb7a618157916381bd9
parent8b9a68742db7e92edb44bdeb14d6e1dba249d3c9 (diff)
downloadpfsense-packages-b0170461cbb117d961ed8be2cc65ecd8440689f6.tar.gz
pfsense-packages-b0170461cbb117d961ed8be2cc65ecd8440689f6.tar.bz2
pfsense-packages-b0170461cbb117d961ed8be2cc65ecd8440689f6.zip
Woops, its <custom_php_install_command>
-rw-r--r--packages/snort/snort.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/snort/snort.xml b/packages/snort/snort.xml
index be30deb7..24bb3643 100644
--- a/packages/snort/snort.xml
+++ b/packages/snort/snort.xml
@@ -151,9 +151,9 @@
<type>checkbox</type>
</field>
</fields>
- <custom_add_php_install>
+ <custom_php_install_command>
sync_package_snort_reinstall();
- </custom_add_php_install>
+ </custom_php_install_command>
<custom_add_php_command>
sync_package_snort();
</custom_add_php_command>