diff options
author | doktornotor <notordoktor@gmail.com> | 2015-08-25 09:37:45 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-08-25 09:37:45 +0200 |
commit | d1a026b5e36ec9220bb20ace0c1008e02e051a0c (patch) | |
tree | a7a49a9f468c2ba87994a006b0f55fac7bf2903e /config/openbgpd | |
parent | d85c108f6dc734e5382682a531fabbf90412f00d (diff) | |
download | pfsense-packages-d1a026b5e36ec9220bb20ace0c1008e02e051a0c.tar.gz pfsense-packages-d1a026b5e36ec9220bb20ace0c1008e02e051a0c.tar.bz2 pfsense-packages-d1a026b5e36ec9220bb20ace0c1008e02e051a0c.zip |
Remove useless deinstall_openbgpd() function
Diffstat (limited to 'config/openbgpd')
-rw-r--r-- | config/openbgpd/openbgpd.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/openbgpd/openbgpd.xml b/config/openbgpd/openbgpd.xml index 83e0122c..07810c0c 100644 --- a/config/openbgpd/openbgpd.xml +++ b/config/openbgpd/openbgpd.xml @@ -182,9 +182,6 @@ </rowhelper> </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> |