DESCRIPTION=" etckeeper is a collection of tools to let /etc be stored in a git, mercurial, darcs, or bzr repository. It optionally hooks into several package managers (including Paludis) to automatically commit changes made to /etc during package upgrades. It tracks file metadata that revision control systems do not normally support, but that is important for /etc, such as the permissions of /etc/shadow. It's quite modular and configurable, while also being simple to use if you understand the basics of working with revision control."
EAPI="pbin-1+exheres-0"
HOMEPAGE="http://etckeeper.branchable.com"
INHERITED=" bash-completion python etckeeper"
MYOPTIONS="( ( bash-completion [[ description = [ Enable bash-completion support ] ]] ) [[ defined-in = [ bash-completion.exlib ] ]] ( bash-completion [[ description = [ Enable bash-completion support ] ]] cron [[ description = [ Use cron to auto-commit changes daily (can be disabled in configuration) ] ]] packagemanager [[ description = [ Install package manager hooks to auto-commit changes before and after installation ] ]] ( bzr [[ description = [ Manage /etc with Bazaar ] ]] darcs [[ description = [ Manage /etc with Darcs ] ]] git [[ description = [ Manage /etc with Git ] ]] mercurial [[ description = [ Manage /etc with Mercurial ] ]] ) [[ number-selected = [ exactly-one ] ]] ) [[ defined-in = [ etckeeper.exlib ] ]] ) "