aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vdr/vdr.pre-install
diff options
context:
space:
mode:
authorStefan Reiff <kroko87@hotmail.com>2019-05-12 20:38:34 +0200
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-12 18:45:42 +0000
commit47965644c390b1be1117769b1e08b31858267e9a (patch)
treeba023325b86137b9029260d1ad6b7f589ead0ad5 /testing/vdr/vdr.pre-install
parenteec40699d855bb9a8e14c913acb392cd60189d1c (diff)
testing/vdr: update/add plugins and add configs
update femon and vnsiserver plugin add epgsearch, dvbapi, svdrpservice and vdrmanager plugin re-enable skincurses plugin add init script add configs for vdr and all plugins add vdr user and group on install fix build with debug symbols (include-missing-limits.patch) fix streamdev Makefile apply available upstream patches (at the moment 33)
Diffstat (limited to 'testing/vdr/vdr.pre-install')
-rw-r--r--testing/vdr/vdr.pre-install7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/vdr/vdr.pre-install b/testing/vdr/vdr.pre-install
new file mode 100644
index 00000000000..a6edaed1bfc
--- /dev/null
+++ b/testing/vdr/vdr.pre-install
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+addgroup -S vdr 2>/dev/null
+adduser -S -D -H -h /var/lib/vdr -s /sbin/nologin -G vdr -g vdr vdr 2>/dev/null
+adduser vdr video 2>/dev/null
+
+exit 0