diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-05 14:11:07 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-05 14:11:07 -0500 |
commit | a70a5a058b2788531d305350742a5863ea1092d6 (patch) | |
tree | 0a852d1d1bc54f51816366c2f28afa818d70c5e6 /etc-init | |
parent | 7f14287648289acadc203a37afddb777abfaa237 (diff) |
let's not make it really git specific..
Diffstat (limited to 'etc-init')
-rw-r--r-- | etc-init | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ #!/bin/sh -# Initialise /etc as a git repository (if it isn't already), set up hooks, etc. -# Do not commit anything though. +# Initialise the current directory (typically /etc) for use by etckeeper. +# Runs etc/etckeeper/post-apt.d/* hooks, which handle chores like setting +# up metadata storage hooks, ignores, adding files (but not committing +# those added files), and ensuring that the revision control directory +# won't leak data from files like shadow, by making it mode 700. |