[Glass] fix to /opt/gemstone/product/upgrade/installtimezone.txt for OSX

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[Glass] fix to /opt/gemstone/product/upgrade/installtimezone.txt for OSX

Mariano Martinez Peck
Hi guys,

Such a file does at some point:

useOSTimeZone 
  ifTrue: 
    [ osName := System gemVersionReport at: #osName.
    osName = 'Linux' ifTrue: [ aTimeZone := TimeZone fromLinux ].
    osName = 'SunOS' ifTrue: [ aTimeZone := TimeZone fromSolaris ].
    ].

So no OSX entry there... just replacing that for

useOSTimeZone 
  ifTrue: 
    [ aTimeZone := TimeZone fromOS .
    ].

seems to work.

Cheers, 

--
Mariano
http://marianopeck.wordpress.com

_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass