cfg: Write "# This file intentionally left blank.\n" to empty config file.
authorBen Pfaff <blp@nicira.com>
Thu, 12 Mar 2009 17:00:35 +0000 (10:00 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 12 Mar 2009 17:02:15 +0000 (10:02 -0700)
commit02ac41535fee2760d30147abb5914f7e6a100712
treeb555a315e46d0a95bb213d468111579047788b84
parente6720be078d4194cda4148803a3725e34ecb1345
cfg: Write "# This file intentionally left blank.\n" to empty config file.

It's somewhat surprising to see an empty config file--it makes folks wonder
if something went wrong.  If we write a comment, it is more reassuring.

The main part of the change is refactoring.  This may be going a bit
overboard, but it should make the code more obvious and easier to
maintain, I hope.
lib/cfg.c