All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Dickson <SteveD@redhat.com>
To: NeilBrown <neilb@suse.de>
Cc: NFS <linux-nfs@vger.kernel.org>
Subject: Re: PATCH - nfs-utils] nfsdctltrack: ensure binary is installed in /sbin
Date: Wed, 30 Apr 2014 13:16:14 -0400	[thread overview]
Message-ID: <53612FDE.1060303@RedHat.com> (raw)
In-Reply-To: <20140415175424.68a318e2@notabene.brown>



On 04/15/2014 03:54 AM, NeilBrown wrote:
> 
> The kernel "knows" this lives in /sbin, so just like
> mount.nfs and osd_login, it must unconditionally be installed
> there.
> 
> Signed-off-by: NeilBrown <neilb@suse.de>
Committed... 

steved.

> 
> diff --git a/utils/nfsdcltrack/Makefile.am b/utils/nfsdcltrack/Makefile.am
> index a860ffb82e2c..7524295f394e 100644
> --- a/utils/nfsdcltrack/Makefile.am
> +++ b/utils/nfsdcltrack/Makefile.am
> @@ -1,5 +1,9 @@
>  ## Process this file with automake to produce Makefile.in
>  
> +# These binaries go in /sbin (not /usr/sbin), and that cannot be
> +# overridden at config time. The kernel "knows" the /sbin name.
> +sbindir = /sbin
> +
>  man8_MANS	= nfsdcltrack.man
>  EXTRA_DIST	= $(man8_MANS)
>  
> 

      reply	other threads:[~2014-04-30 17:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-15  7:54 PATCH - nfs-utils] nfsdctltrack: ensure binary is installed in /sbin NeilBrown
2014-04-30 17:16 ` 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=53612FDE.1060303@RedHat.com \
    --to=steved@redhat.com \
    --cc=linux-nfs@vger.kernel.org \
    --cc=neilb@suse.de \
    /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.