From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: RFC patch: tabled autostart Date: Mon, 04 Oct 2010 22:20:33 -0400 Message-ID: <4CAA8B71.5020701@garzik.org> References: <20101004141818.05f37046@lembas.zaitcev.lan> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=pzy/VrS3dCLotCL6OLcyUCGx8hq1W/4in0IrQNodqIY=; b=p+tGKlz95l3ss594s0ETv6mXM0RflXhago4ZUdbnl96JM1aaQfAmMS6+wHFWsJs3wG JDFFOMWcKO0X8HuHewGmhVmxbJVlHASehCO6FhYwNkO55qrLKe1TfKddmZKLjCN80jCL oEAXZAXLfV1Kq0RQl/9LzGPGVPsBsjZldNkjk= In-Reply-To: <20101004141818.05f37046@lembas.zaitcev.lan> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Pete Zaitcev Cc: Project Hail List , iwhd-devel@lists.fedorahosted.org 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.