Age | Commit message (Collapse) | Author |
|
As a bonus you can install out-of-tree now via make -f.
Fixes #22.
|
|
It was accidentally changed when I was amending Dan's patch, which
ended in the repo as commit:
b6f60de Add support for deleting directories with -a -E.
|
|
metastore depends now on libbsd, because of strmode() function.
This commit fixes issue #28.
|
|
This is analagous to the -e option to create empty directories.
It simply removes them when they are not present in the metadata.
Signed-off-by: Przemyslaw Pawelczyk <przemoc@gmail.com>
|
|
Literal `-` prints as a hyphen, which doesn't conform to common man page
guidelines for writing options that have a leading dash. Proper form is:
\-
Signed-off-by: Przemyslaw Pawelczyk <przemoc@gmail.com>
|
|
|
|
In some situations it may be useful to have multiple sets of metadata
for the same hierarchy (e.g. representing how a file set should appear on
different hosts).
The ability to select a metadata file may be useful in this case.
Patch by Sergio Callegari <sergio.callegari@gmail.com>
|
|
directories which are missing.
This should help with Debian BR #460998
|
|
I considered changing metastore to match the documentation and use --diff,
but I'm already using --compare in etckeeper.
|
|
|