From owner-freebsd-current@FreeBSD.ORG Wed May 10 14:41:13 2006 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 DD4B616A449 for ; Wed, 10 May 2006 14:41:13 +0000 (UTC) (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 39D7143D48 for ; Wed, 10 May 2006 14:41:10 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.13.4/8.13.3) with ESMTP id k4AEf9xV054467; Wed, 10 May 2006 18:41:10 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Wed, 10 May 2006 18:41:09 +0400 (MSD) From: Maxim Konovalov To: Kostik Belousov In-Reply-To: <20060504102546.GC35756@deviant.kiev.zoral.com.ua> Message-ID: <20060510184042.J51370@mp2.macomnet.net> References: <20060504102546.GC35756@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-current@freebsd.org Subject: Re: [patch] userquota= syntax in fstab is broken 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: Wed, 10 May 2006 14:41:14 -0000 On Thu, 4 May 2006, 13:25+0300, Kostik Belousov wrote: > Man page for fstab describes syntax of the form > userquota= and groupquota= that allows to specify > alternative quota files. This feature is supported by quota*(8) > group of commands, but putting such option into the fstab > cause complain from kernel, since this options shall be trimmed > from mount option list. > > Rev. 1.75 of sbin/mount/mount.c does this for userquota/groupquota > _without_ "=". Patch below fixes the problem for specified > syntax as well. > > Please, apply. Committed in rev. 1.84 mount/mount.c. Thanks! -- Maxim Konovalov