diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-07 11:20:04 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-07 11:20:04 -0700 |
commit | a7d3b8e948528ee90af56464a406c02b03a0034b (patch) | |
tree | 7efc9e58276441ba7e600d69e61fd9409bcd9fad /debian | |
parent | 85aa74c234bbe07f2c9e0845d754a6e90088e87b (diff) | |
download | vyatta-cfg-quagga-a7d3b8e948528ee90af56464a406c02b03a0034b.tar.gz vyatta-cfg-quagga-a7d3b8e948528ee90af56464a406c02b03a0034b.zip |
Update hwclockfirst fixup for Squeeze
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 4 |
1 files changed, 2 insertions, 2 deletions
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. |