#!/bin/sh
# $Header: /afs/athena.mit.edu/astaff/project/layerdev/src/conf/rsaix/RCS/mailhub.add,v 1.2 94/07/18 15:55:06 probe Exp $

STATE=$1
SRCDIR=$2

if [ -f /etc/sendmail.cf -a ! -f /etc/sendmail.cf.rsaix ]; then
	mv /etc/sendmail.cf /etc/sendmail.cf.rsaix
fi

cp -p $SRCDIR/etc/sendmail.cf /etc/sendmail.cf
/usr/lib/sendmail -bz

exit 0
