summaryrefslogtreecommitdiff
path: root/app-admin/logrotate/metadata.xml
blob: 60554ae78d51c02bb755c605363a2883b6cf98ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <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">
		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>
  <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="cpe">cpe:/a:logrotate_project:logrotate</remote-id>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>