2013-01-09 20:51:29 +00:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2019-08-30 16:43:30 +00:00
|
|
|
# fsck.zfs: A fsck helper to accommodate distributions that expect
|
2013-01-09 20:51:29 +00:00
|
|
|
# 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
|