aboutsummaryrefslogtreecommitdiffstats
path: root/testing/asterisk/asterisk.pre-install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-05-07 06:12:19 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-05-07 06:12:19 +0000
commit25730327efd853ef30c2d022397ea063dc3ebd83 (patch)
tree9ab1e77a3d048c90eb3c703af71b98eaa2358f0b /testing/asterisk/asterisk.pre-install
parent78210a6aedb012c8352bf2d8a578a710be8eebf1 (diff)
downloadaports-25730327efd853ef30c2d022397ea063dc3ebd83.tar.bz2
aports-25730327efd853ef30c2d022397ea063dc3ebd83.tar.xz
testing/asterisk: moved from extra
This beta release have been crashing alot. Also, since its beta, move it to testing area.
Diffstat (limited to 'testing/asterisk/asterisk.pre-install')
-rw-r--r--testing/asterisk/asterisk.pre-install9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/asterisk/asterisk.pre-install b/testing/asterisk/asterisk.pre-install
new file mode 100644
index 0000000000..f4724251f3
--- /dev/null
+++ b/testing/asterisk/asterisk.pre-install
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+user=asterisk
+home=/var/lib/asterisk
+adduser -h $home -s /bin/false -D $user 2>/dev/null
+mkdir -p $home
+chown $user:$user $home
+exit 0
+