From ccbfb3b5c8acf333c9c0fde59162ec16f4b0c2f0 Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Tue, 8 Jan 2008 21:29:32 -0700 Subject: [PATCH] hwclockfirst.sh: yet more tweaks for LSB init Addresses-Debian-Bug: 459760 Signed-off-by: LaMont Jones --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 2.39.5