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-clone | |
parent | 7f14287648289acadc203a37afddb777abfaa237 (diff) |
let's not make it really git specific..
Diffstat (limited to 'etc-clone')
-rw-r--r-- | etc-clone | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/etc-clone b/etc-clone deleted file mode 100644 index d257c66..0000000 --- a/etc-clone +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -# Clone a git repository that holds an /etc. Doesn't check it out to /etc -# by default though. Calls etc-init to set up hooks, and ensures that files -# like shadow are never world readable during the cloning process. |