[Glibc-bsd-commits] r3640 - trunk/freebsd-utils/debian

Robert Millan rmh at alioth.debian.org
Thu Jul 28 21:15:06 UTC 2011


Author: rmh
Date: 2011-07-28 21:15:06 +0000 (Thu, 28 Jul 2011)
New Revision: 3640

Modified:
   trunk/freebsd-utils/debian/changelog
   trunk/freebsd-utils/debian/rules
Log:
Register rpc.statd before rpc.lockd to prevent freebsd-nfs-common postinst failure.

Modified: trunk/freebsd-utils/debian/changelog
===================================================================
--- trunk/freebsd-utils/debian/changelog	2011-07-28 20:43:22 UTC (rev 3639)
+++ trunk/freebsd-utils/debian/changelog	2011-07-28 21:15:06 UTC (rev 3640)
@@ -1,3 +1,10 @@
+freebsd-utils (8.2+ds2-5) UNRELEASED; urgency=low
+
+  * Register rpc.statd before rpc.lockd to prevent freebsd-nfs-common
+    postinst failure.
+
+ -- Robert Millan <rmh at debian.org>  Thu, 28 Jul 2011 23:14:54 +0200
+
 freebsd-utils (8.2+ds2-4) experimental; urgency=low
 
   * Add freebsd-geom package, with GEOM and a few modules (including

Modified: trunk/freebsd-utils/debian/rules
===================================================================
--- trunk/freebsd-utils/debian/rules	2011-07-28 20:43:22 UTC (rev 3639)
+++ trunk/freebsd-utils/debian/rules	2011-07-28 21:15:06 UTC (rev 3640)
@@ -301,8 +301,8 @@
 	dh_installinit -pfreebsd-utils --name=devd -- start 03 S . stop 01 0 1 6 .
 	dh_installinit -pkldutils --no-start -- start 12 S .
 	dh_installinit -pkbdcontrol -- start 20 S .
+	dh_installinit -pfreebsd-nfs-common --name=rpc.statd -- start 20 2 3 4 5 S . stop 20 0 1 6 .
 	dh_installinit -pfreebsd-nfs-common --name=rpc.lockd -- start 20 2 3 4 5 S . stop 20 0 1 6 .
-	dh_installinit -pfreebsd-nfs-common --name=rpc.statd -- start 20 2 3 4 5 S . stop 20 0 1 6 .
 	dh_installinit -pfreebsd-nfs-common --name=nfsiod -- start 20 2 3 4 5 S . stop 20 0 1 6 .
 	dh_installinit -pfreebsd-nfs-server --name=mountd -- start 20 2 3 4 5 S . stop 80 0 1 6 .
 	dh_installinit -pfreebsd-nfs-server --name=nfsd -- start 20 2 3 4 5 S . stop 80 0 1 6 .




More information about the Glibc-bsd-commits mailing list