step 7.Build the sendmail daemon
# cd sendmail
# if [ ! -e /usr/share/man ] ; then ln -s /usr/man /usr/share/man; fi
# sh Build -f /etc/mail/site.config.m4 && sh Build install
  * you should see '-DMILTER' periodically during the compile

step 10.The supporting tools are now built and installed
* cd ../.. (from /usr/src/sendmail-$version/cf/cf)
* sh Build && sh Build install

I used `checkinstall -si sh Build install` in both steps. Then I run rpm -qil the the two resultant packages, the sendmail daemon (and 3 other commands) was duplicated.

Could/should one just use step 10 (with modification to use sh Build -c -f /etc/mail/site.config.m4) install both the sendmail daemon and tools?

--
  .~.    Might, Courage, Vision. In Linux We Trust.
 / v \   http://www.linux-sxs.org
/( _ )\  Linux 2.4.22
  ^ ^    12:40am up 12:31, 0 users, load average: 0.00, 0.07, 0.07

_______________________________________________
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://smtp.linux-sxs.org/mailman/listinfo/linux-users

Reply via email to