Date: Sun, 29 Jun 2003 10:53:48 -0700 (PDT) From: Gordon Tetlow <gordon@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include paths.h src/sbin/fsck fsck.c pathnames.h src/sbin/mount mount.c pathnames.h Message-ID: <200306291753.h5THrmbx006627@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <kientzle@acm.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306291753.h5THrmbx006627>