summaryrefslogtreecommitdiffstats
path: root/testing/asterisk/asterisk.pre-install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-04-16 13:09:07 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-04-16 13:09:07 +0000
commit20e9c3adfae6d00c91296d7dd670f592c667bacd (patch)
tree2e1c8b8917fb61349d38a811216676b6681b78e8 /testing/asterisk/asterisk.pre-install
parenta19bdc166f30a1f83b7777bff0722d18b0e2ff4b (diff)
downloadaports-20e9c3adfae6d00c91296d7dd670f592c667bacd.tar.bz2
aports-20e9c3adfae6d00c91296d7dd670f592c667bacd.tar.xz
extra/asterisk,libpri,dahdi-*: moved from testing
Diffstat (limited to 'testing/asterisk/asterisk.pre-install')
-rw-r--r--testing/asterisk/asterisk.pre-install9
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/asterisk/asterisk.pre-install b/testing/asterisk/asterisk.pre-install
deleted file mode 100644
index f4724251f..000000000
--- a/testing/asterisk/asterisk.pre-install
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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
-