From: LaMont Jones Date: Wed, 12 May 2010 11:35:58 +0000 (+0200) Subject: we need Required-Start: checkroot, to avoid loops, in hwclock.sh X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e01cf89e1a47cdfb2d2442176f8a56773222c56;p=util-linux we need Required-Start: checkroot, to avoid loops, in hwclock.sh --- diff --git a/debian/hwclock.sh b/debian/hwclock.sh index fafd3c9f..d5002878 100644 --- a/debian/hwclock.sh +++ b/debian/hwclock.sh @@ -18,7 +18,7 @@ ### BEGIN INIT INFO # Provides: hwclock -# Required-Start: $local_fs +# Required-Start: checkroot # Required-Stop: $local_fs # Default-Start: S # Default-Stop: 0 6