diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-10-17 03:49:32 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-10-17 03:49:32 +0000 |
commit | d195ea256107b4cfc580b7d8d90859c9a0838493 (patch) | |
tree | 1900cd4eff31398f764c58a241cc34ab8b35aa51 | |
parent | 7f5d96c9e977bfde6dba5a3336f632d4381d8372 (diff) | |
download | pfsense-packages-d195ea256107b4cfc580b7d8d90859c9a0838493.tar.gz pfsense-packages-d195ea256107b4cfc580b7d8d90859c9a0838493.tar.bz2 pfsense-packages-d195ea256107b4cfc580b7d8d90859c9a0838493.zip |
Hook deinstall routines up
-rw-r--r-- | packages/openbgpd/openbgpd_groups.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/openbgpd/openbgpd_groups.xml b/packages/openbgpd/openbgpd_groups.xml index f6102017..248a97df 100644 --- a/packages/openbgpd/openbgpd_groups.xml +++ b/packages/openbgpd/openbgpd_groups.xml @@ -102,6 +102,7 @@ </field> </fields> <custom_php_deinstall_command> + deinstall_openbgpd(); </custom_php_deinstall_command> <custom_php_resync_config_command> openbgpd_install_conf(); |