Hi, This patch integrates skeleton of fsck.nilfs2 utility into nilfs-utils package. With the best regards, Vyacheslav Dubeyko. -- From: Vyacheslav Dubeyko <slava@xxxxxxxxxxx> Subject: [PATCH 1/2] nilfs-utils: integrate skeleton of fsck.nilfs2 utility into nilfs-utils package This patch integrates skeleton of fsck.nilfs2 utility into nilfs-utils package. Signed-off-by: Vyacheslav Dubeyko <slava@xxxxxxxxxxx> --- configure.ac | 3 ++- sbin/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c2bcf4c..0d1a2d1 100644 --- a/configure.ac +++ b/configure.ac @@ -167,5 +167,6 @@ AC_CONFIG_FILES([Makefile sbin/mount/Makefile sbin/nilfs-tune/Makefile sbin/nilfs-clean/Makefile - sbin/nilfs-resize/Makefile]) + sbin/nilfs-resize/Makefile + sbin/fsck/Makefile]) AC_OUTPUT diff --git a/sbin/Makefile.am b/sbin/Makefile.am index 302e9a7..8a0d306 100644 --- a/sbin/Makefile.am +++ b/sbin/Makefile.am @@ -1,3 +1,3 @@ ## Makefile.am -SUBDIRS = cleanerd mkfs mount nilfs-tune nilfs-clean nilfs-resize +SUBDIRS = cleanerd mkfs mount nilfs-tune nilfs-clean nilfs-resize fsck -- -- To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html