diff options
author | Michael Mason <ms13sp@gmail.com> | 2010-03-17 19:09:51 +0000 |
---|---|---|
committer | Michael Mason <ms13sp@gmail.com> | 2010-03-17 19:09:51 +0000 |
commit | 52600877ccdfcc91be897b12d885ed8543022cfb (patch) | |
tree | 1165611dd6fb310ed7dd348c6ca1743d2a7e83a6 /testing/freeswitch/freeswitch.post-install | |
parent | 4b23d4dfa33b09440ffbdfccbd46571649ccecaa (diff) | |
download | aports-52600877ccdfcc91be897b12d885ed8543022cfb.tar.bz2 aports-52600877ccdfcc91be897b12d885ed8543022cfb.tar.xz |
testing/freeswitch updated with init script and post/pre install scripts
Diffstat (limited to 'testing/freeswitch/freeswitch.post-install')
-rwxr-xr-x | testing/freeswitch/freeswitch.post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/freeswitch/freeswitch.post-install b/testing/freeswitch/freeswitch.post-install new file mode 100755 index 000000000..2375ada13 --- /dev/null +++ b/testing/freeswitch/freeswitch.post-install @@ -0,0 +1,3 @@ +#!/bin/sh + +chown -R freeswitch:freeswitch /etc/freeswitch/ |