* [Patch 2/2] cld: flip the default build to dynamic ports
@ 2009-09-03 2:49 Pete Zaitcev
0 siblings, 0 replies; only message in thread
From: Pete Zaitcev @ 2009-09-03 2:49 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Project Hail List
Let's switch the deafault way to build to use dynamic port, this should
not hurt anything and lets Fedora to run without this (small) patch.
Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
diff --git a/test/start-daemon b/test/start-daemon
index 25cdab4..fc27775 100755
--- a/test/start-daemon
+++ b/test/start-daemon
@@ -7,11 +7,11 @@ then
fi
## Static port
-cldport=18181
-echo $cldport > cld.port
-../server/cld -P cld.pid -d "$PWD/data" -p $cldport -E
+# cldport=18181
+# echo $cldport > cld.port
+# ../server/cld -P cld.pid -d "$PWD/data" -p $cldport -E
## Dynamic port
-# ../server/cld -P cld.pid -d "$PWD/data" --port-file=cld.port -E
+../server/cld -P cld.pid -d "$PWD/data" --port-file=cld.port -E
sleep 3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-09-03 2:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-03 2:49 [Patch 2/2] cld: flip the default build to dynamic ports 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.