aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-02-03 05:02:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2009-02-03 05:02:24 +0000
commit4f10431e90ca6b614c3bd031fe1eb6c3c53a76b6 (patch)
tree5ad57d85926dc82ea9589a98e1c5a71de45f4770
parente392931d4d1cd34ec2603c78f8c7b48782c10a4e (diff)
downloadpfsense-packages-4f10431e90ca6b614c3bd031fe1eb6c3c53a76b6.tar.gz
pfsense-packages-4f10431e90ca6b614c3bd031fe1eb6c3c53a76b6.tar.bz2
pfsense-packages-4f10431e90ca6b614c3bd031fe1eb6c3c53a76b6.zip
Nuke delete function from inc file
-rw-r--r--packages/avahi/avahi.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/avahi/avahi.inc b/packages/avahi/avahi.inc
index 13da92c7..a95eaaf0 100644
--- a/packages/avahi/avahi.inc
+++ b/packages/avahi/avahi.inc
@@ -37,12 +37,6 @@ function stop_avahi() {
mwexec_bg("sh /usr/local/etc/rc.d/avahi-daemon.sh stop");
}
-function delete_avahi() {
- global $g, $config;
- unlink_if_exists("/usr/local/etc/rc.d/avahi-daemon.sh");
- exec("killall avahi-daemon");
-}
-
function setup_avahi() {
global $g, $config;