From: jbrassow@sourceware.org <jbrassow@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2/scripts cmirrord_init_red_hat.in
Date: 4 Jan 2011 21:16:58 -0000 [thread overview]
Message-ID: <20110104211658.15646.qmail@sourceware.org> (raw)
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: jbrassow at sourceware.org 2011-01-04 21:16:56
Modified files:
scripts : cmirrord_init_red_hat.in
Log message:
Fix bug 632681: cmirrord shouldn't fail 'start' if already started
Return 0 from the cmirrord init script if the daemon is already
running.
http://refspecs.freestandards.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/scripts/cmirrord_init_red_hat.in.diff?cvsroot=lvm2&r1=1.4&r2=1.5
--- LVM2/scripts/cmirrord_init_red_hat.in 2010/01/22 16:19:38 1.4
+++ LVM2/scripts/cmirrord_init_red_hat.in 2011/01/04 21:16:54 1.5
@@ -21,6 +21,7 @@
start()
{
+ rtrn=0
if ! pidof $DAEMON > /dev/null
then
echo -n "Starting $DAEMON: "
next reply other threads:[~2011-01-04 21:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-04 21:16 jbrassow [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-01-15 21:48 LVM2/scripts cmirrord_init_red_hat.in jbrassow
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=20110104211658.15646.qmail@sourceware.org \
--to=jbrassow@sourceware.org \
--cc=lvm-devel@redhat.com \
/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.