From owner-cvs-src@FreeBSD.ORG Sun Jun 29 10:53:49 2003 Return-Path: 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 83F7E37B401; Sun, 29 Jun 2003 10:53:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F4B643FA3; Sun, 29 Jun 2003 10:53:49 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5THrm0U006631; Sun, 29 Jun 2003 10:53:48 -0700 (PDT) (envelope-from gordon@repoman.freebsd.org) Received: (from gordon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5THrmbx006627; Sun, 29 Jun 2003 10:53:48 -0700 (PDT) Message-Id: <200306291753.h5THrmbx006627@repoman.freebsd.org> From: Gordon Tetlow Date: Sun, 29 Jun 2003 10:53:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/include paths.h src/sbin/fsck fsck.c pathnames.h src/sbin/mount mount.c pathnames.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2003 17:53:49 -0000 gordon 2003/06/29 10:53:48 PDT FreeBSD src repository Modified files: include paths.h sbin/fsck fsck.c sbin/mount mount.c pathnames.h Removed files: sbin/fsck pathnames.h Log: Convert fsck and mount to using execvP to find fsck_foo and mount_foo. This simplifies the code path and makes the default path easy to override in the /rescue case. Submitted by: Tim Kientzle Revision Changes Path 1.22 +3 -0 src/include/paths.h 1.15 +7 -28 src/sbin/fsck/fsck.c 1.2 +0 -35 src/sbin/fsck/pathnames.h (dead) 1.52 +5 -24 src/sbin/mount/mount.c 1.2 +1 -2 src/sbin/mount/pathnames.h