summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-11-14 14:50:29 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-11-14 14:50:29 -0800
commit314f3cb1e567bf4ba89b6e015cea9999293a8d00 (patch)
tree0c04c9067055056afb4aad458fc06a8550083905 /debian
parent61774172bf17a57946787ee5184953c6989bd6bf (diff)
downloadvyatta-cfg-system-314f3cb1e567bf4ba89b6e015cea9999293a8d00.tar.gz
vyatta-cfg-system-314f3cb1e567bf4ba89b6e015cea9999293a8d00.zip
typo in last commit
Diffstat (limited to 'debian')
-rw-r--r--debian/vyatta-cfg-system.postinst.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in
index c423c6b3..73b0b813 100644
--- a/debian/vyatta-cfg-system.postinst.in
+++ b/debian/vyatta-cfg-system.postinst.in
@@ -12,7 +12,7 @@ for init in ntp ssh snmpd openhpid vyatta-keepalived ipvsadm dnsmasq ddclient; d
done
# remove extra call to clock setup only need one
-if [ -L /etc/rcS.d/S08hwclockfirst.sh -a /etc/rcS.d/S11hwclock.sh ]; then
+if [ -L /etc/rcS.d/S08hwclockfirst.sh -a -L /etc/rcS.d/S11hwclock.sh ]; then
rm /etc/init.d/rcS.d/S11hwclock.sh
fi