diff options
author | doktornotor <notordoktor@gmail.com> | 2015-08-25 09:38:13 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-08-25 09:38:13 +0200 |
commit | dfaecb560997b2a078182cb65fb03e69bf5d35cf (patch) | |
tree | dcc98082efaca6c7a0ccfc01abacf82966894e57 /config/openbgpd | |
parent | d1a026b5e36ec9220bb20ace0c1008e02e051a0c (diff) | |
download | pfsense-packages-dfaecb560997b2a078182cb65fb03e69bf5d35cf.tar.gz pfsense-packages-dfaecb560997b2a078182cb65fb03e69bf5d35cf.tar.bz2 pfsense-packages-dfaecb560997b2a078182cb65fb03e69bf5d35cf.zip |
Remove useless deinstall_openbgpd() function
Diffstat (limited to 'config/openbgpd')
-rw-r--r-- | config/openbgpd/openbgpd_groups.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/openbgpd/openbgpd_groups.xml b/config/openbgpd/openbgpd_groups.xml index f43ab466..3ece75f2 100644 --- a/config/openbgpd/openbgpd_groups.xml +++ b/config/openbgpd/openbgpd_groups.xml @@ -105,9 +105,6 @@ <size>80</size> </field> </fields> - <custom_php_deinstall_command> - deinstall_openbgpd(); - </custom_php_deinstall_command> <custom_php_resync_config_command> openbgpd_install_conf(); </custom_php_resync_config_command> |