Path: utzoo!attcan!uunet!lll-winken!pacbell!ditka!rayssd!srhqla!kosman!kevin From: kevin@kosman.UUCP (Kevin O'Gorman) Newsgroups: unix-pc.general Subject: Re: Daylight savings time problem Message-ID: <736@kosman.UUCP> Date: 6 Apr 89 18:04:59 GMT References: <9139@alice.UUCP> <139@gnosys.UUCP> <38164@bbn.COM> <14779@pollux.UUCP> Reply-To: kevin@kosman.UUCP (Root) Distribution: na Organization: K.O.'s Manor - Vital Computer Systems, Oxnard, CA 93035 Lines: 11 In article <14779@pollux.UUCP> dga@pollux.UUCP () writes: >this does a few things 1) it keeps GMT correct. 2) all the >programs work with it.. there is 1 drwaback.. you have to reboot to make it >take affect globally.. It does affect all subsequent logins etc. but the smgr >doesnt know about the file being edited. Well, a reboot is a bit drastic. You can 'ps -ef' to find the job number of the smgr. Then kill it with 'kill -9 '. This should make the date and time area of the screen go to dots. Then restart it with 'smgr'. Nothing magic about smgr, it's just a smarter cron, and it gets started by the /etc/rc shell script like a bunch of other things.