]> err.no Git - util-linux/commitdiff
hwclockfirst.sh: use correct LSB header info
authorKel Modderman <kel@otaku42.de>
Fri, 13 Feb 2009 19:02:25 +0000 (12:02 -0700)
committerLaMont Jones <lamont@debian.org>
Fri, 13 Feb 2009 19:02:25 +0000 (12:02 -0700)
Addresses-Debian-Bug: 487196
Signed-off-by: LaMont Jones <lamont@debian.org>
debian/rules

index 47b032e42c8672952df48f34a978e0df98c4551f..d95bc0b40d210781e42d05b5ab56dbb62f118106 100755 (executable)
@@ -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)