freebsd-ports/net/rsync/pkg-plist
Pav Lucistnik 599c06a6e1 - Update to 2.6.4
- Use new infrastructure for rc script
- Remove pkg-message, it's 4 years since the change

Approved by:	marcus (portmgr hat)
2005-05-16 21:07:54 +00:00

5 lines
205 B
Text

@comment $FreeBSD$
bin/rsync
@unexec if cmp -s %D/etc/rsyncd.conf.sample %D/etc/rsyncd.conf; then rm -f %D/etc/rsyncd.conf; fi
etc/rsyncd.conf.sample
@exec [ -f %B/rsyncd.conf ] || cp %B/%f %B/rsyncd.conf