aboutsummaryrefslogtreecommitdiff
path: root/net/dmapd
diff options
context:
space:
mode:
Diffstat (limited to 'net/dmapd')
-rw-r--r--net/dmapd/Makefile1
-rw-r--r--net/dmapd/files/dmapd.init2
2 files changed, 1 insertions, 2 deletions
diff --git a/net/dmapd/Makefile b/net/dmapd/Makefile
index ca53f6bce..2c97879ac 100644
--- a/net/dmapd/Makefile
+++ b/net/dmapd/Makefile
@@ -32,6 +32,7 @@ define Package/dmapd
DEPENDS:=+libdmapsharing +libdb47 +vips
TITLE:= dmapd
URL:=http://www.flyn.org/projects/dmapd/
+ USERID:=dmapd=56:dmapd=56
endef
define Package/dmapd/decription
diff --git a/net/dmapd/files/dmapd.init b/net/dmapd/files/dmapd.init
index 2d9e9aadf..76ecd501f 100644
--- a/net/dmapd/files/dmapd.init
+++ b/net/dmapd/files/dmapd.init
@@ -4,8 +4,6 @@
START=60
start() {
- user_exists dmapd 56 || user_add dmapd 56
- group_exists dmapd 56 || group_add dmapd 56
[ -d /var/run/dmapd ] || {
mkdir -m 0755 -p /var/run/dmapd
chown dmapd:dmapd /var/run/dmapd