1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/sysutils/sysgather/pkg-plist

10 lines
409 B
Plaintext
Raw Normal View History

bin/sysgather
@unexec if cmp -s %D/etc/sysgather.conf %D/etc/sysgather.conf.default; then rm -f %D/etc/sysgather.conf; fi
etc/sysgather.conf.default
@exec [ -f %B/sysgather.conf ] || cp %B/%f %B/sysgather.conf
2013-11-16 12:33:15 +00:00
man/man1/sysgather.1.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/debian.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/freebsd.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slackware.conf
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%