From 79d03f71c33d4b384e35b6facf440a46b5145f26 Mon Sep 17 00:00:00 2001 From: Kel Modderman Date: Fri, 13 Feb 2009 12:02:25 -0700 Subject: [PATCH] hwclockfirst.sh: use correct LSB header info Addresses-Debian-Bug: 487196 Signed-off-by: LaMont Jones --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 47b032e4..d95bc0b4 100755 --- a/debian/rules +++ b/debian/rules @@ -110,6 +110,7 @@ endif install -m 755 debian/hwclock.sh debian/util-linux/etc/init.d/hwclockfirst.sh; \ sed -i -e '/^FIRST=/s/no/yes/' -e '/Provides:/s/ck/ckfirst/' \ -e '/Required-Stop:/s/.local_fs/umountroot/' \ + -e '/Default-Start:/a# Default-Stop:' -e '/Default-Stop:/d' \ debian/util-linux/etc/init.d/hwclockfirst.sh; \ fi ifneq ($(DISTRO),Debian) -- 2.39.5