]> git.proxmox.com Git - ceph.git/commitdiff
d/rules: fix indentation in context of patch
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 31 May 2021 16:06:06 +0000 (18:06 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 31 May 2021 16:06:06 +0000 (18:06 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
patches/0016-d-rules-fix-no-restart-on-upgrade.patch

index 5904d02ea1d0fa64383f1244abb0fd09ecfd6778..afc7d907aafc3c17c72f89c9ea63ecb27aef1c29 100644 (file)
@@ -27,11 +27,11 @@ index b5ce42c6f3..00e9ac6b16 100755
 +++ b/debian/rules
 @@ -92,7 +92,7 @@ override_dh_installinit:
 
-        # NOTE: execute systemd helpers so they pickup dh_install'ed units and targets
-        dh_systemd_enable
--       dh_systemd_start --no-restart-on-upgrade
-+       dh_systemd_start --no-restart-on-upgrade --no-restart-after-upgrade
+       # NOTE: execute systemd helpers so they pickup dh_install'ed units and targets
+       dh_systemd_enable
+-      dh_systemd_start --no-restart-on-upgrade
++      dh_systemd_start --no-restart-on-upgrade --no-restart-after-upgrade
 
  override_dh_systemd_enable:
-        # systemd enable done as part of dh_installinit
+       # systemd enable done as part of dh_installinit