From 91c3cc9bc03b84b2224c9bc2891d14eb85e6ed8c Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Wed, 1 Jul 2009 13:20:21 +0000
Subject: [PATCH] sample.* adjust more samples a bit

---
 sample.confd | 2 --
 sample.initd | 6 +++---
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/sample.confd b/sample.confd
index 0abb80c6e89b..eb0eecf7a600 100644
--- a/sample.confd
+++ b/sample.confd
@@ -5,5 +5,3 @@
 #
 
 OPTS=""
-USER="nobody"
-GROUP="nobody"
diff --git a/sample.initd b/sample.initd
index 980c53e72d32..42d03e07d222 100644
--- a/sample.initd
+++ b/sample.initd
@@ -11,9 +11,9 @@ depend() {
 
 start() {
 	ebegin "Starting ${NAME}"
-		start-stop-daemon --start --quiet --background \
-			--make-pidfile --pidfile /var/run/${NAME}.pid \
-			--chuid ${USER}:${GROUP} \
+		start-stop-daemon --start --quiet \
+			--pidfile /var/run/${NAME}.pid \
+			--chuid ${DAEMON_USER}:${DAEMON_GROUP} \
 			--exec ${DAEMON} -- ${OPTS}
 	eend $?
 }
-- 
GitLab