All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: Pete Zaitcev <zaitcev@redhat.com>
Cc: Project Hail List <hail-devel@vger.kernel.org>,
	iwhd-devel@lists.fedorahosted.org
Subject: Re: RFC patch: tabled autostart
Date: Mon, 04 Oct 2010 22:20:33 -0400	[thread overview]
Message-ID: <4CAA8B71.5020701@garzik.org> (raw)
In-Reply-To: <20101004141818.05f37046@lembas.zaitcev.lan>

On 10/04/2010 04:18 PM, Pete Zaitcev wrote:
> diff --git a/server/server.c b/server/server.c
> index 044ff51..55bff7d 100644
> --- a/server/server.c
> +++ b/server/server.c
> @@ -68,6 +68,8 @@ struct server_socket {
>   };
>
>   static struct argp_option options[] = {
> +	{ "autostart", 'a', NULL, 0,
> +	  "Launch minimally necessary services for testing" },
>   	{ "config", 'C', "/etc/tabled.conf", 0,
>   	  "Configuration file" },
>   	{ "debug", 'D', "LEVEL", 0,

Why add this no-op?



> diff --git a/test/Makefile.am b/test/Makefile.am
> index cc4e6fe..59fb28d 100644
> --- a/test/Makefile.am
> +++ b/test/Makefile.am
> @@ -27,6 +28,7 @@ TESTS =				\
>   	hdr-content-type	\
>   	hdr-meta		\
>   	list-keys		\
> +	metadata-rep		\
>   	stop-daemon		\
>   	clean-db

Unrelated patch leakage.

  reply	other threads:[~2010-10-05  2:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-04 20:18 RFC patch: tabled autostart Pete Zaitcev
2010-10-05  2:20 ` Jeff Garzik [this message]
2010-10-05  2:32   ` Pete Zaitcev

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=4CAA8B71.5020701@garzik.org \
    --to=jeff@garzik.org \
    --cc=hail-devel@vger.kernel.org \
    --cc=iwhd-devel@lists.fedorahosted.org \
    --cc=zaitcev@redhat.com \
    /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.