etc-gentoo/etckeeper/init.d
hasufell b3cea8d893 saving uncommitted changes in /etc prior to emerge run 2015-02-27 01:58:55 +01:00
..
10restore-metadata saving uncommitted changes in /etc prior to emerge run 2015-02-27 01:58:55 +01:00
20restore-etckeeper saving uncommitted changes in /etc prior to emerge run 2015-02-27 01:58:55 +01:00
40vcs-init saving uncommitted changes in /etc prior to emerge run 2015-02-27 01:58:55 +01:00
50vcs-ignore saving uncommitted changes in /etc prior to emerge run 2015-02-27 01:58:55 +01:00
50vcs-perm saving uncommitted changes in /etc prior to emerge run 2015-02-27 01:58:55 +01:00
50vcs-pre-commit-hook saving uncommitted changes in /etc prior to emerge run 2015-02-27 01:58:55 +01:00
60darcs-deleted-symlinks saving uncommitted changes in /etc prior to emerge run 2015-02-27 01:58:55 +01:00
70vcs-add saving uncommitted changes in /etc prior to emerge run 2015-02-27 01:58:55 +01:00
README saving uncommitted changes in /etc prior to emerge run 2015-02-27 01:58:55 +01:00

README

Executable files in this directory are run to initialise the working directory
for use by etckeeper. If the working directory is not already in version
control, that includes setting up the version control, but not actually
committing anything. If the working directory is in version control,
it includes applying stored metadata to the checked out files in the
working directory.

Please be careful to *never* overwrite existing files/directories
in the working directory (or use absolute care when doing so). If a file
you need to write already exists, check if its contents are sane, and 
if not, emit a warning on stderr.

If initialisation fails, exit nonzero and no later files will be run.