diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-10-05 21:30:47 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-10-05 21:30:47 +0000 |
commit | b0170461cbb117d961ed8be2cc65ecd8440689f6 (patch) | |
tree | dcdecb913b0bbaa4bceb3eb7a618157916381bd9 /packages | |
parent | 8b9a68742db7e92edb44bdeb14d6e1dba249d3c9 (diff) | |
download | pfsense-packages-b0170461cbb117d961ed8be2cc65ecd8440689f6.tar.gz pfsense-packages-b0170461cbb117d961ed8be2cc65ecd8440689f6.tar.bz2 pfsense-packages-b0170461cbb117d961ed8be2cc65ecd8440689f6.zip |
Woops, its <custom_php_install_command>
Diffstat (limited to 'packages')
-rw-r--r-- | packages/snort/snort.xml | 4 |
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> |