diff options
| author | root <root@alpha.trunkmasters.com> | 2026-05-31 21:30:14 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-05-31 21:30:14 -0500 |
| commit | 7d009d2bc561a2df178eac5df75421e4bb4c6b62 (patch) | |
| tree | 565722a7aadd75a31d89afcb22a04abea1bffb17 /app-admin/logrotate | |
| parent | 2c156b24300b45a66e20e90fe26d2837c2b1ea7d (diff) | |
| download | baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.tar.gz baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.tar.xz baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.zip | |
Adding metadata
Diffstat (limited to 'app-admin/logrotate')
| -rw-r--r-- | app-admin/logrotate/metadata.xml | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/app-admin/logrotate/metadata.xml b/app-admin/logrotate/metadata.xml index 9bc7e9656e34..4f07f36161d8 100644 --- a/app-admin/logrotate/metadata.xml +++ b/app-admin/logrotate/metadata.xml @@ -1,30 +1,30 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>base-system@gentoo.org</email> - <name>Gentoo Base System</name> - </maintainer> - <longdescription> + <maintainer type="project"> + <email>base-system@gentoo.org</email> + <name>Gentoo Base System</name> + </maintainer> + <longdescription> Logrotate allows for the automatic rotation compression, removal and mailing of log files. Logrotate can be set to handle a log file daily, weekly, monthly or when the log file gets to a certain size. </longdescription> - <longdescription lang="es"> + <longdescription lang="es"> Logrotate permite la rotación, compresión, eliminación y notificación por correo electrónico de forma automática de ficheros de registro (logs). Logrotate se puede configurar para gestionar estos ficheros diariamente, semanalmente, mensualmente o cuando su tamaño alcanza cierto valor. </longdescription> - <upstream> - <remote-id type="cpe">cpe:/a:logrotate_project:logrotate</remote-id> - <changelog>https://github.com/logrotate/logrotate/releases</changelog> - <bugs-to>https://github.com/logrotate/logrotate/issues</bugs-to> - </upstream> - <use> - <flag name="cron">Installs cron file</flag> - </use> - <origin>liguros-repo</origin> -</pkgmetadata>
\ No newline at end of file + <use> + <flag name="cron">Installs cron file</flag> + </use> + <upstream> + <bugs-to>https://github.com/logrotate/logrotate/issues</bugs-to> + <changelog>https://github.com/logrotate/logrotate/releases</changelog> + <remote-id type="github">logrotate/logrotate</remote-id> + <remote-id type="cpe">cpe:/a:logrotate_project:logrotate</remote-id> + </upstream> +</pkgmetadata> |
