]> git.proxmox.com Git - zfsonlinux.git/commitdiff
adopt fix-dh-installinit.patch for latest upstream changes
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 24 Sep 2015 11:11:56 +0000 (13:11 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 24 Sep 2015 11:11:56 +0000 (13:11 +0200)
zfs-patches/fix-dh-installinit.patch

index 0acde628618fe4473d66cc84016901821c09ca7a..7b93917dbc9556c0b92a5ce48561d65586ccba9a 100644 (file)
@@ -1,14 +1,8 @@
-Index: pkg-zfs/debian/rules
+Index: new/debian/rules
 ===================================================================
---- pkg-zfs.orig/debian/rules
-+++ pkg-zfs/debian/rules
-@@ -112,12 +112,12 @@ override_dh_installinit:
-       @# Install the ZED init file.
-       dh_installinit -pzfsutils --onlyscripts --name=zfs-zed \
--        --no-restart-on-upgrade --no-start -- start 07 S .       stop 08 0 1 6 .
-+        --no-restart-on-upgrade --no-start
+--- new.orig/debian/rules
++++ new/debian/rules
+@@ -113,7 +113,7 @@ override_dh_installinit:
        @# Install the /etc/init.d/zfs-import script.
  ifeq ($(LSB_DISTRIBUTOR),Debian)
        dh_installinit -pzfsutils --onlyscripts --name=zfs-import \
@@ -17,7 +11,7 @@ Index: pkg-zfs/debian/rules
  else
        dh_installinit -pzfsutils --onlyscripts --name=zfs-import \
          --no-restart-on-upgrade --no-start
-@@ -127,7 +127,7 @@ endif
+@@ -123,7 +123,7 @@ endif
  ifeq ($(LSB_DISTRIBUTOR),Debian)
        @# Debian runs local mounts at sysv sequences [10..12] [08..09].
        dh_installinit -pzfsutils --onlyscripts --name=zfs-mount \
@@ -26,7 +20,14 @@ Index: pkg-zfs/debian/rules
  else
        dh_installinit -pzfsutils --onlyscripts --name=zfs-mount \
          --no-restart-on-upgrade --no-start
-@@ -137,7 +137,7 @@ endif
+@@ -131,13 +131,13 @@ endif
+       @# Install the ZED init file.
+       dh_installinit -pzfsutils --onlyscripts --name=zfs-zed \
+-        --no-restart-on-upgrade --no-start -- start 07 2 3 4 5 . stop 08 0 1 6 .
++        --no-restart-on-upgrade --no-start
+       @# Install the /etc/init.d/zfs-share script.
  ifeq ($(LSB_DISTRIBUTOR),Debian)
        @# Debian runs nfs-kernel-server at sysv sequence 17 01.
        dh_installinit -pzfsutils --onlyscripts --name=zfs-share \