1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/sysutils/logrotate/pkg-plist
Guido Falsi cf8b938045 - Update to 3.8.7 [1]
While here [2]:

- Use new LIB_DEPENDS format
- Convert to USES=gmake
- Convert to staging
- Fix configuration file handling

PR:		ports/185615 [1]
Submitted by:	Balazs Nagy <js@iksz.hu> (maintainer)
Approved by:	implicit portmgr@ blanket approval [2]
2014-01-10 23:04:07 +00:00

9 lines
334 B
Plaintext

sbin/logrotate
@unexec if cmp -s %D/etc/logrotate.conf.sample %D/etc/logrotate.conf; then rm -f %D/etc/logrotate.conf; fi
etc/logrotate.conf.sample
@exec if [ ! -f %D/etc/logrotate.conf ]; then cp -p %D/%F %B/logrotate.conf; fi
%%EXAMPLESDIR%%/syslog.sample
man/man5/logrotate.conf.5.gz
man/man8/logrotate.8.gz
@dirrm %%EXAMPLESDIR%%