From ef70e3d7e62671d0cadb2731e6965768f73ca290 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 3 Jan 2008 21:12:05 -0500 Subject: * Added configuration options for highlevel and lowlevel package managers in etckeeper.conf. * Only install apt hooks if apt is used. * Only add backup conffile exclusion to gitignore if dpkg is used. * Rename pre/post-apt.d to pre/post-install.d to allow the same directories to be used for other package managers. * Use the name of the highlevel package manager in commit messages. --- etckeeper.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'etckeeper.conf') diff --git a/etckeeper.conf b/etckeeper.conf index 74bb34a..4a22a65 100644 --- a/etckeeper.conf +++ b/etckeeper.conf @@ -2,3 +2,9 @@ # You could for exemple use "-e" if you want to edit all commit messages # before committing. #GIT_COMMIT_OPTIONS="-e" + +# The high level package manager that's being used. +HIGHLEVEL_PACKAGE_MANAGER=apt + +# The low-level package manager that's being used. +LOWLEVEL_PACKAGE_MANAGER=dpkg -- cgit v1.2.3