Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!spool.mu.edu!agate!ziploc!eps From: eps@toaster.SFSU.EDU (Eric P. Scott) Newsgroups: comp.sys.next Subject: Re: Set the right time ? Message-ID: <1799@toaster.SFSU.EDU> Date: 28 Jun 91 02:47:50 GMT References: <1991Jun27.013956.17760@reswi.ruhr.de> Reply-To: eps@cs.SFSU.EDU (Eric P. Scott) Organization: San Francisco State University Lines: 18 In article <1991Jun27.013956.17760@reswi.ruhr.de> ralf@reswi.ruhr.de (Ralf E. Stranzenbach) writes: >I found some files in /etc/zoneinfo. And - just looking at their names - >there ARE the right time settings available. So, how can I set my >favourite time ? /etc/zoneinfo/localtime should be a hard link to the appropriate zone file: # cd /etc/zoneinfo # rm localtime # ln MET localtime If you offer anonymous FTP, you should also copy localtime to ~ftp/etc/zoneinfo/localtime since ls won't have access to the "real" copy. -=EPS=-