Don't overwrite /usr/sbin/sendmail, since subsequent builds of the

source tree will overwrite that anyway.
This commit is contained in:
angelos 1998-04-28 03:31:32 +00:00
parent b5ebf3ff17
commit a51b8c5126

View File

@ -71,8 +71,8 @@
endif
! cp -p pgpsendmail ${sendmail_dir}
cd ${sendmail_dir}
mv sendmail sendmail.real
ln -s pgpsendmail sendmail
! mv sendmail sendmail.real
! ln -s pgpsendmail sendmail
--- 95,111 ----
if ("$?USRBINPATH" != "0") then
@ -89,6 +89,6 @@
! cp pgpsendmail ${sendmail_dir}
cd ${sendmail_dir}
+ chmod 4555 pgpsendmail
mv sendmail sendmail.real
ln -s pgpsendmail sendmail
!#mv sendmail sendmail.real
!#ln -s pgpsendmail sendmail