Whamcloud - gitweb
mke2fs.conf: allow use of a custom mke2fs.conf file
authorTheodore Ts'o <tytso@mit.edu>
Tue, 27 Mar 2012 00:57:58 +0000 (17:57 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 27 Mar 2012 04:36:20 +0000 (21:36 -0700)
commit608858ff79effbeeefd48559cccdbeb787da1493
treef91f384c288cc784fac4404abc5a2aab35c98b37
parent3a6db9bbc8a5aa85c200e66fc0563a1e87417efe
mke2fs.conf: allow use of a custom mke2fs.conf file

Rename mke2fs.conf to mke2fs.conf.in, so that the makefile can choose
to use either mke2fs.conf.in or mke2fs.conf.custom.in (if it is
present).  If there is custom configuration file, it's likely that it
is very different from the upstream mke2fs.conf.in, so by having the
separate mke2fs.conf.custom.in file, it minimizes merge conflicts if
the upstream mke2fs.conf file changes.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/Makefile.in
misc/mke2fs.conf.in [moved from misc/mke2fs.conf with 100% similarity]