Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2009 16:42:59 -0900
From:      Mel <fbsd.questions@rachie.is-a-geek.net>
To:        freebsd-questions@freebsd.org
Cc:        Roland Smith <rsmith@xs4all.nl>, Gonzalo Nemmi <gnemmi@gmail.com>
Subject:   Re: remove kerberos 5 from FreeBSD
Message-ID:  <200901251642.59718.fbsd.questions@rachie.is-a-geek.net>
In-Reply-To: <200901251700.01126.gnemmi@gmail.com>
References:  <0aae01c97f06$e43bb7a0$acb326e0$@com> <20090125185312.GA85768@slackbox.xs4all.nl> <200901251700.01126.gnemmi@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



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