All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pete Zaitcev <zaitcev@redhat.com>
To: Jeff Garzik <jeff@garzik.org>
Cc: Project Hail List <hail-devel@vger.kernel.org>
Subject: [Patch 2/2] cld: flip the default build to dynamic ports
Date: Wed, 2 Sep 2009 20:49:05 -0600	[thread overview]
Message-ID: <20090902204905.432c61bf@redhat.com> (raw)

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
 

                 reply	other threads:[~2009-09-03  2:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090902204905.432c61bf@redhat.com \
    --to=zaitcev@redhat.com \
    --cc=hail-devel@vger.kernel.org \
    --cc=jeff@garzik.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.