aboutsummaryrefslogtreecommitdiffstats
path: root/testing/opensips/opensips.post-install
diff options
context:
space:
mode:
authorMichael Mason <ms13sp@gmail.com>2009-05-28 13:32:41 +0000
committerMichael Mason <ms13sp@gmail.com>2009-05-28 13:32:41 +0000
commit1e2f0b801eee6597e0ab8ffeecb740ef01abb45d (patch)
treea4dcd60d3c11ddc72c25ef269df6c1a18ee04951 /testing/opensips/opensips.post-install
parent6a4d7e81f3565b5c531abedf0b81d988391f5e92 (diff)
parented1b3209b6c34161e0f7ca150d99655da23214c0 (diff)
downloadaports-1e2f0b801eee6597e0ab8ffeecb740ef01abb45d.tar.bz2
aports-1e2f0b801eee6597e0ab8ffeecb740ef01abb45d.tar.xz
Merge branch 'master' of git://git.alpinelinux.org/aports
Diffstat (limited to 'testing/opensips/opensips.post-install')
-rw-r--r--testing/opensips/opensips.post-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/opensips/opensips.post-install b/testing/opensips/opensips.post-install
new file mode 100644
index 0000000000..eb9d86d98b
--- /dev/null
+++ b/testing/opensips/opensips.post-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+chown -R opensips:opensips /var/run/opensips
+chgrp opensips /etc/opensips/opensips.cfg
+exit 0