diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2010-05-08 10:52:54 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2010-05-08 10:52:54 +0000 |
commit | d11f31e81a96681f8b74c6bb8d6dfe43a62f1147 (patch) | |
tree | 5584de5036910e0896327d4514d72cf8cc445924 /main/freeswitch/freeswitch.post-install | |
parent | 9f050562e98e9355710fa2aa173dae037793fb37 (diff) | |
download | aports-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-x | main/freeswitch/freeswitch.post-install | 3 |
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 |