cvs commit: src src/etc

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Nov 12 01:10:56 PST 2004


dillon      2004/11/12 01:10:01 PST

DragonFly src repository

  Modified files:
    .                    Makefile Makefile.inc1 
    etc                  Makefile 
  Log:
  Add a 'preupgrade' target which creates any missing users and groups
  (relative to FreeBSD-4) that are required before installworld can be
  run.
  
  Adjust the installworld prechecks to bail if required users or groups
  do not exist, with a message pointing to the new preupgrade target.
  
  The 'make upgrade' target will automatically run the preupgrade target.
  
  Required users: smmsp, _pflogd, _ntp.
  Required groups: smmsp, authpf, _pflogd, _ntp
  
  Devon noted that the 'pw' program seems to do what we need here.
  
  Revision  Changes    Path
  1.9       +7 -0      src/Makefile
  1.47      +8 -16     src/Makefile.inc1
  1.31      +22 -1     src/etc/Makefile


http://www.dragonflybsd.org/cvsweb/src/Makefile.diff?r1=1.8&r2=1.9&f=u
http://www.dragonflybsd.org/cvsweb/src/Makefile.inc1.diff?r1=1.46&r2=1.47&f=u
http://www.dragonflybsd.org/cvsweb/src/etc/Makefile.diff?r1=1.30&r2=1.31&f=u





More information about the Commits mailing list