Module Name: src Committed By: maya Date: Sat Oct 8 06:47:59 UTC 2016
Modified Files: src/sbin/mount: mount.c Log Message: change warning message previously attempting to use mount -t ext2 like myself would result in the warning "mount: mount_ext2 not found for /mnt", which (if you're me) can be misunderstood as "/mnt is not an ext2 filesystem"... change it to "mount: mount_ext2 not found" To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/sbin/mount/mount.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.