K 10 svn:author V 3 bde K 8 svn:date V 27 1999-01-01T14:14:44.000000Z K 7 svn:log V 366 Ignore the fs_spec entry for "/" in /etc/fstab if the device which is actually mounted on "/" can be determined using statfs() and is in /dev. This fixes fsck operating on the wrong device when the fs_spec entry is only an alias. The aliased case became more dangerous when the ROOTSLICE_HUNT hack was committed in mount(8). ROOTSLICE_HUNT may be unnecessary now. END