]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Convert fsck and mount to using execvP to find fsck_foo and mount_foo.
authorGordon Tetlow <gordon@FreeBSD.org>
Sun, 29 Jun 2003 17:53:48 +0000 (17:53 +0000)
committerGordon Tetlow <gordon@FreeBSD.org>
Sun, 29 Jun 2003 17:53:48 +0000 (17:53 +0000)
commita3ba4c65fd0783dab09e4e3f5ac8967728569cc2
treeee59a96fbce376aed725c236e135967facd297a2
parent09f49aab843136b36644e57acfa3a727098016e9
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>
include/paths.h
sbin/fsck/fsck.c
sbin/fsck/pathnames.h [deleted file]
sbin/mount/mount.c
sbin/mount/pathnames.h