remove kerberos 5 from FreeBSD

Mel fbsd.questions at rachie.is-a-geek.net
Sun Jan 25 17:43:01 PST 2009


On Sunday 25 January 2009 10:00:01 Gonzalo Nemmi wrote:

> Going through src.conf(5) is ok .. but having a src.conf template already
> available and fully commented sounds better to me ...
>
> Nothing is further from the truth than my opinions, but I still think that
> having such a file available does come in handy :)

You can base all switches on /usr/share/mk/bsd.own.mk for easy typing and use 
similar logic in your src.conf:
OFF=ZFS SENDMAIL KERBEROS
.for var in ${OFF}
WITHOUT_${var}=yes
.endfor

Also, bsd.own.mk can be ahead of the man page.
-- 
Mel

Problem with today's modular software: they start with the modules
    and never get to the software part.


More information about the freebsd-questions mailing list