home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Mail / sendmail-8.8.5-MIHS / sendmail.pkg / sendmail.post_install < prev    next >
Encoding:
Text File  |  1996-12-03  |  487 b   |  18 lines

  1. #!/bin/csh
  2. # sendmail.post_install
  3. #
  4. # Copyright 1995-1996 Robert La Ferla, OPENSTEP consultant.
  5. #
  6. chown root.kmem /usr/hidden/sendmail
  7. chmod 6555 /usr/hidden/sendmail
  8. rm -f /usr/bin/newaliases /usr/bin/mailq
  9. rm -f /usr/ucb/newaliases /usr/ucb/mailq
  10. ln -s /usr/lib/sendmail /usr/ucb/newaliases
  11. ln -s /usr/lib/sendmail /usr/ucb/mailq
  12. cp /dev/null /etc/sendmail/sendmail.st
  13. chown root.kmem /etc/sendmail/sendmail.st
  14. chmod 644 /etc/sendmail/sendmail.st
  15. chmod u+s /usr/lib/sendmail
  16.  
  17. echo OK
  18.