cvs commit: src/usr.bin/xinstall xinstall.c

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Nov 10 17:52:35 PST 2008


dillon      2008/11/10 17:51:24 PST

DragonFly src repository

  Modified files:
    usr.bin/xinstall     xinstall.c 
  Log:
  Fix flags handling for the install program.  Properly set and clear flags
  as requested on the command line, retaining any unspecified flags on the
  source when creating the target.
  
  The dump and history flags are special-cased.  The dump flag is not set
  unless explicitly specified (as per previous behavior), and the user-history
  flag is not transfered to the target and is left as the system desired
  when the target was created.
  
  Revision  Changes    Path
  1.6       +22 -8     src/usr.bin/xinstall/xinstall.c


http://www.dragonflybsd.org/cvsweb/src/usr.bin/xinstall/xinstall.c.diff?r1=1.5&r2=1.6&f=u





More information about the Commits mailing list