aboutsummaryrefslogtreecommitdiffstats
path: root/testing/opensips/opensips.post-install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-05-12 15:32:03 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-05-12 15:32:03 +0000
commitfb1384b92fe6d183c2e4fe0dc5b728912d99a0fb (patch)
tree2bbb337bbb183000c1551a02b18621073cd8d2e3 /testing/opensips/opensips.post-install
parent703395542c366ffe80e8e8f2c067ec34b96d6521 (diff)
downloadaports-fb1384b92fe6d183c2e4fe0dc5b728912d99a0fb.tar.bz2
aports-fb1384b92fe6d183c2e4fe0dc5b728912d99a0fb.tar.xz
testing/opensips: set permissions on config file
Diffstat (limited to 'testing/opensips/opensips.post-install')
-rw-r--r--testing/opensips/opensips.post-install2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/opensips/opensips.post-install b/testing/opensips/opensips.post-install
index e0b90e8640..eb9d86d98b 100644
--- a/testing/opensips/opensips.post-install
+++ b/testing/opensips/opensips.post-install
@@ -1,3 +1,5 @@
#!/bin/sh
chown -R opensips:opensips /var/run/opensips
+chgrp opensips /etc/opensips/opensips.cfg
+exit 0