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

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
 
--
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