Re: NO_ knobs in /etc/make.conf



On Mon, Jan 21, 2008 at 03:03:13PM +0200, Toomas Aas wrote:
In earlier releases, /etc/make.conf had various NO_ knobs such as
NO_SENDMAIL or NO_IPFILTER to avoid building specific parts of the system
during buildworld. In FreeBSD 7 they seem to be gone? At least they are not
listed in /usr/share/examples/etc/make.conf, or make.conf(5). I'm
specifically curious about NO_SENDMAIL. With earlier FreeBSD versions I
added this to make.conf after installing Postfix, thinking that this way
installworld won't overwrite my Postfix port. Is this no longer necessary?

Regarding NO_SENDMAIL and NO_IPFILER:

Both of these appear to have been renamed: WITHOUT_SENDMAIL and
WITHOUT_IPFILTER. You can poke around at things in
src/tools/build/options/ and see what's what.

However, I'm not sure how these play a role with world right now. I'm
not entirely familiar with how (if at all) src/tools/build/options/
actually controls buildworld/isntallworld features. Someone else will
have to comment on that.

Regarding concerns over mailer selection:

Which mailer gets used for commands like sendmail(8), newaliases(1),
mailq(8) and others is enitrely based on /etc/mail/mailer.conf. The
actual binaries on FreeBSD of /usr/sbin/sendmail, /usr/bin/newaliases,
etc. are all wrappers that read /etc/mail/mailer.conf to determine what
program to actually execute.

So it's "generally safe" to have both sendmail (the MTA/MDA) from the
base system installed at the same time as postfix.

--
| Jeremy Chadwick jdc at parodius.com |
| Parodius Networking http://www.parodius.com/ |
| UNIX Systems Administrator Mountain View, CA, USA |
| Making life hard for others since 1977. PGP: 4BD6C0CB |

_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • make.conf file - PLEASE HELP
    ... The server is currently running FreeBSD ... Initially when I ran this command it would proceed correctly for some ... trying to do the "make buildworld" - the problem is that it now reports ... # The easiest way to get the ports tree is to use the "ports-all" ...
    (comp.unix.bsd.freebsd.misc)
  • Re: freebsd-current Digest, Vol 46, Issue 14
    ... > Installed the new kernel and rebooted to single user mode for installing the world. ... >> say they have vlan support over wireless now. ... > board misbehaves under FreeBSD. ... FYI after setting up libmap.conf to point to libc_r mplayer works ...
    (freebsd-current)
  • Re: FreeBSD or DEBIAN for remotely administered internet server
    ... I do remote administrating of several ... Trying to overcome this by installing rpms ... I've asked the same question on the FreeBSD list and to my surprise got ...
    (Debian-User)
  • Re: buildworld fails after patch (FreeBSD-SA-06:23.openssl)
    ... or a partial build by first installing headers, ... Perhaps the buildworld is broken, ... Unfortunately I can no longer reproduce the error because I fixed the problem by hand, ...
    (freebsd-stable)
  • Re: buildworld fails after patch (FreeBSD-SA-06:23.openssl)
    ... The fix for me was to copy the '*.h' files that changed into ... or a partial build by first installing headers, ... Perhaps the buildworld is broken, ...
    (freebsd-stable)