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 /update-ignore.d/01update-ignore | |
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.
Diffstat (limited to 'update-ignore.d/01update-ignore')
-rwxr-xr-x | update-ignore.d/01update-ignore | 4 |
1 files changed, 4 insertions, 0 deletions
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 |