From owner-cvs-all@FreeBSD.ORG Fri Jan 5 02:54:27 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE0D816A40F; Fri, 5 Jan 2007 02:54:27 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B8F8513C459; Fri, 5 Jan 2007 02:54:27 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l052sRVi002774; Fri, 5 Jan 2007 02:54:27 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l052sRDI002772; Fri, 5 Jan 2007 02:54:27 GMT (envelope-from rodrigc) Message-Id: <200701050254.l052sRDI002772@repoman.freebsd.org> From: Craig Rodrigues Date: Fri, 5 Jan 2007 02:54:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/mount_unionfs mount_unionfs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jan 2007 02:54:28 -0000 rodrigc 2007-01-05 02:54:27 UTC FreeBSD src repository Modified files: sbin/mount_unionfs mount_unionfs.c Log: Fix parsing of -o uid and -o gid options, so that -o uidxx and -o gidxx are not accepted. Submitted by: daichi, Masanori OZAWA Revision Changes Path 1.27 +2 -2 src/sbin/mount_unionfs/mount_unionfs.c