diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-05 15:51:52 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-05 15:51:52 -0500 |
commit | 3e6cf464cff47d22f4ac4b4313fda68f32ae1ea8 (patch) | |
tree | d2b155927e17939b42f85fc93a0498d1702a19e0 /etc-init | |
parent | 32ff749a8d5c8be76a3221abc41398477207006e (diff) |
starting implementation
Diffstat (limited to 'etc-init')
-rw-r--r-- | etc-init | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/etc-init b/etc-init deleted file mode 100644 index 087a391..0000000 --- a/etc-init +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# 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. |