diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-06 16:33:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-06 16:33:48 -0400 |
commit | 902d8937e647ed2a241c014aa8bcb1c1015679ec (patch) | |
tree | 3a664776b53f2d8590713ecb542bb6d5ab0446c8 | |
parent | 3f83f64594e1d89bb774a7f2194448225bea8fea (diff) |
Remove lvm/backup from default ignores, because lvm documentation recommends backing that up, for use by vgcfgrestore.
-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 |