From: Pete Zaitcev <zaitcev@redhat.com>
To: Jeff Garzik <jeff@garzik.org>
Cc: Project Hail List <hail-devel@vger.kernel.org>
Subject: [Patch 7/7] tabled: drop -P from command lines
Date: Wed, 12 Aug 2009 23:29:07 -0600 [thread overview]
Message-ID: <20090812232907.19d49e53@redhat.com> (raw)
Our configuration files contain the PID file clauses, so it's not
necessary to set them on the command line. Of course, CLD gets to
keep its -P because it has not configuration file.
Tested with make distcheck.
Since we're at it, switch to -C for chunkd.
Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
diff --git a/test/start-daemon b/test/start-daemon
index 85ef700..590da92 100755
--- a/test/start-daemon
+++ b/test/start-daemon
@@ -18,12 +18,12 @@ fi
# May be different on Solaris... like /usr/libexec or such.
cld -d data/cld -P cld.pid -p 18081 -E
-chunkd -P chunkd.pid -f $top_srcdir/test/chunkd-test.conf -E
+chunkd -C $top_srcdir/test/chunkd-test.conf -E
# 3 is enough, but we like to let chunkd to come up eary and register with CLD
sleep 7
-../server/tabled -P tabled.pid -C $top_srcdir/test/tabled-test.conf -E
+../server/tabled -C $top_srcdir/test/tabled-test.conf -E
sleep 3
reply other threads:[~2009-08-13 5:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20090812232907.19d49e53@redhat.com \
--to=zaitcev@redhat.com \
--cc=hail-devel@vger.kernel.org \
--cc=jeff@garzik.org \
/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.