599c06a6e1
- Use new infrastructure for rc script - Remove pkg-message, it's 4 years since the change Approved by: marcus (portmgr hat)
5 lines
205 B
Text
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
|