[BACK]Return to rdist.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / rdist

Diff for /src/usr.bin/rdist/rdist.1 between version 1.16 and 1.17

version 1.16, 2003/04/25 14:53:03 version 1.17, 2003/05/14 01:34:35
Line 330 
Line 330 
 This behavior is generally considered a bug in the original version of  This behavior is generally considered a bug in the original version of
 .Nm rdist ,  .Nm rdist ,
 but is present to allow compatibility with older versions.  but is present to allow compatibility with older versions.
   .It Sy defgroup[=groupname]
   If the group of a file to be transferred does not exist on the destination
   host, use the specified group instead.
   If groupname is not specified, the
   .Em bin
   group is used.
   .It Sy defowner[=owner]
   If the owner of a file to be transferred does not exist on the destination
   host, use the specified owner instead.
   If owner is not specified, the user
   .Em bin
   is used.
   .It Sy updateperm
   Do not send the whole file when the size and the modification time match.
   Instead, just update the ownership, group, and permissions as necessary.
 .It Sy quiet  .It Sy quiet
 Quiet mode.  Quiet mode.
 Files that are being modified are normally printed on standard output.  Files that are being modified are normally printed on standard output.
Line 368 
Line 383 
 .Pa file  .Pa file
 to  to
 .Pa file.OLD .  .Pa file.OLD .
   .It Sy history
   When
   .Sy savetargets
   and
   .Sy history
   are both defined then the target file that is updated is first renamed from
   .Pa file
   to
   .Pa file.NNN
   where NNN increases for each generation update.
   The first generation is 001, and the last is 999.
   After 999 generations, the counter is reset to 001 and 001 will get
   overwritten all the time.
   This is undesirable behavior, so some other method needs to be devised
   to clean up or limit the number of generations.
 .It Sy sparse  .It Sy sparse
 Enable checking for sparse (aka  Enable checking for sparse (aka
 .Dq wholely )  .Dq wholely )
Line 809 
Line 839 
 .Nm  .Nm
 will report missing links.  will report missing links.
 Only one instance of a link should be listed in each target.  Only one instance of a link should be listed in each target.
   .Pp
   The
   .Sy defowner,
   .Sy defgroup,
   and
   .Sy updateperm
   options are extensions to the 6.1.0 protocol and will not work with earlier
   versions of rdist 6.

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17