]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When executing mount_foo, pass "mount_foo" as argv[0] instead of "foo".
authorcperciva <cperciva@FreeBSD.org>
Sat, 26 Mar 2005 04:45:53 +0000 (04:45 +0000)
committercperciva <cperciva@FreeBSD.org>
Sat, 26 Mar 2005 04:45:53 +0000 (04:45 +0000)
commita59a08fc46cdc92dca6428a64996cff6677507df
tree9f9612458a91c3980ab10ebbdc3d52154b2aa2c2
parent45abe5fea18096424b899b1043ad3901b640e858
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@)
sbin/mount/mount.c