home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / COMMS / PSIONMAI / PMFULLSO / SUNMAIL / SCCS / S1.SET < prev    next >
Encoding:
Text File  |  1995-07-06  |  377 b   |  20 lines

  1. h29361
  2. s 00007/00000/00000
  3. d D 1.1 95/07/06 19:05:22 tim 1 0
  4. c this script sets the relevant executable privilages on the files needed to run the programs
  5. e
  6. u
  7. U
  8. f e 0
  9. t
  10. T
  11. I 1
  12. #!/bin/csh -f
  13. echo Setting executable privilage and file permision
  14. foreach i (`cat shellfilelist`)
  15.     chmod 555 $i
  16. end
  17. # special case, the setupenv needs to be editable
  18. chmod u+w setupenv
  19. E 1
  20.