]> git.pld-linux.org Git - packages/etckeeper.git/blobdiff - update-ignore.patch
ignore more ca-certificates generated content
[packages/etckeeper.git] / update-ignore.patch
index df73f0ea7e5ba8b939ae3db50b8c173db09e5c5a..e1c572cf8fb6fbfa5da0072982a9c2454db01130 100644 (file)
@@ -1,13 +1,30 @@
---- etckeeper-1.1/update-ignore.d/01update-ignore      2013-05-08 13:29:19.854557098 +0300
-+++ etckeeper-1.1/update-ignore.d/01update-ignore      2013-05-08 16:20:23.372768661 +0300
-@@ -147,6 +147,41 @@
+--- etckeeper-1.10/update-ignore.d/01update-ignore     2013-11-14 15:28:19.322632177 +0200
++++ etckeeper-1.10/update-ignore.d/01update-ignore     2013-11-14 15:33:56.904100141 +0200
+@@ -103,11 +103,10 @@
+       
+       comment "old versions of files"
+       ignore "*.old"
+-      # Not currently ignored as admins tend to rely on these files.
+-      #ignore "passwd-"
+-      #ignore "group-"
+-      #ignore "shadow-"
+-      #ignore "gshadow-"
++      ignore "passwd-"
++      ignore "group-"
++      ignore "shadow-"
++      ignore "gshadow-"
+       nl
+       comment "mount(8) records system state here, no need to store these"
+@@ -146,11 +145,68 @@
        ignore "cups/subscriptions.conf.O"
        ignore "fake-hwclock.data"
        nl
 +
 +      comment "PLD Linux addons"
-+      comment "ca-certificates: ca-certificates.crt is autogenerated"
++      comment "ca-certificates: generated content"
 +      ignore "certs/ca-certificates.crt"
++      ignore "openssl/certs/*"
 +
 +      comment "bash-completion"
 +      ignore "bash_completion.d/*"
@@ -19,6 +36,9 @@
 +      comment "postfix"
 +      ignore "mail/*.db"
 +
++      comment "rc-scripts binary locales"
++      ignore "sysconfig/locale/*/LC_MESSAGES/rc-scripts.mo"
++
 +      comment "rc-scripts"
 +      ignore "rc.d/init.d/*"
 +      ignore "rc.d/rc?.d/[SK]*"
 +      comment "zsh compiled"
 +      ignore "*.zwc"
 +
++      comment "sshd keys"
++      ignore "ssh/ssh_*_key*"
++
++      comment "bacula passwords"
++      ignore "bacula/*-password"
++
++      comment "chef secret"
++      ignore "chef/encrypted_data_bag_secret"
++
++      comment "visudo tmp"
++      ignore "sudoers.tmp"
++
 +      comment "ssh-blacklists"
 +      ignore "ssh/blacklist.DSA-1024"
 +      ignore "ssh/blacklist.DSA-2048"
 +
 +      comment "CVS version conflicts"
 +      ignore ".#*.*.*"
++
++      comment "vigr backups"
++      ignore "group.vigr*"
++      ignore "passwd.vipw*"
        
        comment "editor temp files"
        ignore "*~"
+       ignore ".*.sw?"
+       ignore ".sw?"
++      ignore ".bak"
++      ignore ".BAK"
+       ignore "#*#"
+       ignore DEADJOE
This page took 0.047435 seconds and 4 git commands to generate.