From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pete Zaitcev Subject: [Patch 7/7] tabled: drop -P from command lines Date: Wed, 12 Aug 2009 23:29:07 -0600 Message-ID: <20090812232907.19d49e53@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Jeff Garzik Cc: Project Hail List 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 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