[Debian-ha-commits] [ocfs2-tools] 02/04: Change update order of init scripts
Valentin Vidic
vvidic-guest at moszumanska.debian.org
Tue Oct 3 08:09:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
vvidic-guest pushed a commit to branch master
in repository ocfs2-tools.
commit fd38902c5d7234dd171a68755dbbca1e9b883554
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date: Wed Sep 27 16:05:46 2017 +0200
Change update order of init scripts
Fixes insserv warning for script depends
---
debian/ocfs2-tools.postinst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/ocfs2-tools.postinst b/debian/ocfs2-tools.postinst
index 378e383..28cf67c 100644
--- a/debian/ocfs2-tools.postinst
+++ b/debian/ocfs2-tools.postinst
@@ -50,8 +50,8 @@ fi
# Migrate from using rcS to standard runlevels
if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt-nl "1.8.5-3"; then
- [ -L /etc/rcS.d/S??o2cb ] && update-rc.d -f o2cb remove >/dev/null
[ -L /etc/rcS.d/S??ocfs2 ] && update-rc.d -f ocfs2 remove >/dev/null
+ [ -L /etc/rcS.d/S??o2cb ] && update-rc.d -f o2cb remove >/dev/null
fi
#DEBHELPER#
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/ocfs2-tools.git
More information about the Debian-HA-Commits
mailing list