All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Dickson <SteveD@redhat.com>
To: Steve Dickson <steved@redhat.com>
Cc: Libtirpc-devel Mailing List
	<libtirpc-devel@lists.sourceforge.net>,
	Linux NFS Mailing list <linux-nfs@vger.kernel.org>
Subject: Re: [Libtirpc-devel] [PATCH] rpcbind: rpcuser not being set in Makefile.am
Date: Thu, 22 Aug 2013 14:40:26 -0400	[thread overview]
Message-ID: <52165B1A.4090502@RedHat.com> (raw)
In-Reply-To: <1377110881-14943-1-git-send-email-steved@redhat.com>



On 21/08/13 14:48, Steve Dickson wrote:
> Commit 8d7a0708 cause a regression where the rpcuser id was not
> being set, which in turn cause rpcbind to immediately exit.
> This patch removes the extra ',' that was in the AC_ARG_WITH
> statement in the configure.ac file.
> 
> Signed-off-by: Steve Dickson <steved@redhat.com>
Committed...

steved.

> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 2b67720..1cf42d3 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -23,7 +23,7 @@ AC_ARG_WITH([statedir],
>  AC_SUBST([statedir], [$with_statedir])
>  
>  AC_ARG_WITH([rpcuser],
> -  AS_HELP_STRING([--with-rpcuser=ARG], [use ARG for RPC @<:@default=root@:>@]),
> +  AS_HELP_STRING([--with-rpcuser=ARG], [use ARG for RPC @<:@default=root@:>@])
>    ,, [with_rpcuser=root])
>  AC_SUBST([rpcuser], [$with_rpcuser])
>   
> 

      reply	other threads:[~2013-08-22 18:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-21 18:48 [PATCH] rpcbind: rpcuser not being set in Makefile.am Steve Dickson
2013-08-22 18:40 ` Steve Dickson [this message]

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=52165B1A.4090502@RedHat.com \
    --to=steved@redhat.com \
    --cc=libtirpc-devel@lists.sourceforge.net \
    --cc=linux-nfs@vger.kernel.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.