home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / cnews.tar / contrib / snntpd / snntpdwrap < prev    next >
Text File  |  1992-06-07  |  190b  |  6 lines

  1. #! /bin/sh
  2. # /etc/servers doesn't allow options or command lines.  Edit this
  3. # to add the options you want to start snntpd with.
  4. options=
  5. exec su news -c "exec `dirname $0`/snntpd $options"
  6.