Files
mirror_zfs/cmd/fsck_zfs/fsck.zfs
T

10 lines
262 B
Bash
Raw Normal View History

2013-01-09 12:51:29 -08:00
#!/bin/sh
#
# fsck.zfs: A fsck helper to accomidate distributions that expect
# to be able to execute a fsck on all filesystem types. Currently
# this script does nothing but it could be extended to act as a
# compatibility wrapper for 'zpool scrub'.
#
exit 0