summaryrefslogtreecommitdiff
path: root/etckeeper.conf
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-06-19 15:19:03 -0400
committerJoey Hess <joey@kitenet.net>2011-06-19 15:19:03 -0400
commitad3fbb8d31894bfbff30e143dc18e85eed5afd20 (patch)
tree1b339cb4baf6deeb600f9cef23c60bd2a9f654ee /etckeeper.conf
parentc5c7cc002e05108ae3434a328cd0f2507908787a (diff)
Add AVOID_SPECIAL_FILE_WARNING to config file, and set it in cron job to avoid daily noise. (gulikoza)
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 be8934d..c95f377 100644
--- a/etckeeper.conf
+++ b/etckeeper.conf
@@ -20,6 +20,10 @@ DARCS_COMMIT_OPTIONS="-a"
# to /etc automatically once per day.
#AVOID_DAILY_AUTOCOMMITS=1
+# Uncomment the following to avoid special file warning
+# (the option is enabled automatically by cronjob regardless).
+#AVOID_SPECIAL_FILE_WARNING=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.