From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Mon, 13 Jul 2015 13:27:27 +0200 Subject: [Buildroot] [git commit] nfs-utils: Bump version In-Reply-To: <20150713111001.GQ2451@tarshish> References: <20150713105646.ABAB581942@busybox.osuosl.org> <20150713111001.GQ2451@tarshish> Message-ID: <20150713132727.36186916@free-electrons.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Dear Baruch Siach, On Mon, 13 Jul 2015 14:10:01 +0300, Baruch Siach wrote: > Hi Thomas, > > On Mon, Jul 13, 2015 at 12:54:42PM +0200, Thomas Petazzoni wrote: > > [Thomas: add patch to fix rpc.statd foreground/daemon mode backported > > from upstream, and fix the S60nfs init script to not use the -F option > > of rpc.statd.] > > [snip] > > > diff --git a/package/nfs-utils/S60nfs b/package/nfs-utils/S60nfs > > index 91410ee..5e2a2c9 100755 > > --- a/package/nfs-utils/S60nfs > > +++ b/package/nfs-utils/S60nfs > > @@ -21,7 +21,6 @@ start() { > > > > echo -n "Starting NFS services: " > > /usr/sbin/exportfs -r > > - rpc.statd > > rpc.statd invocation removed entirely. Is this intended? Wow, this puzzled me for a bit. But here is what happened. Before the patch, the code looked like this: echo -n "Starting NFS statd: " rpc.statd touch /var/lock/subsys/nfslock echo "done" echo -n "Starting NFS services: " /usr/sbin/exportfs -r rpc.statd echo "done" So the first invocation to rpc.statd is kept, but not the second one. So rpc.statd is still started, but only once. Maxime, can you confirm this is OK ? Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com