From: "Tilman Keskinöz" <arved@arved.at>
To: buildroot@busybox.net
Subject: [Buildroot] [Bug 6128] [patch] Fix S01logging pidfile handling
Date: Mon, 25 Mar 2013 12:09:00 +0100 [thread overview]
Message-ID: <5150304C.1080708@arved.at> (raw)
In-Reply-To: <20130320142936.6D2CF9B1DD@busybox.osuosl.org>
* bugzilla [Wed, 20 Mar 2013 14:29:36 +0000 (UTC)]:
> https://bugs.busybox.net/show_bug.cgi?id=6128
>
> --- Comment #2 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2013-03-20 14:30:20 UTC ---
> Thanks. Can you send this as two proper separate patches on the Buildroot
> mailing list?
>
-------------- next part --------------
--- S01logging.orig 2013-03-20 14:42:18.313615967 +0100
+++ S01logging 2013-03-20 14:42:35.373615539 +0100
@@ -6,13 +6,13 @@
case "$1" in
start)
echo -n "Starting logging: "
- start-stop-daemon -S -q -p /var/run/syslog.pid --exec /sbin/syslogd -- -m 0
+ start-stop-daemon -S -q -p /var/run/syslogd.pid --exec /sbin/syslogd -- -m 0
start-stop-daemon -S -q -p /var/run/klogd.pid --exec /sbin/klogd
echo "OK"
;;
stop)
echo -n "Stopping logging: "
- start-stop-daemon -K -q -p /var/run/syslog.pid
+ start-stop-daemon -K -q -p /var/run/syslogd.pid
start-stop-daemon -K -q -p /var/run/klogd.pid
echo "OK"
;;
-------------- next part --------------
--- busybox-1.20.x.config.orig 2013-03-20 14:42:31.297615642 +0100
+++ busybox-1.20.x.config 2013-03-20 14:42:51.045615146 +0100
@@ -41,7 +41,7 @@
CONFIG_FEATURE_CLEAN_UP=y
CONFIG_FEATURE_UTMP=y
CONFIG_FEATURE_WTMP=y
-# CONFIG_FEATURE_PIDFILE is not set
+CONFIG_FEATURE_PIDFILE=y
CONFIG_FEATURE_SUID=y
# CONFIG_FEATURE_SUID_CONFIG is not set
# CONFIG_FEATURE_SUID_CONFIG_QUIET is not set
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130325/3d5bb88f/attachment-0001.asc>
next prev parent reply other threads:[~2013-03-25 11:09 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-20 13:58 [Buildroot] [Bug 6128] New: [patch] Fix S01logging pidfile handling bugzilla at busybox.net
2013-03-20 14:00 ` [Buildroot] [Bug 6128] " bugzilla at busybox.net
2013-03-20 14:29 ` bugzilla at busybox.net
2013-03-25 11:09 ` Tilman Keskinöz [this message]
2013-03-25 12:25 ` Thomas Petazzoni
2013-03-20 15:41 ` bugzilla at busybox.net
2013-05-26 11:37 ` bugzilla at busybox.net
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5150304C.1080708@arved.at \
--to=arved@arved.at \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.