freebsd-dev/sbin/mdmfs
Ian Dowse 2dc4ac06ce Enable bug-for-bug compatibility with mount_mfs when the program
name is "mount_mfs" or "mfs". Previously, the condition was that
the program name must start with "mount_", but this both missed
the case where mount(8) invokes mdmfs with argv[0] = "mfs", and it
included cases such as "mount_md" where compatibility is not
required.

Reviewed by:	dd
2001-09-30 15:14:16 +00:00
..
Makefile Introduce mdmfs(8), a wrapper around mdconfig(8), disklabel(8), 2001-06-18 23:46:58 +00:00
mdmfs.8 Enable bug-for-bug compatibility with mount_mfs when the program 2001-09-30 15:14:16 +00:00
mdmfs.c Enable bug-for-bug compatibility with mount_mfs when the program 2001-09-30 15:14:16 +00:00
pathnames.h Introduce mdmfs(8), a wrapper around mdconfig(8), disklabel(8), 2001-06-18 23:46:58 +00:00