home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / bsd / 11177 < prev    next >
Encoding:
Text File  |  1993-01-12  |  737 b   |  23 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!mcsun!sun4nl!relay.philips.nl!cnplss5!rooij
  3. From: rooij@mozart.cft.philips.nl (G. van Rooij)
  4. Subject: Re: kern_execve.c (patch)
  5. Message-ID: <1993Jan12.160324.9675@cnplss5.cnps.philips.nl>
  6. Keywords: patch kern_execve.c #!
  7. Sender: news@cnplss5.cnps.philips.nl (USENET News System)
  8. Nntp-Posting-Host: bashful
  9. Organization: Philips Communications & Processing Services, Eindhoven
  10. References: <1isforINNbb7@urmel.informatik.rwth-aachen.de>
  11. Date: Tue, 12 Jan 1993 16:03:24 GMT
  12. Lines: 9
  13.  
  14. Ah, so now my suid patches also will work well if you have as
  15. your first line 
  16. #!/bin/sh -
  17. instead of 
  18. #!/bin/sh
  19. Since then the scriptname will nevber be usable as a command line
  20. argument for the shell.
  21.  
  22. -Guido
  23.