home *** CD-ROM | disk | FTP | other *** search
- #!/bin/csh
- # sendmail.post_install
- #
- # Copyright 1995-1996 Robert La Ferla, OPENSTEP consultant.
- #
- chown root.kmem /usr/hidden/sendmail
- chmod 6555 /usr/hidden/sendmail
- rm -f /usr/bin/newaliases /usr/bin/mailq
- rm -f /usr/ucb/newaliases /usr/ucb/mailq
- ln -s /usr/lib/sendmail /usr/ucb/newaliases
- ln -s /usr/lib/sendmail /usr/ucb/mailq
- cp /dev/null /etc/sendmail/sendmail.st
- chown root.kmem /etc/sendmail/sendmail.st
- chmod 644 /etc/sendmail/sendmail.st
- chmod u+s /usr/lib/sendmail
-
- echo OK
-