RFC patch: tabled autostart

Jeff Garzik jeff at garzik.org
Tue Oct 5 02:20:33 UTC 2010


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.



More information about the iwhd-devel mailing list