summaryrefslogtreecommitdiffstats
path: root/testing/kamailio/kamailio.pre-install
diff options
context:
space:
mode:
authorMichael Mason <ms13sp@gmail.com>2009-08-21 04:02:44 +0000
committerMichael Mason <ms13sp@gmail.com>2009-08-21 04:02:44 +0000
commit5ecc96ccbafcfc1916d7623a976833fc5d45fc4c (patch)
tree91a54afb0bf12e3b5766cc93bc68c6faa7c1092c /testing/kamailio/kamailio.pre-install
parent80995cc6306c144c76c9b8b9492eda9975b4593c (diff)
downloadaports-5ecc96ccbafcfc1916d7623a976833fc5d45fc4c.tar.bz2
aports-5ecc96ccbafcfc1916d7623a976833fc5d45fc4c.tar.xz
unstable/kamailio moved to testing/kamailio
Diffstat (limited to 'testing/kamailio/kamailio.pre-install')
-rw-r--r--testing/kamailio/kamailio.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/kamailio/kamailio.pre-install b/testing/kamailio/kamailio.pre-install
new file mode 100644
index 000000000..78dfa38bf
--- /dev/null
+++ b/testing/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