Package: clock-setup Version: 0.97 Severity: normal Tags: patch User: [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
=== 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