Re: RFC patch: tabled autostart
Jeff Garzik <[email protected]> Mon, 04 Oct 2010 22:20:33 -0400
| Newsgroups | org.kernel.vger.hail-devel |
|---|---|
| Message-ID | <[email protected]> |
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.