aboutsummaryrefslogtreecommitdiffstats
path: root/testing/opensips/opensips.pre-install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-05-04 15:39:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-05-04 15:39:20 +0000
commit4cf3f5dd8a9c4c28f1d4cfcfc9d0fdc6e2e68fbc (patch)
treec54d73742b18d00115fd540d3b2fafb7f766de4e /testing/opensips/opensips.pre-install
parentd1adc7e878dfb93233c8115bc639ace3a961a9ed (diff)
downloadaports-4cf3f5dd8a9c4c28f1d4cfcfc9d0fdc6e2e68fbc.tar.bz2
aports-4cf3f5dd8a9c4c28f1d4cfcfc9d0fdc6e2e68fbc.tar.xz
unmaintained/opensips: move from testing
Diffstat (limited to 'testing/opensips/opensips.pre-install')
-rw-r--r--testing/opensips/opensips.pre-install6
1 files changed, 0 insertions, 6 deletions
diff --git a/testing/opensips/opensips.pre-install b/testing/opensips/opensips.pre-install
deleted file mode 100644
index 1fcd8dc61c..0000000000
--- a/testing/opensips/opensips.pre-install
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-addgroup -S opensips 2>/dev/null
-adduser -S -D -H -h /var/empty -s /bin/false -G opensips -g opensips opensips 2>/dev/null
-
-exit 0