summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-09-21 17:25:31 -0400
committerJoey Hess <joey@kitenet.net>2013-09-21 17:25:31 -0400
commit316662205a8d4ecc2e0b7868d97b319f2a308371 (patch)
tree4e857d87ab65d5a84100fe9c03f187307fcadfd4
parentdef8d3a0875f272296a02a40ca3af854a8158fbe (diff)
better means of disabling commit
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index b8b6d78..d9fd4cd 100644
--- a/README
+++ b/README
@@ -206,7 +206,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:
- chmod -x /etc/etckeeper/commit.d/50vcs-commit
+ rm /etc/etckeeper/commit.d/50vcs-commit
Here's how to make it automatically push commits to a clone of the
repository as a backup (see instructions above to set up the clone safely):