summaryrefslogtreecommitdiffstats
path: root/testing/freeswitch/freeswitch.install
diff options
context:
space:
mode:
authorMichael Mason <ms13sp@gmail.com>2010-03-18 18:26:55 +0000
committerMichael Mason <ms13sp@gmail.com>2010-03-18 18:26:55 +0000
commitab919e61f26ec3409874ebce697842171bfc6d59 (patch)
tree8a0687a0845add5a04f85b0bee4aff4d8b849a08 /testing/freeswitch/freeswitch.install
parentcb0c20d57cec46314cd0cc41cd09c28147636850 (diff)
downloadaports-ab919e61f26ec3409874ebce697842171bfc6d59.tar.bz2
aports-ab919e61f26ec3409874ebce697842171bfc6d59.tar.xz
testing/freeswitch fixes #326. Updated initd and added confd
Diffstat (limited to 'testing/freeswitch/freeswitch.install')
-rwxr-xr-xtesting/freeswitch/freeswitch.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/freeswitch/freeswitch.install b/testing/freeswitch/freeswitch.install
deleted file mode 100755
index 0507fe53..00000000
--- a/testing/freeswitch/freeswitch.install
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-case "$1" in
- pre_install)
- adduser -h /dev/null -s /bin/false -D freeswitch 2>/dev/null
- ;;
- post_install)
- chown -R freeswitch:freeswitch /etc/freeswitch/
- ;;
- post_deinstall)
- deluser freeswitch
- delgroup freeswitch
- ;;
-esac
-