From da9b61521689a4590f5f4e4a56e070032696d846 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 3 Mar 2009 10:28:03 -0800 Subject: Fix path on hwclock cleanout --- debian/vyatta-cfg-system.postinst.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 10ceac14..c83e687e 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -11,9 +11,10 @@ for init in ntp ssh snmpd openhpid vyatta-keepalived ipvsadm dnsmasq ddclient; d update-rc.d -f ${init} remove >/dev/null done -# remove extra call to clock setup only need one +# 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/init.d/rcS.d/S11hwclock.sh + rm /etc/rcS.d/S11hwclock.sh fi case `grep '^RULES_FILE=' /lib/udev/write_net_rules` in -- cgit v1.2.3