Merge branch 'pacman-g2'
[jelmer/etckeeper.git] / init.d / README
1 Executable files in this directory are run to initialise the working directory
2 for use by etckeeper. If the working directory is not already in version
3 control, that includes setting up the version control, but not actually
4 committing anything. If the working directory is in version control,
5 it includes applying stored metadata to the checked out files in the
6 working directory.
7
8 Please be careful to *never* overwrite existing files/directories
9 in the working directory (or use absolute care when doing so). If a file
10 you need to write already exists, check if its contents are sane, and 
11 if not, emit a warning on stderr.
12
13 If initialisation fails, exit nonzero and no later files will be run.