From owner-freebsd-questions@FreeBSD.ORG Mon Jan 26 01:43:00 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF7E0106564A for ; Mon, 26 Jan 2009 01:43:00 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 7B70C8FC0C for ; Mon, 26 Jan 2009 01:43:00 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id E8AFBAFC206; Sun, 25 Jan 2009 16:42:59 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Sun, 25 Jan 2009 16:42:59 -0900 User-Agent: KMail/1.9.10 References: <0aae01c97f06$e43bb7a0$acb326e0$@com> <20090125185312.GA85768@slackbox.xs4all.nl> <200901251700.01126.gnemmi@gmail.com> In-Reply-To: <200901251700.01126.gnemmi@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901251642.59718.fbsd.questions@rachie.is-a-geek.net> Cc: Roland Smith , Gonzalo Nemmi Subject: Re: remove kerberos 5 from FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2009 01:43:01 -0000 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.