[Patch 2/2] cld: flip the default build to dynamic ports

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Fedora Clound]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux