diff options
author | Michael Mason <ms13sp@gmail.com> | 2009-08-21 04:02:44 +0000 |
---|---|---|
committer | Michael Mason <ms13sp@gmail.com> | 2009-08-21 04:02:44 +0000 |
commit | 5ecc96ccbafcfc1916d7623a976833fc5d45fc4c (patch) | |
tree | 91a54afb0bf12e3b5766cc93bc68c6faa7c1092c /testing/kamailio/kamailio.post-install | |
parent | 80995cc6306c144c76c9b8b9492eda9975b4593c (diff) | |
download | aports-5ecc96ccbafcfc1916d7623a976833fc5d45fc4c.tar.bz2 aports-5ecc96ccbafcfc1916d7623a976833fc5d45fc4c.tar.xz |
unstable/kamailio moved to testing/kamailio
Diffstat (limited to 'testing/kamailio/kamailio.post-install')
-rw-r--r-- | testing/kamailio/kamailio.post-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/kamailio/kamailio.post-install b/testing/kamailio/kamailio.post-install new file mode 100644 index 000000000..19fc932dd --- /dev/null +++ b/testing/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 |