All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch 7/7] tabled: drop -P from command lines
@ 2009-08-13  5:29 Pete Zaitcev
  0 siblings, 0 replies; only message in thread
From: Pete Zaitcev @ 2009-08-13  5:29 UTC (permalink / raw)
  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 <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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-13  5:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-13  5:29 [Patch 7/7] tabled: drop -P from command lines Pete Zaitcev

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.