From a7d3b8e948528ee90af56464a406c02b03a0034b Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 7 Oct 2010 11:20:04 -0700 Subject: Update hwclockfirst fixup for Squeeze --- debian/vyatta-cfg-system.postinst.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/vyatta-cfg-system.postinst.in') diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 9f5b7b88..95a1a764 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -15,8 +15,8 @@ done # remove extra call to clock setup only need one. this speeds up boot # Mystery: why does Debian do it twice? -if [ -L /etc/rcS.d/S08hwclockfirst.sh -a -L /etc/rcS.d/S11hwclock.sh ]; then - rm /etc/rcS.d/S11hwclock.sh +if [ -L /etc/rcS.d/S*hwclockfirst.sh -a -L /etc/rcS.d/S*hwclock.sh ]; then + rm /etc/rcS.d/S*hwclock.sh fi # Udev package asks for user 'tss' early in boot process. -- cgit v1.2.3