~alpine/devel

1

[alpine-devel] pingu init.d script patch

Details
Message ID
<410416.39960.qm@web50205.mail.re2.yahoo.com>
Sender timestamp
1235585171
DKIM signature
missing
Download raw message
Please patch the pingu aport as follows.  Thanks.

Ted


diff --git a/extra/pingu/pingu.initd b/extra/pingu/pingu.initd
index 7da89c1..39301f8 100644
--- a/extra/pingu/pingu.initd
+++ b/extra/pingu/pingu.initd
@@ -3,7 +3,7 @@
 # Sample init.d file for alpine linux.
 NAME=pingu
-DAEMON=/usr/sbin/$NAME
+DAEMON=/usr/bin/$NAME
 depend() {
        need net
@@ -13,7 +13,7 @@ start() {
        ebegin "Starting ${NAME}"
                start-stop-daemon --start --quiet \
                        --pidfile /var/run/${NAME}.pid \
-                       --exec ${DAEMON} --
+                       --exec ${DAEMON} -- -d
        eend $?
 }



      


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Details
Message ID
<1235661609.17189.123.camel@nc>
In-Reply-To
<410416.39960.qm@web50205.mail.re2.yahoo.com> (view parent)
Sender timestamp
1235661609
DKIM signature
missing
Download raw message
On Wed, 2009-02-25 at 10:06 -0800, Ted Trask wrote:
> Please patch the pingu aport as follows.  Thanks.

Fixed for both 1.8.1 and for the 1.9.x tree.

Thanks!

-nc



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)