From c8f16796c6c72251814626ccf911d8f025cc60f3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 15 Jan 2008 14:21:46 -0500 Subject: * Convert the directory parameter of etckeeper into "-d directory". * Pass other patameters on from etckeeper to the .d scripts. * Stop using run-parts for various reasons. * Split out a commit.d that contains committing code that's used by both the pre-install.d and post-install.d scripts. * Split out an unclean.d that tests if the WC contains uncommitted changes. * Add preinst code to remove old post-install.d scripts. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 2a44fab..2422151 100644 --- a/README +++ b/README @@ -126,7 +126,7 @@ fixes their permissions: chmod 700 . git clone /etc cd etc - etckeeper init . + etckeeper init -d . chmod 755 .. Another common reason to clone the repository is to make a backup to a @@ -164,7 +164,7 @@ which will save a lot of disk space: Here's how to disable the automatic commits after each apt run, while still letting it git add new files and git rm removed ones: - chmod -x /etc/etckeeper/post-install.d/75vcs-commit + chmod -x /etc/etckeeper/commit.d/50vcs-commit ## inspiration -- cgit v1.2.3