home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / next / sysadmin / 4795 < prev    next >
Encoding:
Text File  |  1992-08-21  |  858 b   |  26 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!jvnc.net!yale.edu!yale!gumby!destroyer!ubc-cs!unixg.ubc.ca!kakwa.ucs.ualberta.ca!news
  3. From: sherwood@fenris.space.ualberta.ca (Sherwood Botsford)
  4. Subject: TarChive revisited.
  5. Message-ID: <1992Aug21.194929.19271@kakwa.ucs.ualberta.ca>
  6. Sender: news@kakwa.ucs.ualberta.ca
  7. Nntp-Posting-Host: fenris.space.ualberta.ca
  8. Organization: University Of Alberta, Edmonton Canada
  9. Date: Fri, 21 Aug 1992 19:49:29 GMT
  10. Lines: 14
  11.  
  12.  
  13. If you have downloaded a copy of TarChive.tar.Z from sonata
  14. before 1:45 MDT, make the following change in the file  
  15. UserBack
  16.  
  17. Line 45 reads
  18. if ($udir = "") { print "No home directory.\n"; &Quit;}
  19.  
  20. It should read
  21. if ($udir == "") { print "No home directory.\n"; &Quit;}
  22.  
  23. Apologies for the inconvenience. 
  24.  
  25. The current copy on Sonata has already been corrected
  26.