aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeswitch/freeswitch.pre-install
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2010-05-08 10:52:54 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2010-05-08 10:52:54 +0000
commitd11f31e81a96681f8b74c6bb8d6dfe43a62f1147 (patch)
tree5584de5036910e0896327d4514d72cf8cc445924 /main/freeswitch/freeswitch.pre-install
parent9f050562e98e9355710fa2aa173dae037793fb37 (diff)
downloadaports-d11f31e81a96681f8b74c6bb8d6dfe43a62f1147.tar.bz2
aports-d11f31e81a96681f8b74c6bb8d6dfe43a62f1147.tar.xz
main/freeswitch: changed locations to partially support FHS
Diffstat (limited to 'main/freeswitch/freeswitch.pre-install')
-rwxr-xr-xmain/freeswitch/freeswitch.pre-install4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/freeswitch/freeswitch.pre-install b/main/freeswitch/freeswitch.pre-install
index 23756f31df..043b963bbd 100755
--- a/main/freeswitch/freeswitch.pre-install
+++ b/main/freeswitch/freeswitch.pre-install
@@ -1,3 +1,5 @@
#!/bin/sh
-adduser -H /var/run/freeswitch -s /bin/false -D freeswitch 2>/dev/null
+adduser -H -h /var/run/freeswitch -s /bin/false -D freeswitch 2>/dev/null
+
+exit 0