DragonFly BSD
DragonFly commits List (threaded) for 2004-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/usr.bin/xinstall


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 23 Sep 2004 12:13:51 -0700 (PDT)

dillon      2004/09/23 12:13:51 PDT

DragonFly src repository

  Modified files:
    usr.bin/xinstall     install.1 xinstall.c 
  Log:
  Add the -L and -l options to install.  -L allows an alternative /etc directory
  path to be specified and causes install to search LOPT/group and
  LOPT/master.passwd for group and user names.  If the -l option is also
  specified, install will fallback to system files if the group or user name
  cannot be found in the alternative /etc directory.
  
  This is intended to allow us to ensure that the correct uid's and gid's are
  used in a release build and to allow new uid's and gid's to be used during
  an installworld before they have necessarily been added to the system
  password and group files.
  
  Revision  Changes    Path
  1.3       +17 -4     src/usr.bin/xinstall/install.1
  1.5       +105 -10   src/usr.bin/xinstall/xinstall.c


http://www.dragonflybsd.org/cvsweb/src/usr.bin/xinstall/install.1.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/xinstall/xinstall.c.diff?r1=1.4&r2=1.5&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]