aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2013-10-14 08:54:15 -0400
committerTheodore Ts'o <tytso@mit.edu>2013-10-14 08:57:17 -0400
commitf5589f4c189a2d6b34fcd10570c496ca568e0aee (patch)
treef3ec12ba62e383cad947a040f98b2c8d76d47a7b /util
parent76d84ffceb24fa4f9323b18d350e31357f3b981c (diff)
downloadandroid_external_e2fsprogs-f5589f4c189a2d6b34fcd10570c496ca568e0aee.tar.gz
android_external_e2fsprogs-f5589f4c189a2d6b34fcd10570c496ca568e0aee.tar.bz2
android_external_e2fsprogs-f5589f4c189a2d6b34fcd10570c496ca568e0aee.zip
mke2fs: remove quota docs if not configured in
If quota isn't turned on with --enable-quota, then comment quota documentation out of the mke2fs manpage. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'util')
-rw-r--r--util/subst.conf.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/subst.conf.in b/util/subst.conf.in
index 0e074d85..64fde7ad 100644
--- a/util/subst.conf.in
+++ b/util/subst.conf.in
@@ -18,3 +18,5 @@ $prefix @prefix@
# Enable the documentation for the journal device mke2fs, tune2fs, and
# e2fsck's man page
JDEV
+# Enable documentation for quota feature in mke2fs
+QUOTA_MAN_COMMENT @QUOTA_MAN_COMMENT@