summaryrefslogtreecommitdiffstats
path: root/unstable/kamailio/kamailio.pre-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.pre-install
parentec8a8d7e534e0817b9d5c3d5bdc7c931d427d245 (diff)
downloadaports-6443b3a9eea415eee00747e824b858e813e3ca9c.tar.bz2
aports-6443b3a9eea415eee00747e824b858e813e3ca9c.tar.xz
unstable/kamailio Added initd and install scripts
Diffstat (limited to 'unstable/kamailio/kamailio.pre-install')
-rw-r--r--unstable/kamailio/kamailio.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/unstable/kamailio/kamailio.pre-install b/unstable/kamailio/kamailio.pre-install
new file mode 100644
index 00000000..78dfa38b
--- /dev/null
+++ b/unstable/kamailio/kamailio.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+adduser -H -h /var/empty -s /bin/false -D kamailio 2>/dev/null
+
+exit 0