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.pre-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.pre-install')
-rw-r--r-- | testing/opensips/opensips.pre-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/opensips/opensips.pre-install b/testing/opensips/opensips.pre-install new file mode 100644 index 0000000000..4b9ccd418d --- /dev/null +++ b/testing/opensips/opensips.pre-install @@ -0,0 +1,5 @@ +#!/bin/sh + +adduser -H -h /var/empty -s /bin/false -D opensips 2>/dev/null + +exit 0 |