mbox series

[nfs-utils,0/3] A few small nfsdcld fixes

Message ID 20191126154718.22645-1-smayhew@redhat.com (mailing list archive)
Headers show
Series A few small nfsdcld fixes | expand

Message

Scott Mayhew Nov. 26, 2019, 3:47 p.m. UTC
The first two patches fix problems I noticed when trying to build an rpm
package w/ nfsdcld enabled.  The third patch fixes an issue I found
trying to use nfsdcld on a ppc64le system.

Scott Mayhew (3):
  nfsdcld: don't override sbindir
  systemd: install nfsdcld.service when nfsdcld is enabled
  nfsdcld: getopt_long() returns an int, not a char

 systemd/Makefile.am       | 5 +++++
 utils/nfsdcld/Makefile.am | 4 ----
 utils/nfsdcld/nfsdcld.c   | 2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)

Comments

Steve Dickson Dec. 9, 2019, 3:57 p.m. UTC | #1
On 11/26/19 10:47 AM, Scott Mayhew wrote:
> The first two patches fix problems I noticed when trying to build an rpm
> package w/ nfsdcld enabled.  The third patch fixes an issue I found
> trying to use nfsdcld on a ppc64le system.
> 
> Scott Mayhew (3):
>   nfsdcld: don't override sbindir
>   systemd: install nfsdcld.service when nfsdcld is enabled
>   nfsdcld: getopt_long() returns an int, not a char
> 
>  systemd/Makefile.am       | 5 +++++
>  utils/nfsdcld/Makefile.am | 4 ----
>  utils/nfsdcld/nfsdcld.c   | 2 +-
>  3 files changed, 6 insertions(+), 5 deletions(-)
> 
Series committed... (tag:  nfs-utils-2-4-3-rc3)

steved.