[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#5262: /etc/init.d/boot contains redundant clock call



Package: sysvinit
Version: 2.64-1

/etc/init.d/boot contains the sequence

	# Set and adjust the CMOS clock.
	clock -s $GMT
	if [ ! -f /etc/adjtime ]
	then
	  echo "0.0 0 0.0" > /etc/adjtime
	fi
	clock -a $GMT

According to clock(8), the "`clock -s"' statement is redundant and can
be deleted, as "`clock -a"' sets the system clock too.

Regards
	Herbert.

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: