From owner-freebsd-current@FreeBSD.ORG Mon Oct 24 08:11:25 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB5FB16A41F for ; Mon, 24 Oct 2005 08:11:25 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 751FA43D4C for ; Mon, 24 Oct 2005 08:11:22 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.13.3/8.13.3) with ESMTP id j9O8BLM0080498; Mon, 24 Oct 2005 12:11:21 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Mon, 24 Oct 2005 12:11:21 +0400 (MSD) From: Maxim Konovalov To: Ulrich Spoerlein In-Reply-To: <20051024075826.GB1093@galgenberg.net> Message-ID: <20051024120821.B67591@mp2.macomnet.net> References: <20051023190528.78454.qmail@web26809.mail.ukl.yahoo.com> <20051023233759.B22848@mp2.macomnet.net> <20051024075826.GB1093@galgenberg.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Jisakiel , freebsd-current@freebsd.org Subject: Re: Small typo in /usr/share/examples/make.conf X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 08:11:26 -0000 On Mon, 24 Oct 2005, 09:58+0200, Ulrich Spoerlein wrote: > On Sun, 23.10.2005 at 23:38:34 +0400, Maxim Konovalov wrote: > > > Sorry if this is the wrong mailing list to inform... I > > > just noticed that in /usr/share/examples/make.conf > > > Radius support option is written as PPP_NO_RADUIS > > > instead of PPP_NO_RADIUS . I guess it's just a typo > > > and RADIUS is the option which gets parsed. > > > > Fixed. Thanks! > > While you're at it ... > > I was going mad when trying to get a devfs.rules file working and > noticed the following typo in rc.subr > > > --- /etc/rc.subr Sun Oct 23 11:23:59 2005 > +++ /etc/rc.subr.new Mon Oct 24 09:53:17 2005 > @@ -1184,7 +1184,7 @@ > } > > # devfs_set_ruleset ruleset [dir] > -# Sets the default ruleset of dir to ruleset. The ruleset arguement > +# Sets the default ruleset of dir to ruleset. The ruleset argument > # must be a ruleset name as specified in devfs.rules(5) file. > # Returns non-zero if it could not set it successfully. > # Being non-native speaker I am not sure this is a error. There are about a dozen "arguement"s in our src tree and google gives 2.8 millions. -- Maxim Konovalov