diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-11-30 22:46:47 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-11-30 22:46:47 -0500 |
commit | 7cba6402d6e1080fd9f81baa455f54a97ae55596 (patch) | |
tree | 97f3687daa193d2307ec3187d0babf9a4599be57 /config/bandwidthd/bandwidthd.inc | |
parent | d99eed13988c078c431b5859044bc6c2a949f7aa (diff) | |
download | pfsense-packages-7cba6402d6e1080fd9f81baa455f54a97ae55596.tar.gz pfsense-packages-7cba6402d6e1080fd9f81baa455f54a97ae55596.tar.bz2 pfsense-packages-7cba6402d6e1080fd9f81baa455f54a97ae55596.zip |
Do not pkg_delete
Diffstat (limited to 'config/bandwidthd/bandwidthd.inc')
-rw-r--r-- | config/bandwidthd/bandwidthd.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/bandwidthd/bandwidthd.inc b/config/bandwidthd/bandwidthd.inc index 9593ad5b..0bab93f8 100644 --- a/config/bandwidthd/bandwidthd.inc +++ b/config/bandwidthd/bandwidthd.inc @@ -31,7 +31,6 @@ function bandwidthd_install_deinstall() { conf_mount_rw(); config_lock(); - exec("cd /var/db/pkg/ && pkg_delete `ls | grep bandwidthd`"); exec("rm /usr/local/etc/rc.d/bandwidthd*"); exec("rm -rf /usr/local/bandwidthd*"); exec("rm /usr/local/www/bandwidthd"); |