install rrsync support script, as requested by henning@
This commit is contained in:
parent
82cc5a0aff
commit
6d25e1daac
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.65 2012/03/29 13:38:49 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.66 2012/08/23 13:27:51 espie Exp $
|
||||
|
||||
COMMENT = mirroring/synchronization over low bandwidth links
|
||||
|
||||
DISTNAME = rsync-3.0.9
|
||||
CATEGORIES = net
|
||||
HOMEPAGE = http://rsync.samba.org/
|
||||
REVISION = 0
|
||||
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
|
||||
@ -48,5 +49,6 @@ do-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/rsync.1 ${PREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/rsyncd.conf.5 ${PREFIX}/man/man5
|
||||
${INSTALL_DATA} ${WRKSRC}/tech_report.tex ${DOCDIR}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/support/rrsync ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.12 2011/04/02 15:13:25 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.13 2012/08/23 13:27:51 espie Exp $
|
||||
@newgroup _rsync:669
|
||||
@newuser _rsync:669:_rsync:daemon:rsync Daemon:/var/empty:/sbin/nologin
|
||||
bin/rrsync
|
||||
@bin bin/rsync
|
||||
@man man/man1/rsync.1
|
||||
@man man/man5/rsyncd.conf.5
|
||||
|
Loading…
Reference in New Issue
Block a user