home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume26 / tulp-3.0.3 / part01 / rc.tulp < prev    next >
Text File  |  1993-04-15  |  386b  |  12 lines

  1. #!/bin/sh
  2. #  Copyright (C) 1991,1992  Kimmo Suominen, Christophe Wolfhugel
  3. #
  4. #  Please read the files COPYRIGHT and AUTHORS for the extended
  5. #  copyrights refering to this file.
  6. #
  7. # Startup file -- Used to start the listerv on system launch.
  8. # Customize according to your system. On SysV put this file
  9. # with a correct name in /etc/rc2.d
  10. #
  11. su - listserv -c /usr/local/etc/tulp/listserv
  12.