Changes between Version 2 and Version 3 of Ticket #2329, comment 35


Ignore:
Timestamp:
2015-02-19T17:48:55Z (11 years ago)
Author:
warner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2329, comment 35

    v2 v3  
    22
    33=||= command =||= FILECAP (J1) =||= DIRCAP/file (I1) =||=  =||= PARENTCAP/dir (F1) =||= DIRCAP (G1) =||= DIRCAP_ALIAS: (H1) =||=
    4 || cp            || -       || local/file  ||   || ERROR-4b       || -           || -             ||
    5 || cp -r         || -       || local/file  ||   || local/dir/file || -           || -             ||
    6 || cp -R         || -       || local/file  ||   || local/dir/file || -           || -             ||
     4|| /bin/cp            || -       || local/file  ||   || ERROR-4b       || -           || -             ||
     5|| /bin/cp -r         || -       || local/file  ||   || local/dir/file || -           || -             ||
     6|| /bin/cp -R         || -       || local/file  ||   || local/dir/file || -           || -             ||
    77|| 1.10          || ERROR-2 || local/file  ||   || local/file     || ERROR-4     || ERROR-4       ||
    88|| 1.10 -r       || ERROR-2 || local/file  ||   || local/file     || local/file  || local/file    ||
     
    1616
    1717=||= command =||= FILECAP (J2) =||= DIRCAP/file (I2) =||=  =||= PARENTCAP/dir (F2) =||= DIRCAP (G2) =||= DIRCAP_ALIAS: (H2) =||=
    18 || cp            || -             || local/missing      ||   || ERROR-4b               || -                  || -                  ||
    19 || cp -r         || -             || local/missing      ||   || local/missing/file     || -                  || -                  ||
    20 || cp -R         || -             || local/missing      ||   || local/missing/file     || -                  || -                  ||
     18|| /bin/cp            || -             || local/missing      ||   || ERROR-4b               || -                  || -                  ||
     19|| /bin/cp -r         || -             || local/missing      ||   || local/missing/file     || -                  || -                  ||
     20|| /bin/cp -R         || -             || local/missing      ||   || local/missing/file     || -                  || -                  ||
    2121|| 1.10          || local/missing || local/missing      ||   || ERROR-4                || ERROR-4            || ERROR-4            ||
    2222|| 1.10 -r       || EXCEPTION-3   || local/missing/file ||   || local/missing/file     || local/missing/file || local/missing/file ||