/dports/net/rsync/rsync-3.2.3/testsuite/ |
H A D | exclude.test | 23 makepath "$fromdir/foo/down/to/you" 24 makepath "$fromdir/foo/sub" 28 makepath "$fromdir/new/keep/this" 29 makepath "$fromdir/new/lose/this" 30 cat >"$fromdir/.filt" <<EOF 41 cat >"$fromdir/foo/.filt" <<EOF 46 cat >"$fromdir/bar/.filt" <<EOF 70 cat >"$fromdir/mid/.filt2" <<EOF 76 cat >"$fromdir/mid/.filt" <<EOF 125 checkit "$RSYNC -avv '$fromdir/' '$chkdir/'" "$fromdir" "$chkdir" [all …]
|
H A D | acls.test | 12 makepath "$fromdir/foo" 13 echo something >"$fromdir/file1" 14 echo else >"$fromdir/file2" 35 setfacl -m g:1:5 "$fromdir/foo" 36 setfacl -m g:2:1 "$fromdir/foo" 37 setfacl -m g:0:7 "$fromdir/foo" 38 setfacl -m u:2:1 "$fromdir/foo" 39 setfacl -m u:1:5 "$fromdir/foo" 41 setfacl -m u:0:5 "$fromdir/file1" 42 setfacl -m g:0:4 "$fromdir/file1" [all …]
|
H A D | hardlinks.test | 20 fromdir="$scratchdir/from" 25 mkdir "$fromdir" 26 name1="$fromdir/name1" 27 name2="$fromdir/name2" 28 name3="$fromdir/name3" 29 name4="$fromdir/name4" 34 cat $srcdir/*.c >"$fromdir/text" 36 checkit "$RSYNC -aHivv --debug=HLINK5 '$fromdir/' '$todir/'" "$fromdir" "$todir" 40 checkit "$RSYNC -aHivv --debug=HLINK5 --no-whole-file '$fromdir/' '$todir/'" "$fromdir" "$todir" 46 makepath "$fromdir/subdir/down/deep" [all …]
|
H A D | duplicates.test | 26 mkdir "$fromdir" 27 name1="$fromdir/name1" 28 name2="$fromdir/name2" 34 …-avv '$fromdir/' '$fromdir/' '$fromdir/' '$fromdir/' '$fromdir/' '$fromdir/' '$fromdir/' '$fromdir…
|
H A D | chmod-option.test | 14 fromdir="$scratchdir/from" 18 mkdir "$fromdir" 19 name1="$fromdir/name1" 20 name2="$fromdir/name2" 21 dir1="$fromdir/dir1" 22 dir2="$fromdir/dir2" 32 checkit "$RSYNC -avv '$fromdir/' '$checkdir/'" "$fromdir" "$checkdir" 42 makepath "$todir" "$fromdir/foo" 43 touch "$fromdir/bar" 45 checkit "$RSYNC -avv '$fromdir/' '$checkdir/'" "$fromdir" "$checkdir" [all …]
|
H A D | rsync.fns | 21 fromdir="$tmpdir/from" 162 rm -rf "$fromdir" 166 [ -d "$fromdir" ] || mkdir "$fromdir" 180 touch "$fromdir/empty" 181 mkdir "$fromdir/emptydir" 192 mkdir "$fromdir/dir" 193 cp "$fromdir/text" "$fromdir/dir" 345 path = $fromdir 362 path = $fromdir 388 mkdir "$fromdir" [all …]
|
H A D | backup.test | 14 makepath "$fromdir/deep" "$bakdir/dname" 15 name1="$fromdir/deep/name1" 16 name2="$fromdir/deep/name2" 23 checkit "$RSYNC -ai --info=backup '$fromdir/' '$todir/'" "$fromdir" "$todir" 25 checkit "$RSYNC -ai --info=backup '$fromdir/' '$chkdir/'" "$fromdir" "$chkdir" 29 $RSYNC -ai --info=backup --no-whole-file --backup "$fromdir/" "$todir/" \ 33 diff $diffopt "$fromdir/$fn" "$todir/$fn" || test_fail "copy of $fn failed" 42 --backup --backup-dir='$bakdir' '$fromdir/' '$todir/'" "$fromdir" "$todir" \ 51 checkit "$RSYNC -ai --info=backup --del '$fromdir/' '$chkdir/'" "$fromdir" "$chkdir" 55 … --inplace --no-whole-file --backup --backup-dir='$bakdir' '$fromdir/' '$todir/'" "$fromdir" "$tod… [all …]
|
H A D | devices.test | 102 mkdir "$fromdir" 104 mknod "$fromdir/char" c 41 67 || test_skipped "Can't create char device node" 111 ln "$fromdir/block3" "$fromdir/block3.5" 115 mkfifo "$fromdir/fifo" || mknod "$fromdir/fifo" p || test_skipped "Can't run mkfifo" 117 touch -r "$fromdir/block" "$fromdir/block" "$fromdir/block2" 119 $RSYNC -ai "$fromdir/block" "$todir/block2" \ 126 $RSYNC -ai "$fromdir/block2" "$todir/block" \ 135 $RSYNC -Di "$fromdir/block3" "$todir/block" \ 142 $RSYNC -aiHvv "$fromdir/" "$todir/" \ 164 ( cd "$fromdir" && rsync_ls_lR . ) > "$tmpdir/ls-from" [all …]
|
H A D | itemize.test | 18 makepath "$fromdir/foo" 19 makepath "$fromdir/bar/baz" 23 chmod 600 "$fromdir"/foo/config? "$fromdir/bar/baz/rsync" 25 ln -s ../bar/baz/rsync "$fromdir/foo/sym" 27 ln "$fromdir/foo/config1" "$fromdir/foo/extra" 51 $RSYNC -iplr "$fromdir/" "$todir/" \ 70 chmod 601 "$fromdir/foo/config2" 71 $RSYNC -iplrH "$fromdir/" "$todir/" \ 88 chmod 600 "$fromdir/foo/config2" 91 $RSYNC -iplrtc "$fromdir/" "$todir/" \ [all …]
|
H A D | executability.test | 11 mkdir "$fromdir" 12 cat <<EOF >"$fromdir/1" 16 cat <<EOF >"$fromdir/2" 21 chmod 1700 "$fromdir/1" || test_skipped "Can't chmod" 22 chmod 600 "$fromdir/2" 24 $RSYNC -rvv "$fromdir/" "$todir/" 30 chmod 600 "$fromdir/1" 31 chmod 601 "$fromdir/2" 34 $RSYNC -rvv "$fromdir/" "$todir/" 40 $RSYNC -rvvE "$fromdir/" "$todir/"
|
H A D | crtimes.test | 12 mkdir "$fromdir" 13 echo hiho "$fromdir/foo" 15 touch -t 200101011111.11 "$fromdir" 16 touch -t 200202022222.22 "$fromdir" 18 touch -t 200111111111.11 "$fromdir/foo" 19 touch -t 200212122222.22 "$fromdir/foo" 23 checkit "$RSYNC -rtgvvv --crtimes \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"
|
H A D | xattrs.test | 77 echo now >"$fromdir/file0" 78 echo something >"$fromdir/file1" 79 echo else >"$fromdir/file2" 80 echo deep >"$fromdir/foo/file3" 81 echo normal >"$fromdir/file4" 93 cd "$fromdir" 151 cd "$fromdir" 167 cd "$fromdir" 200 cd "$fromdir" 209 cd "$fromdir" [all …]
|
H A D | compare-dest.test | 20 $RSYNC -av --include=text --include='*/' --exclude='*' "$fromdir/" "$alt1dir/" 21 $RSYNC -av --include=etc-ltr-list --include='*/' --exclude='*' "$fromdir/" "$alt2dir/" 24 touch "$fromdir/dir/text" 26 $RSYNC -av --exclude=/text --exclude=etc-ltr-list "$fromdir/" "$chkdir/" 31 '$fromdir/' '$todir/'" "$chkdir" "$todir" 34 '$fromdir/' '$todir/'" "$fromdir" "$todir"
|
H A D | relative.test | 10 deepdir="$fromdir/$deepstr" 11 extradir="$fromdir/extra" 14 fromdir="$deepdir" 16 fromdir="$tmpdir/from" 21 $RSYNC -av --existing --include='*/' --exclude='*' "$fromdir/" "$extradir/" 25 cd "$fromdir" 29 $RSYNC -ai --include=/down/ --exclude='/*' "$fromdir/" "$chkdir/"
|
/dports/net-mgmt/net-snmp/net-snmp-5.9/local/minimalist/ |
H A D | removeifdefcode.pl | 47 my $fromdir = $ARGV[0]; 50 if ( !(-e $fromdir) ) { 53 if ( !(-d $fromdir) ) { 82 if ( ((-d $fromdir) && !(-d $todir)) || 83 (!(-d $fromdir) && (-d $todir)) ) { 88 if (-d $fromdir) { 95 if (-d $fromdir) { 96 parsedirectory($fromdir, $todir); 99 parsefile($fromdir, $todir); 314 if ( !( -e "$fromdir/include/$fname" ) ) { [all …]
|
/dports/www/firefox-esr/firefox-91.8.0/security/nss/coreconf/ |
H A D | coreconf.pl | 6 local($fromdir); 9 $fromdir = shift; 12 print STDERR "recursive copy called with $fromdir, $todir\n"; 15 $fromdir =~ s/\/$//; 18 opendir(DIR, $fromdir); 26 if (-d "$fromdir/$file") { 29 &recursive_copy("$fromdir/$file","$todir/$file"); 32 print STDERR "handling file $fromdir/$file\n"; 33 &my_copy("$fromdir/$file","$todir/$file");
|
/dports/security/nss/nss-3.76.1/nss/coreconf/ |
H A D | coreconf.pl | 6 local($fromdir); 9 $fromdir = shift; 12 print STDERR "recursive copy called with $fromdir, $todir\n"; 15 $fromdir =~ s/\/$//; 18 opendir(DIR, $fromdir); 26 if (-d "$fromdir/$file") { 29 &recursive_copy("$fromdir/$file","$todir/$file"); 32 print STDERR "handling file $fromdir/$file\n"; 33 &my_copy("$fromdir/$file","$todir/$file");
|
/dports/www/firefox/firefox-99.0/security/nss/coreconf/ |
H A D | coreconf.pl | 6 local($fromdir); 9 $fromdir = shift; 12 print STDERR "recursive copy called with $fromdir, $todir\n"; 15 $fromdir =~ s/\/$//; 18 opendir(DIR, $fromdir); 26 if (-d "$fromdir/$file") { 29 &recursive_copy("$fromdir/$file","$todir/$file"); 32 print STDERR "handling file $fromdir/$file\n"; 33 &my_copy("$fromdir/$file","$todir/$file");
|
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/coreconf/ |
H A D | coreconf.pl | 6 local($fromdir); 9 $fromdir = shift; 12 print STDERR "recursive copy called with $fromdir, $todir\n"; 15 $fromdir =~ s/\/$//; 18 opendir(DIR, $fromdir); 26 if (-d "$fromdir/$file") { 29 &recursive_copy("$fromdir/$file","$todir/$file"); 32 print STDERR "handling file $fromdir/$file\n"; 33 &my_copy("$fromdir/$file","$todir/$file");
|
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/coreconf/ |
H A D | coreconf.pl | 6 local($fromdir); 9 $fromdir = shift; 12 print STDERR "recursive copy called with $fromdir, $todir\n"; 15 $fromdir =~ s/\/$//; 18 opendir(DIR, $fromdir); 26 if (-d "$fromdir/$file") { 29 &recursive_copy("$fromdir/$file","$todir/$file"); 32 print STDERR "handling file $fromdir/$file\n"; 33 &my_copy("$fromdir/$file","$todir/$file");
|
/dports/security/ca_root_nss/nss-3.71/nss/coreconf/ |
H A D | coreconf.pl | 6 local($fromdir); 9 $fromdir = shift; 12 print STDERR "recursive copy called with $fromdir, $todir\n"; 15 $fromdir =~ s/\/$//; 18 opendir(DIR, $fromdir); 26 if (-d "$fromdir/$file") { 29 &recursive_copy("$fromdir/$file","$todir/$file"); 32 print STDERR "handling file $fromdir/$file\n"; 33 &my_copy("$fromdir/$file","$todir/$file");
|
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/coreconf/ |
H A D | coreconf.pl | 6 local($fromdir); 9 $fromdir = shift; 12 print STDERR "recursive copy called with $fromdir, $todir\n"; 15 $fromdir =~ s/\/$//; 18 opendir(DIR, $fromdir); 26 if (-d "$fromdir/$file") { 29 &recursive_copy("$fromdir/$file","$todir/$file"); 32 print STDERR "handling file $fromdir/$file\n"; 33 &my_copy("$fromdir/$file","$todir/$file");
|
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/coreconf/ |
H A D | coreconf.pl | 6 local($fromdir); 9 $fromdir = shift; 12 print STDERR "recursive copy called with $fromdir, $todir\n"; 15 $fromdir =~ s/\/$//; 18 opendir(DIR, $fromdir); 26 if (-d "$fromdir/$file") { 29 &recursive_copy("$fromdir/$file","$todir/$file"); 32 print STDERR "handling file $fromdir/$file\n"; 33 &my_copy("$fromdir/$file","$todir/$file");
|
/dports/mail/thunderbird/thunderbird-91.8.0/tools/update-packaging/test/ |
H A D | diffmar.sh | 8 fromdir="$workdir/0" 24 mkdir -p "$fromdir" 27 cp "$1" "$fromdir" 30 cd "$fromdir" 45 echo "diffing $fromdir and $todir" 48 diff -ru "$fromdir" "$todir"
|
/dports/www/firefox/firefox-99.0/tools/update-packaging/test/ |
H A D | diffmar.sh | 8 fromdir="$workdir/0" 24 mkdir -p "$fromdir" 27 cp "$1" "$fromdir" 30 cd "$fromdir" 45 echo "diffing $fromdir and $todir" 48 diff -ru "$fromdir" "$todir"
|