freebsd-ports/net/rsync/pkg-plist
Oliver Eikemeier 95dd23c598 - add rc.subr(8) start/stop script
- assume maintainership, I don't speak Haskell .-P
- install some additional documentation
- USE_SSH => !WITHOUT_SSH, no extra warning
  since this is default for OSVERSION >= 400016
- added a test target
- bumped PORTREVISION

Approved by:	marcus (mentor)
2003-11-16 23:08:12 +00:00

6 lines
224 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
etc/rc.d/rsyncd.sh