X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/f025519645efdd153b5de8957565915837771d51..054870cf94c77e55436f87428cca13a08c5a557b:/mrconfig.complex

diff --git a/mrconfig.complex b/mrconfig.complex
index c0a1484..8f86b70 100644
--- a/mrconfig.complex
+++ b/mrconfig.complex
@@ -104,6 +104,11 @@ checkout = git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linu
 skip = ! mylaptop || ([ "$1" = update ] && ! hours_since "$1" 12)
 push = error "as if!"
 
+[/etc]
+# I use etckeeper to keep /etc in git. But it only works if I'm root, 
+# and if it's not already in etc, skip it.
+skip = ! test -d /etc/.git || ! test "$(whoami)" = root
+
 [dpkg]
 # A merge of the upstream dpkg git repo and my own personal branch.
 checkout =