summaryrefslogtreecommitdiff
path: root/net/rsync
diff options
context:
space:
mode:
authortron <tron>2005-10-20 17:28:32 +0000
committertron <tron>2005-10-20 17:28:32 +0000
commit0dc90c3889b36b74946910997ff44f6fe493fcbe (patch)
treed7bcea42996a7d5259e8ed2cdde9ad8da685ddc5 /net/rsync
parent7a74061ed7154ed61f0fe2b66709565ac5d577d2 (diff)
downloadpkgsrc-0dc90c3889b36b74946910997ff44f6fe493fcbe.tar.gz
Change the location of rsync server configuration file to
"${PKG_SYSCONFDIR}/rsyncd.conf" as documented. Bump package revision because of this fix. Problem noted by Joerg Sonnenberger in private e-mail.
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index fe1215d5c51..d3f44ed7535 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.59 2005/08/03 17:30:56 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2005/10/20 17:28:32 tron Exp $
DISTNAME= rsync-2.6.6
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \
ftp://rsync.samba.org/pub/rsync/ \
@@ -19,7 +20,8 @@ INSTALLATION_DIRS= bin man/man1 man/man5 share/doc/rsync
USE_PKGINSTALL= YES
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --with-included-popt
+CONFIGURE_ARGS+= --with-included-popt \
+ --with-rsyncd-conf=${PKG_SYSCONFDIR}/rsyncd.conf
TEST_TARGET= test
PKG_SYSCONFSUBDIR= rsync