mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
599c06a6e1
- Use new infrastructure for rc script - Remove pkg-message, it's 4 years since the change Approved by: marcus (portmgr hat)
6 lines
205 B
Plaintext
6 lines
205 B
Plaintext
@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
|