From: LaMont Jones Date: Wed, 9 Jan 2008 04:29:32 +0000 (-0700) Subject: hwclockfirst.sh: yet more tweaks for LSB init X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccbfb3b5c8acf333c9c0fde59162ec16f4b0c2f0;p=util-linux hwclockfirst.sh: yet more tweaks for LSB init Addresses-Debian-Bug: 459760 Signed-off-by: LaMont Jones --- diff --git a/debian/rules b/debian/rules index 0d221dd8..1411327b 100755 --- a/debian/rules +++ b/debian/rules @@ -106,7 +106,8 @@ endif install -m 755 debian/hwclock.sh debian/util-linux/etc/init.d/hwclock.sh; \ 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/umountfs/' debian/util-linux/etc/init.d/hwclockfirst.sh; \ + -e '/Required-Stop:/s/.local_fs/umountroot/' \ + debian/util-linux/etc/init.d/hwclockfirst.sh; \ fi ifneq ($(DISTRO),Debian) if [ -f debian/util-linux/sbin/hwclock ] ; then \