aboutsummaryrefslogtreecommitdiffstats
path: root/unstable/kamailio/kamailio.post-install
diff options
context:
space:
mode:
authorMichael Mason <ms13sp@gmail.com>2009-08-07 20:59:53 +0000
committerMichael Mason <ms13sp@gmail.com>2009-08-07 20:59:53 +0000
commit6443b3a9eea415eee00747e824b858e813e3ca9c (patch)
tree8f1969291665be0fcb7141d9d891b06aef5e1a96 /unstable/kamailio/kamailio.post-install
parentec8a8d7e534e0817b9d5c3d5bdc7c931d427d245 (diff)
downloadaports-6443b3a9eea415eee00747e824b858e813e3ca9c.tar.bz2
aports-6443b3a9eea415eee00747e824b858e813e3ca9c.tar.xz
unstable/kamailio Added initd and install scripts
Diffstat (limited to 'unstable/kamailio/kamailio.post-install')
-rw-r--r--unstable/kamailio/kamailio.post-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/unstable/kamailio/kamailio.post-install b/unstable/kamailio/kamailio.post-install
new file mode 100644
index 0000000000..19fc932dd6
--- /dev/null
+++ b/unstable/kamailio/kamailio.post-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+chown -R kamailio:kamailio /var/run/kamailio
+chgrp kamailio /etc/kamailio/kamailio.cfg
+exit 0