diff options
author | tron <tron@pkgsrc.org> | 2005-10-20 17:28:32 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-10-20 17:28:32 +0000 |
commit | 8aa588325d3cb7a5c159eb13b1f08e10c77fbad9 (patch) | |
tree | d7bcea42996a7d5259e8ed2cdde9ad8da685ddc5 /net | |
parent | 3194cd8c20fd12cb6e3c6361e05f0d91408515a7 (diff) | |
download | pkgsrc-8aa588325d3cb7a5c159eb13b1f08e10c77fbad9.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')
-rw-r--r-- | net/rsync/Makefile | 6 |
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 |