Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Jul 2003 13:14:29 -0700
From:      Peter Wemm <peter@wemm.org>
To:        Gregory Neil Shapiro <gshapiro@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/etc/sendmail Makefile 
Message-ID:  <20030708201429.4F9862A8B2@canning.wemm.org>
In-Reply-To: <200307061851.h66IpAv5097666@repoman.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
Gregory Neil Shapiro wrote:
> gshapiro    2003/07/06 11:51:10 PDT
> 
>   FreeBSD src repository
> 
>   Modified files:
>     etc/sendmail         Makefile 
>   Log:
>   - Prevent buildworld from trying to write to /etc/mail/
>   - Stop 'make clean' from removing SENDMAIL_CF
>   - install and distribute targets should not attempt to build anything
>   - SENDMAIL_ADDITIONAL_CF were not installed in the distribution case
>   - If SENDMAIL_SET_USER_ID was defined, submit.cf was needlessly installed
>     in the distribution case
>   - Collapse install and distribution target into one to remove code
>     duplication

How is this supposed to work now?

peter@beast[1:13pm]/usr/src/etc/sendmail-12# make SENDMAIL_CF=freefall.cf cleandir 
peter@beast[1:13pm]/usr/src/etc/sendmail-13# make SENDMAIL_CF=freefall.cf obj
/usr/obj/usr/src/etc/sendmail created for /usr/src/etc/sendmail
peter@beast[1:13pm]/usr/src/etc/sendmail-14# make SENDMAIL_CF=freefall.cf 
rm -f freebsd.cf
m4 -D_CF_DIR_=/usr/src/etc/sendmail/../../contrib/sendmail/cf/   /usr/src/etc/sendmail/../../contrib/sendmail/cf/m4/cf.m4 /usr/src/etc/sendmail/freebsd.mc > freebsd.cf
chmod 444 freebsd.cf
peter@beast[1:13pm]/usr/src/etc/sendmail-15# make SENDMAIL_CF=freefall.cf install
install -o root -g wheel -m 644  freefall.cf /etc/mail/sendmail.cf
install: freefall.cf: No such file or directory
*** Error code 71

Stop in /usr/src/etc/sendmail.
peter@beast[1:13pm]/usr/src/etc/sendmail-16# 

Cheers,
-Peter
--
Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com
"All of this is for nothing if we don't go to the stars" - JMS/B5



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030708201429.4F9862A8B2>