pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/rsync Change the location of rsync server configur...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ead8b6167dfa
branches: trunk
changeset: 501323:ead8b6167dfa
user: tron <tron%pkgsrc.org@localhost>
date: Thu Oct 20 17:28:32 2005 +0000
description:
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:
net/rsync/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 64bcc4b51302 -r ead8b6167dfa net/rsync/Makefile
--- a/net/rsync/Makefile Thu Oct 20 17:27:46 2005 +0000
+++ b/net/rsync/Makefile Thu Oct 20 17:28:32 2005 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index