aboutsummaryrefslogtreecommitdiffstats
path: root/config/openbgpd
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-08-25 09:36:59 +0200
committerdoktornotor <notordoktor@gmail.com>2015-08-25 09:36:59 +0200
commitd85c108f6dc734e5382682a531fabbf90412f00d (patch)
treed75ef2b7332739552b81534decfd54b541b11a16 /config/openbgpd
parent0b4a16237dab7e69b464156044903b4141432b38 (diff)
downloadpfsense-packages-d85c108f6dc734e5382682a531fabbf90412f00d.tar.gz
pfsense-packages-d85c108f6dc734e5382682a531fabbf90412f00d.tar.bz2
pfsense-packages-d85c108f6dc734e5382682a531fabbf90412f00d.zip
Remove useless deinstall_openbgpd() function
All of these are dealt with by uninstall_package() and delete_package_xml() from pkg-utils.inc.
Diffstat (limited to 'config/openbgpd')
-rw-r--r--config/openbgpd/openbgpd.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/openbgpd/openbgpd.inc b/config/openbgpd/openbgpd.inc
index 038ffa11..102c937d 100644
--- a/config/openbgpd/openbgpd.inc
+++ b/config/openbgpd/openbgpd.inc
@@ -319,14 +319,6 @@ function openbgpd_put_raw_config($conffile) {
}
}
-function deinstall_openbgpd() {
- global $config, $g;
-
- exec("rm /usr/local/etc/rc.d/bgpd.sh");
- exec("rm /usr/local/www/openbgpd_status.php");
- exec("killall bgpd");
-}
-
function check_group_usage($groupname) {
global $config, $g;