aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeswitch/freeswitch.post-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.post-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.post-install')
-rwxr-xr-xmain/freeswitch/freeswitch.post-install3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/freeswitch/freeswitch.post-install b/main/freeswitch/freeswitch.post-install
index 21577b1b0a..fef23caef1 100755
--- a/main/freeswitch/freeswitch.post-install
+++ b/main/freeswitch/freeswitch.post-install
@@ -1,4 +1,5 @@
#!/bin/sh
-chown -R freeswitch:freeswitch /var/run/freeswitch/
+chown -R freeswitch:freeswitch /var/*/freeswitch
+exit 0