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'.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #964
-SUBDIRS = zfs zpool zdb zhack zinject zstreamdump ztest zpios mount_zfs
-SUBDIRS += zpool_layout zvol_id zpool_id vdev_id
+SUBDIRS = zfs zpool zdb zhack zinject zstreamdump ztest zpios
+SUBDIRS += mount_zfs fsck_zfs zpool_layout zvol_id zpool_id vdev_id
--- /dev/null
+dist_sbin_SCRIPTS = fsck.zfs
--- /dev/null
+#!/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
cmd/ztest/Makefile
cmd/zpios/Makefile
cmd/mount_zfs/Makefile
+ cmd/fsck_zfs/Makefile
cmd/zpool_layout/Makefile
cmd/zvol_id/Makefile
cmd/zpool_id/Makefile