diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | init.d/50vcs-ignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f164d86..61209a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ etckeeper (0.11) UNRELEASED; urgency=low * Updated German translation. Closes: #463153 * Some initial rpm support. Patch from Евгений Терешков. * Add apt hooks for rpm based systems. + * Add nologin to default ignores. -- Joey Hess <joeyh@debian.org> Thu, 24 Jan 2008 16:19:05 -0500 diff --git a/init.d/50vcs-ignore b/init.d/50vcs-ignore index 967d896..c11a12e 100755 --- a/init.d/50vcs-ignore +++ b/init.d/50vcs-ignore @@ -66,6 +66,7 @@ ignore blkid.tab.old nl comment "some other files in /etc that typically do not need to be tracked" +ignore nologin ignore ld.so.cache ignore mtab ignore .pwd.lock |