[Pkg-sysvinit-devel] /run transition

Kel Modderman kel at otaku42.de
Sun May 15 03:20:41 UTC 2011


On Sun, 15 May 2011 12:26:28 AM Roger Leigh wrote:
> On Sat, May 14, 2011 at 12:33:11AM +0100, Roger Leigh wrote:
> > On Fri, May 13, 2011 at 05:29:23PM +0100, Roger Leigh wrote:
> > > If it's OK with you, I would like to upload this to unstable now
> > > that initramfs-tools_0.99 went in today, which was a prequisite for
> > > full udev support.
> > 
> > I've attached an updated copy; it's identical to the first, but with
> > a couple of bug Closes: added.
> 
> Following some further testing and discussion, this was uploaded to
> unstable.  There were no code changes--this patch is exactly what
> was uploaded.

I've done a debdiff with what is in svn versus what has been NMU'd:
---
diff -u sysvinit-2.88dsf/debian/changelog sysvinit-2.88dsf/debian/changelog
--- sysvinit-2.88dsf/debian/changelog
+++ sysvinit-2.88dsf/debian/changelog
@@ -7,7 +7,7 @@
     an mountdevsubfs to allow mtab.sh to trigger the remounts.
     (Closes: #623174)
   * Revert to using absolute paths in compatibility symlinks in order
-    to comply with Policy �10.5 symlink rules. (Closes: #626263)
+    to comply with Policy §10.5 symlink rules. (Closes: #626263)
   * The permissions of /tmp are only set when root is writable.
     (Closes: #623934)
 
diff -u sysvinit-2.88dsf/debian/src/initscripts/etc/network/if-up.d/mountnfs sysvinit-2.88dsf/debian/src/initscripts/etc/network/if-up.d/mountnfs
--- sysvinit-2.88dsf/debian/src/initscripts/etc/network/if-up.d/mountnfs
+++ sysvinit-2.88dsf/debian/src/initscripts/etc/network/if-up.d/mountnfs
@@ -98,10 +98,9 @@
 	# and/or rpc.idmapd, and loads the right kernel modules if
 	# applicable) if we use Kerberos and/or NFSv4 mounts.
 	#
-	if [ "$start_nfs" = yes ] && [ -x /etc/init.d/nfs-common ]
+	if [ "$start_nfs" = yes ] && [ -x /etc/init.d/portmap ] && [ -x /etc/init.d/nfs-common ]
 	then
-		[ -x /etc/init.d/portmap ] && /etc/init.d/portmap start
-		[ -x /etc/init.d/rpcbind ] && /etc/init.d/rpcbind start
+		/etc/init.d/portmap start
 		/etc/init.d/nfs-common start
 	fi
 
---

The first hunk is due to some kind of unicode issue faced after applying the
attached NMU patch when it came time to commit it. The character prefixing
policy section was problematic when I attempted to use decommit(1) after
applying the NMU patch (I lost the subversion error message though).

Second hunk looks like it was never sync'd from vcs to the working
tree before further NMUs, though the changelog was. See #620788#35.

Thanks, Kel.



More information about the Pkg-sysvinit-devel mailing list