diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-01-26 16:19:32 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-01-26 16:19:32 -0500 |
commit | 72179b46839d1b035ed7b7660a44576e06147bb5 (patch) | |
tree | 58aa0d5abc853d526ae8d7ed27a4950b08c8d079 | |
parent | cc7f4348a45a41fa15614d74a690e529d83eb812 (diff) |
Add runit and daemontools supervise files to ignore list. Closes: #529253
Note that since the files are named pipes, etckeeper will still complain
about them due to #549354. This change is made in hope that bug will one
day get fixed.
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | update-ignore.d/01update-ignore | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ca3278f..14ef112 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ etckeeper (0.42) UNRELEASED; urgency=low * Add ntp.conf.dhcp to ignore list. (See #491401) * Add X11/xdm/authdir/authfiles/* to ignore list. Closes: #491401 * Fix handling of "#*#" ignores for git and hg. + * Add runit and daemontools supervise files to ignore list. + Closes: #529253 -- Joey Hess <joeyh@debian.org> Fri, 04 Dec 2009 13:10:28 -0500 diff --git a/update-ignore.d/01update-ignore b/update-ignore.d/01update-ignore index cf25ee7..244ed85 100755 --- a/update-ignore.d/01update-ignore +++ b/update-ignore.d/01update-ignore @@ -126,6 +126,10 @@ writefile () { ignore "X11/xdm/authdir/authfiles/*" ignore ntp.conf.dhcp ignore "webmin/fsdump/*.status" + ignore "service/*/supervise/*" + ignore "service/*/log/supervise/*" + ignore "sv/*/supervise/*" + ignore "sv/*/log/supervise/*" ignore "*.elc" nl |