pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/rsync



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Nov 30 22:57:02 UTC 2021

Modified Files:
        pkgsrc/net/rsync: Makefile

Log Message:
rsync: REPLACE_SH needed on Solaris 10 according to pekdon


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 pkgsrc/net/rsync/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/rsync/Makefile
diff -u pkgsrc/net/rsync/Makefile:1.116 pkgsrc/net/rsync/Makefile:1.117
--- pkgsrc/net/rsync/Makefile:1.116     Wed Oct  6 08:15:57 2021
+++ pkgsrc/net/rsync/Makefile   Tue Nov 30 22:57:02 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.116 2021/10/06 08:15:57 wiz Exp $
+# $NetBSD: Makefile,v 1.117 2021/11/30 22:57:02 nia Exp $
 
 DISTNAME=      rsync-3.2.3
 PKGREVISION=   1
@@ -18,6 +18,7 @@ CONFIGURE_ARGS+=      --with-rsyncd-conf=${PK
 PKG_SYSCONFSUBDIR=     rsync
 TEST_TARGET=           test
 
+REPLACE_SH=            cmdormsg
 REPLACE_BASH=          rsync-ssl
 
 RCD_SCRIPTS=           rsyncd



Home | Main Index | Thread Index | Old Index