diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rwxr-xr-x | update-ignore.d/01update-ignore | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c482cf7..abb0bd9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +etckeeper (1.10) UNRELEASED; urgency=low + + * Remove lvm/backup from default ignores, because lvm + documentation recommends backing that up, for use by + vgcfgrestore. + + -- Joey Hess <joeyh@debian.org> Sun, 06 Oct 2013 16:32:33 -0400 + etckeeper (1.9) unstable; urgency=low * Fix git update-ignore syntax. Closes: #721873 diff --git a/update-ignore.d/01update-ignore b/update-ignore.d/01update-ignore index 2659aa6..a3aa73d 100755 --- a/update-ignore.d/01update-ignore +++ b/update-ignore.d/01update-ignore @@ -126,7 +126,6 @@ writefile () { ignore network/run ignore adjtime ignore lvm/cache - ignore lvm/backup ignore lvm/archive ignore "X11/xdm/authdir/authfiles/*" ignore ntp.conf.dhcp |