summaryrefslogtreecommitdiff
path: root/etckeeper.conf
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-13 13:31:35 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-13 13:31:35 -0500
commita97d887845955b58ab14bfb6e65f4e6868408872 (patch)
tree48d075cc28755dba6f83d51937cb6f7eff058753 /etckeeper.conf
parentab7f9bd44efa2bc1f1868c7e9abcda6d44749509 (diff)
Add a daily cron job to autocommit changes to /etc
The cron job is enabled by default but can be disabled via etckeeper.conf. (Thanks to Thierry Carrez)
Diffstat (limited to 'etckeeper.conf')
-rw-r--r--etckeeper.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/etckeeper.conf b/etckeeper.conf
index 11344e1..afe1c70 100644
--- a/etckeeper.conf
+++ b/etckeeper.conf
@@ -16,6 +16,10 @@ VCS="git"
# Options passed to darcs commit when run by etckeeper.
#DARCS_COMMIT_OPTIONS=""
+# Uncomment to avoid etckeeper committing existing changes
+# to /etc automatically once per day.
+#AVOID_DAILY_AUTOCOMMITS=1
+
# Uncomment to avoid etckeeper committing existing changes to
# /etc before installation. It will cancel the installation,
# so you can commit the changes by hand.