K 10 svn:author V 7 iedowse K 8 svn:date V 27 2001-09-30T15:14:16.000000Z K 7 svn:log V 349 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 END