From owner-freebsd-questions@FreeBSD.ORG Mon Dec 20 17:49:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8586D16A4CE for ; Mon, 20 Dec 2004 17:49:12 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E8EE43D53 for ; Mon, 20 Dec 2004 17:49:12 +0000 (GMT) (envelope-from gibblertron@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so178116rne for ; Mon, 20 Dec 2004 09:49:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=io61tMKKlvffHqN4K4uNsh6xhjjonABptuusJCHsUUZnmolDTZdj0y/rfohY3GCxQrwi9row0408puL0p2jzBahBVszg0Ojx+sGU8xdeZtmC8lLTqFVCB5rrf1/xNKnJGlWv+tNWzJO5qe3nMcAGbM3n+VyS3BcGu/UI1iTgdqM= Received: by 10.38.208.75 with SMTP id f75mr127857rng; Mon, 20 Dec 2004 09:49:11 -0800 (PST) Received: by 10.38.96.72 with HTTP; Mon, 20 Dec 2004 09:49:11 -0800 (PST) Message-ID: Date: Mon, 20 Dec 2004 09:49:11 -0800 From: patrick To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: edquota -p question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: patrick List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Dec 2004 17:49:12 -0000 I notice that in FreeBSD 4.x, if you apply a disk quota to one user using another as a proto-username (edquota -p ), it also copies the proto-user's current usage statistic. Could this be seen as a bug? If the proto-user happens to be over quota, their usage should not be applied to the new user. Patrick