aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/crtmpserver/crtmpserver.pre-install
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-22 12:02:49 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-22 12:02:49 +0000
commit15ed6dce477d5abfdb7af27900242682adcecabc (patch)
tree51da61511fa59f29f82cafce5b5ed1951a9f6056 /unmaintained/crtmpserver/crtmpserver.pre-install
parent5fc9b66c14b8e02ceab609c76b00d3213f363e66 (diff)
downloadaports-15ed6dce477d5abfdb7af27900242682adcecabc.tar.bz2
aports-15ed6dce477d5abfdb7af27900242682adcecabc.tar.xz
unmaintained/crtmpserver: moved from testing
Diffstat (limited to 'unmaintained/crtmpserver/crtmpserver.pre-install')
-rw-r--r--unmaintained/crtmpserver/crtmpserver.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/unmaintained/crtmpserver/crtmpserver.pre-install b/unmaintained/crtmpserver/crtmpserver.pre-install
new file mode 100644
index 0000000000..e8dc1c722b
--- /dev/null
+++ b/unmaintained/crtmpserver/crtmpserver.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+adduser -S -h /var/crtmpserver -s /bin/false -g rtmpd rtmpd 2>/dev/null
+
+exit 0