diff options
author | Kel Modderman <kel@otaku42.de> | 2009-02-13 12:02:25 -0700 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2009-02-13 12:02:25 -0700 |
commit | 79d03f71c33d4b384e35b6facf440a46b5145f26 (patch) | |
tree | e3c9bbaaa7a39f8aec47bc858c74d2b2c845d9cf /debian | |
parent | 3bbe672b2601ee324d4a922e255d5396a2c07dc8 (diff) | |
download | util-linux-old-79d03f71c33d4b384e35b6facf440a46b5145f26.tar.gz |
hwclockfirst.sh: use correct LSB header info
Addresses-Debian-Bug: 487196
Signed-off-by: LaMont Jones <lamont@debian.org>
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
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) |