Package: etckeeper Version: 0.11 Severity: wishlist Tags: patch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I've attached a patch to ignore non-FHS-compliant files from djbdns; these include sockets, log files, and compiled/binary data that are not useful to put under revision control. - -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages etckeeper depends on: ii debconf [debconf-2.0] 1.5.19 Debian configuration management sy ii git-core 1:1.5.4.1-1 fast, scalable, distributed revisi ii mercurial 0.9.5-3 Scalable distributed version contr ii metastore 1-2 Store and restore metadata etckeeper recommends no packages. - -- debconf information excluded -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHwG1nAud/2YgchcQRAk85AKCw1nF8iOm/f6/zkbq5Qd21MVw34ACeN1qy UxgzccquHqpSH99dFaNLryc= =bFbb -----END PGP SIGNATURE-----
>From ef29d3aef254067a5a18cdc2592a3de2da1e1dce Mon Sep 17 00:00:00 2001 From: Alec Berryman <[EMAIL PROTECTED]> Date: Sat, 23 Feb 2008 13:51:20 -0500 Subject: [PATCH] Ignore non-FHS-compliant files from djbdns --- init.d/50vcs-ignore | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/init.d/50vcs-ignore b/init.d/50vcs-ignore index c11a12e..4ae42d4 100755 --- a/init.d/50vcs-ignore +++ b/init.d/50vcs-ignore @@ -65,6 +65,17 @@ ignore blkid.tab ignore blkid.tab.old nl +comment "djbdns is not FHS compliant by default" +ignore tinydns/supervise +ignore tinydns/log +ignore "tinydns/root/*.cdb" +ignore axfrdns/supervise +ignore axfrdns/log +ignore "axfrdns/*.cdb" +ignore dnscache/supervise +ignore dnscache/log +nl + comment "some other files in /etc that typically do not need to be tracked" ignore nologin ignore ld.so.cache -- 1.5.4.1

