mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <mol@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Bastian Krause <bst@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] nfsutils: fix paths in init script
Date: Fri, 30 Oct 2020 13:02:31 +0100	[thread overview]
Message-ID: <E1kYT71-00Frvh-4w@dude03.red.stw.pengutronix.de> (raw)
In-Reply-To: <20201021144149.27886-1-bst@pengutronix.de>

Thanks, applied as d0277b310c4ac979f8df0601f589ae2b1069625a.

Michael

[sent from post-receive hook]

On Fri, 30 Oct 2020 13:02:31 +0100, Bastian Krause <bst@pengutronix.de> wrote:
> The nfs-utils tools are installed into /usr/sbin since the /usr merge.
> 
> Fixes: e5068a95a ("nfsutils: /usr merge")
> Signed-off-by: Bastian Krause <bst@pengutronix.de>
> Message-Id: <20201021144149.27886-1-bst@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/projectroot/etc/init.d/nfsd b/projectroot/etc/init.d/nfsd
> index 744bdbf98d61..93ac82d05272 100644
> --- a/projectroot/etc/init.d/nfsd
> +++ b/projectroot/etc/init.d/nfsd
> @@ -8,15 +8,15 @@ case "$1" in
>  		/bin/mount -t nfsd none /proc/fs/nfsd >/dev/null 2>&1
>  
>  		echo "Starting NFS mountd..."
> -		/sbin/rpc.mountd
> +		/usr/sbin/rpc.mountd
>  
>  		echo "Starting NFS nfsd..."
> -		/sbin/rpc.nfsd -p 2049 3
> +		/usr/sbin/rpc.nfsd -p 2049 3
>  
>  		echo "Starting NFS statd..."
> -		/sbin/rpc.statd
> +		/usr/sbin/rpc.statd
>  
>  		echo "Exporting NFS Filesystems..."
> -		/sbin/exportfs -ra >/dev/null 2>&1
> +		/usr/sbin/exportfs -ra >/dev/null 2>&1
>  		;;
>  esac

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

      parent reply	other threads:[~2020-10-30 12:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-21 14:41 [ptxdist] [PATCH 1/3] " Bastian Krause
2020-10-21 14:41 ` [ptxdist] [PATCH 2/3] host-nfsutils: new package Bastian Krause
2020-10-30 12:02   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-21 14:41 ` [ptxdist] [PATCH 3/3] nfsutils: version bump 1.3.3 -> 2.5.1 Bastian Krause
2020-10-30 12:02   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-30 12:02 ` Michael Olbrich [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=E1kYT71-00Frvh-4w@dude03.red.stw.pengutronix.de \
    --to=mol@pengutronix.de \
    --cc=bst@pengutronix.de \
    --cc=ptxdist@pengutronix.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox