]> git.pld-linux.org Git - packages/etckeeper.git/blob - update-ignore.patch
ignore /etc/sudoers.tmp by default
[packages/etckeeper.git] / update-ignore.patch
1 --- etckeeper-1.7/update-ignore.d/01update-ignore       2013-08-27 15:44:38.522171508 +0300
2 +++ etckeeper-1.7/update-ignore.d/01update-ignore       2013-08-29 16:47:24.912067138 +0300
3 @@ -147,11 +147,64 @@
4         ignore "cups/subscriptions.conf.O"
5         ignore "fake-hwclock.data"
6         nl
7 +
8 +       comment "PLD Linux addons"
9 +       comment "ca-certificates: ca-certificates.crt is autogenerated"
10 +       ignore "certs/ca-certificates.crt"
11 +
12 +       comment "bash-completion"
13 +       ignore "bash_completion.d/*"
14 +       ignore "bash_completion"
15 +
16 +       comment "openldap"
17 +       ignore "ldap.secret"
18 +
19 +       comment "postfix"
20 +       ignore "mail/*.db"
21 +
22 +       comment "rc-scripts binary locales"
23 +       ignore "sysconfig/locale/*/LC_MESSAGES/rc-scripts.mo"
24 +
25 +       comment "rc-scripts"
26 +       ignore "rc.d/init.d/*"
27 +       ignore "rc.d/rc?.d/[SK]*"
28 +       ignore "rc.d/rc.init"
29 +       ignore "rc.d/rc.local"
30 +       ignore "rc.d/rc.shutdown"
31 +       ignore "rc.d/rc.sysinit"
32 +
33 +       comment "zsh compiled"
34 +       ignore "*.zwc"
35 +
36 +       comment "sshd keys"
37 +       ignore "ssh/ssh_*_key*"
38 +
39 +       comment "bacula passwords"
40 +       ignore "bacula/*-password"
41 +
42 +       comment "visudo tmp"
43 +       ignore "sudoers.tmp"
44 +
45 +       comment "ssh-blacklists"
46 +       ignore "ssh/blacklist.DSA-1024"
47 +       ignore "ssh/blacklist.DSA-2048"
48 +       ignore "ssh/blacklist.RSA-1024"
49 +       ignore "ssh/blacklist.RSA-2048"
50 +       ignore "ssh/blacklist.RSA-4096"
51 +
52 +       comment "CVS version conflicts"
53 +       ignore ".#*.*.*"
54 +
55 +       comment "vigr backups"
56 +       ignore "group.vigr*"
57 +       ignore "passwd.vipw*"
58         
59         comment "editor temp files"
60         ignore "*~"
61         ignore ".*.sw?"
62         ignore ".sw?"
63 +       ignore ".bak"
64 +       ignore ".BAK"
65         ignore "#*#"
66         ignore DEADJOE
67  
This page took 0.095258 seconds and 3 git commands to generate.