From owner-cvs-src@FreeBSD.ORG Sat Mar 26 04:45:54 2005 Return-Path: <owner-cvs-src@FreeBSD.ORG> Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8408916A4CE; Sat, 26 Mar 2005 04:45:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AA5843D2F; Sat, 26 Mar 2005 04:45:54 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2Q4jsXO008484; Sat, 26 Mar 2005 04:45:54 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2Q4jsfl008483; Sat, 26 Mar 2005 04:45:54 GMT (envelope-from cperciva) Message-Id: <200503260445.j2Q4jsfl008483@repoman.freebsd.org> From: Colin Percival <cperciva@FreeBSD.org> Date: Sat, 26 Mar 2005 04:45:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mount mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>, <mailto:cvs-src-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-src> List-Post: <mailto:cvs-src@freebsd.org> List-Help: <mailto:cvs-src-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>, <mailto:cvs-src-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 26 Mar 2005 04:45:54 -0000 cperciva 2005-03-26 04:45:54 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: When executing mount_foo, pass "mount_foo" as argv[0] instead of "foo". This unbreaks "/rescue/mount -t foo" -- previously it was necessary to explicitly call "/rescue/mount_foo". Hints from: gordon X-MFC after: 3 days (if approved by re@) Revision Changes Path 1.69 +4 -2 src/sbin/mount/mount.c