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 <[email protected]>

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
 
--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to