Searched refs:RSYNC (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/pf/
H A DREADME.NetBSD45 export RSYNC="rsync -avzr --delete"
69 RSYNC="rsync -avzr --delete -e ssh"
77 ${RSYNC} ${S}/src/ ${D}/src
78 ${RSYNC} --exclude 'commitlog*' --exclude 'history*' ${S}/CVSROOT/ ${D}/CVSROOT
88 ${RSYNC} ${ORIG}/cvsroot ${WORK}
180 ${RSYNC} ${ORIG}/cvsroot ${WORK}
/netbsd-6-1-5-RELEASE/dist/ipf/
H A DREADME.NetBSD48 export RSYNC="rsync -avzr --delete"
66 RSYNC="rsync -avzr --delete -e ssh"
70 ${RSYNC} ${S}/src/ ${D}/src
71 ${RSYNC} --exclude 'commitlog*' --exclude 'history*' ${S}/CVSROOT/ ${D}/CVSROOT
81 ${RSYNC} ${ORIG}/cvsroot ${WORK}
204 ${RSYNC} ${ORIG}/cvsroot ${WORK}
/netbsd-6-1-5-RELEASE/distrib/cdrom/
H A DMakefile76 RSYNC?= /usr/pkg/bin/rsync macro
96 .if !exists(${RSYNC})
97 @echo "Error: File does not exist: ${RSYNC}"
98 @echo "Please build and install rsync(1) utility and set RSYNC in the environment"
518 ${RSYNC} ${RSYNC_INCLUDE} ${RSYNC_ARGS} ${RSYNC_EXCLUDE} ${RSYNC_SITE}/ ${DISTRIBDIR}/
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dsanity.sh1141 # Test that $RSYNC supports the options we need or try to find a
1142 # replacement. If $RSYNC works or we replace it, and return 0.
1148 for rsync in ${RSYNC} `Which -a rsync`;
1181 RSYNC=$rsync
1183 # Only use Which because of ${RSYNC} in the for loop.
1198 unset RSYNC
2678 $RSYNC -rglop --delete --exclude '#cvs.*' \\
2693 $RSYNC -rglop \\
2700 $RSYNC -glop \\
2704 $RSYNC
[all...]

Completed in 174 milliseconds