Ticket #11445: portfile.7.diff

File portfile.7.diff, 922 bytes (added by markd@…, 17 years ago)
  • portfile.7

    old new  
    14501450.Nm xinstall
    14511451to also preserve Extended Attributes (i.e. Access Control Lists). See
    14521452.Xr file n .
     1453.It Ic copy
     1454An alternative to "file -copy".
     1455.It Ic move
     1456An alternative to "file -rename".
    14531457.It Ic delete
    1454 MacPorts 1.3 and onwards extension to properly handle file deletion on Panther systems for which a standard
    1455 "file -delete" call may fail. To be used in place of the latter in all cases where directories (and not just
    1456 files) are being deleted.
     1458An alternative to "file -delete". It is required on OS X 10.3 and earlier to delete directories because
     1459of an ananomaly in 10.3's version of Tcl that makes "file -delete" fail.
     1460.It Ic touch
     1461Mimics the BSD touch command.
     1462.It Ic ln
     1463.br
     1464Mimics the BSD ln command.
    14571465.It Ic system Ar commandline
    14581466Execute a program. See
    14591467.Xr system 3 .