pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/rsync revert previous, the config file is rsyncd.c...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c3d8f12bb504
branches: trunk
changeset: 466530:c3d8f12bb504
user: grant <grant%pkgsrc.org@localhost>
date: Tue Jan 20 09:33:33 2004 +0000
description:
revert previous, the config file is rsyncd.conf, which lives in
${PKG_SYSCONFDIR}. noted by Min Sik Kim.
diffstat:
net/rsync/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 928ae8a05f66 -r c3d8f12bb504 net/rsync/Makefile
--- a/net/rsync/Makefile Tue Jan 20 07:39:24 2004 +0000
+++ b/net/rsync/Makefile Tue Jan 20 09:33:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2004/01/20 05:24:20 grant Exp $
+# $NetBSD: Makefile,v 1.52 2004/01/20 09:33:33 grant Exp $
DISTNAME= rsync-2.6.0
CATEGORIES= net
@@ -24,7 +24,7 @@
SUBST_MESSAGE.paths= "Fixing hardcoded paths."
SUBST_STAGE.paths= post-patch
SUBST_FILES.paths= rsync.h rsync.1 rsyncd.conf.5
-SUBST_SED.paths= -e 's|/etc/rsyncd|${PKG_SYSCONFDIR}|g' \
+SUBST_SED.paths= -e 's|/etc/rsyncd|${PKG_SYSCONFDIR}/rsyncd|g' \
-e 's|/usr/bin/rsync|${PREFIX}/bin/rsync|g'
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index