summaryrefslogtreecommitdiffstats
path: root/main/freeswitch/freeswitch.pre-install
diff options
context:
space:
mode:
authorMichael Mason <ms13sp@gmail.com>2010-05-06 15:19:06 +0000
committerMichael Mason <ms13sp@gmail.com>2010-05-06 15:19:06 +0000
commit35c81ce5b042347317736d23b2d6e5c056f00c05 (patch)
treeb8d387456dbcdd8b45fbe54a025b84311e852ccd /main/freeswitch/freeswitch.pre-install
parent75ff374836b4debeac557416f3ad156d3bd38b35 (diff)
downloadaports-35c81ce5b042347317736d23b2d6e5c056f00c05.tar.bz2
aports-35c81ce5b042347317736d23b2d6e5c056f00c05.tar.xz
freeswitch bug fixes for freswitch user and rundir
Diffstat (limited to 'main/freeswitch/freeswitch.pre-install')
-rwxr-xr-xmain/freeswitch/freeswitch.pre-install3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/freeswitch/freeswitch.pre-install b/main/freeswitch/freeswitch.pre-install
index b8065b52b..23756f31d 100755
--- a/main/freeswitch/freeswitch.pre-install
+++ b/main/freeswitch/freeswitch.pre-install
@@ -1,4 +1,3 @@
#!/bin/sh
-adduser -h /dev/null -s /bin/false -D freeswitch 2>/dev/null
-mkdir /var/run/freeswitch
+adduser -H /var/run/freeswitch -s /bin/false -D freeswitch 2>/dev/null