home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.utils.bug
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!twinsun.COM!eggert
- From: eggert@twinsun.COM (Paul Eggert)
- Subject: minor permissions problem in oleo 1.2 distribution
- Message-ID: <9212311222.AA02453@farside.twinsun.com>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Thu, 31 Dec 1992 12:22:22 GMT
- Approved: bug-gnu-utils@prep.ai.mit.edu
- Lines: 6
-
- The files regions.h and random.c in the oleo 1.2 distribution are mode
- 640; they should have the same mode as all the other source files.
- The following shell command fixes this.
-
- chmod a+r random.c regions.h
-
-