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

Bug#504590: clock-setup: OpenSolaris uses local time by default



Package: clock-setup
Version: 0.97
Severity: normal
Tags: patch
User: ubuntu-devel@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch jaunty

Apparently OpenSolaris uses local time by default rather than UTC. This
was reported as
https://bugs.launchpad.net/ubuntu/+source/clock-setup/+bug/279065, and,
while I found this surprising (as noted in the comments on that bug),
the configuration file quoted there contains a comment that seems to be
adequate evidence. I suggest the attached patch; comments?

-- 
Colin Watson                                       [cjwatson@ubuntu.com]
=== modified file 'finish-install.d/10clock-setup'
--- finish-install.d/10clock-setup	2008-04-30 11:36:18 +0000
+++ finish-install.d/10clock-setup	2008-10-07 09:24:04 +0000
@@ -14,7 +14,7 @@
 	while read line; do
 		shortname=$(echo "$line" | cut -d : -f 3)
 		case $shortname in
-		MS-DOS*|Windows*|FreeDOS*) # keep in sync with os-prober
+		MS-DOS*|Windows*|FreeDOS*|Solaris*) # keep in sync with os-prober
 			return 0
 		;;
 		esac


Reply to: