home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / utils / bug / 2295 < prev    next >
Encoding:
Text File  |  1993-01-01  |  633 b   |  19 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!twinsun.COM!eggert
  3. From: eggert@twinsun.COM (Paul Eggert)
  4. Subject: minor permissions problem in oleo 1.2 distribution
  5. Message-ID: <9212311222.AA02453@farside.twinsun.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Thu, 31 Dec 1992 12:22:22 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 6
  12.  
  13. The files regions.h and random.c in the oleo 1.2 distribution are mode
  14. 640; they should have the same mode as all the other source files.
  15. The following shell command fixes this.
  16.  
  17.     chmod a+r random.c regions.h
  18.  
  19.