diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-05-12 11:40:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-05-12 11:40:48 +0000 |
commit | 58183010cf058940694e49d95367513301449e60 (patch) | |
tree | 26f5dede5cdf23b550a8f1b630794d656edbf826 /testing/opensips/opensips.post-install | |
parent | 09b207e0f11e4e8c0bbb6ecf40a12d747d8579f3 (diff) | |
download | aports-58183010cf058940694e49d95367513301449e60.tar.bz2 aports-58183010cf058940694e49d95367513301449e60.tar.xz |
testing/opensips: added init.d and pre/post install scripts
Diffstat (limited to 'testing/opensips/opensips.post-install')
-rw-r--r-- | testing/opensips/opensips.post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/opensips/opensips.post-install b/testing/opensips/opensips.post-install new file mode 100644 index 0000000000..e0b90e8640 --- /dev/null +++ b/testing/opensips/opensips.post-install @@ -0,0 +1,3 @@ +#!/bin/sh + +chown -R opensips:opensips /var/run/opensips |