diff options
author | Michael Mason <ms13sp@gmail.com> | 2009-08-21 04:02:44 +0000 |
---|---|---|
committer | Michael Mason <ms13sp@gmail.com> | 2009-08-21 04:02:44 +0000 |
commit | 5ecc96ccbafcfc1916d7623a976833fc5d45fc4c (patch) | |
tree | 91a54afb0bf12e3b5766cc93bc68c6faa7c1092c /testing/kamailio/kamailio.pre-install | |
parent | 80995cc6306c144c76c9b8b9492eda9975b4593c (diff) | |
download | aports-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-install | 5 |
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 |