]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Imported Debian patch 1.1.0-10 debian/1%1.1.0-10
authorSteinar H. Gunderson <sesse@debian.org>
Mon, 16 Jul 2007 16:04:52 +0000 (18:04 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 14 Jul 2010 01:53:12 +0000 (02:53 +0100)
debian/changelog
debian/nfs-common.init
debian/nfs-common.manpages
debian/nfs-common.postinst

index 4de04ec51d9a32475b49bf872ebcd3f2341e1648..4af72d3fddf0e2741a6ef357afee2294b48e5d50 100644 (file)
@@ -1,3 +1,22 @@
+nfs-utils (1:1.1.0-10) unstable; urgency=high
+
+  * Start nfs-common in the /etc/rcS start-up sequence, making sure statd is
+    run before mountnfs runs, and finally obsoleting the hacks in mountnfs to
+    start nfs-common directly in some cases. S44 is used, which is right
+    between portmap (S43) and mountnfs (S45). As per discussion with Petter
+    Reinholdtsen on IRC. (Closes: #432511, #432750, #433119, #433133)
+    * Change the update-rc.d line in nfs-common.postinst to include the S
+      runlevel.
+    * Change the version check for the "update-rc.d -f nfs-common remove" line
+      to this version (1:1.1.0-10), so all older installations are properly
+      updated.
+  * In the LSB header for nfs-common.init, add $portmap to Required-Start.
+    Also add the S run level to Default-Start, to match the above change.
+  * Include {mount,umount}.nfs man pages in the nfs-common package -- thanks
+    to Neil Brown for spotting this. 
+
+ -- Steinar H. Gunderson <sesse@debian.org>  Mon, 16 Jul 2007 18:04:52 +0200
+
 nfs-utils (1:1.1.0-9) unstable; urgency=low
 
   * 04-umount-exit-status.patch: New patch, fixes the exit status from umount
index 7cba6795f2227d0fd2686d2e6ba8ff16ed668a71..54701d7d931a2dcb4aa370a7b9823f92af280fb7 100644 (file)
@@ -2,9 +2,9 @@
 
 ### BEGIN INIT INFO
 # Provides:          nfs-common
-# Required-Start:    $time
+# Required-Start:    $portmap $time
 # Required-Stop:     $time
-# Default-Start:     2 3 4 5
+# Default-Start:     2 3 4 5 S
 # Default-Stop:      0 1 6
 # Short-Description: NFS support files common to client and server
 # Description:       NFS is a popular protocol for file sharing across
index 13eb94868f6639c4aba735ac1ee645a10274b8b0..78432871df18eec52ac010ac35dc5af74bc743ab 100644 (file)
@@ -6,3 +6,5 @@ debian/tmp/usr/share/man/man8/nfsstat*
 debian/tmp/usr/share/man/man8/showmount*
 debian/tmp/usr/share/man/man8/idmapd*
 debian/tmp/usr/share/man/man8/rpcdebug.8
+debian/tmp/usr/share/man/man8/mount.nfs.8
+debian/tmp/usr/share/man/man8/umount.nfs.8
index 136ac9dbf00377bfe3a2053920a478b0c517602b..1c988d5926f159214364a7a65162a9092b449e70 100644 (file)
@@ -7,10 +7,10 @@ case "$1" in
        ucf --three-way /usr/share/nfs-common/conffiles/idmapd.conf /etc/idmapd.conf
        ucf --three-way /usr/share/nfs-common/conffiles/nfs-common.default /etc/default/nfs-common
 
-        if [ "$2" != "" ] && dpkg --compare-versions "$2" lt 1:1.1.0-8; then
+        if [ "$2" != "" ] && dpkg --compare-versions "$2" lt 1:1.1.0-10; then
             update-rc.d -f nfs-common remove >/dev/null
        fi
-       update-rc.d nfs-common defaults 20 79 >/dev/null
+       update-rc.d nfs-common start 20 2 3 4 5 . stop 20 0 1 6 . start 44 S . >/dev/null
 
        if ! getent passwd statd >/dev/null; then
            adduser --system --home /var/lib/nfs --no-create-home statd