diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-30 06:11:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-30 06:11:36 +0000 |
commit | 6ca9d7f656434f67c7409e408c980f824db897af (patch) | |
tree | 72edb8cc4390cf2e08548dd03ff7ff0294d68d49 /main/kamailio/kamailio.post-install | |
parent | e92cddc8802b50ba8d81819040bbc20b78a51715 (diff) | |
download | aports-6ca9d7f656434f67c7409e408c980f824db897af.tar.bz2 aports-6ca9d7f656434f67c7409e408c980f824db897af.tar.xz |
main/kamailio: moved from testing
Diffstat (limited to 'main/kamailio/kamailio.post-install')
-rw-r--r-- | main/kamailio/kamailio.post-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/kamailio/kamailio.post-install b/main/kamailio/kamailio.post-install new file mode 100644 index 000000000..19fc932dd --- /dev/null +++ b/main/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 |