mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-15 06:29:24 +00:00
14 lines
621 B
XML
14 lines
621 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<use>
|
|
<flag name="cron">Install cron script</flag>
|
|
</use>
|
|
<longdescription>etckeeper is a collection of tools to let /etc be stored in
|
|
a git, mercurial, darcs, or bzr repository. It can hook into portage to
|
|
automatically commit changes made to /etc during package upgrades. It tracks
|
|
file metadata that revison control systems do not normally support, but that
|
|
is important for /etc, such as the permissions of /etc/shadow.
|
|
</longdescription>
|
|
</pkgmetadata>
|