Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jul 1998 01:10:34 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/config mkmakefile.c mkoptions.c
Message-ID:  <199807120810.BAA06783@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/07/12 01:10:34 PDT

  Modified files:
    usr.sbin/config      mkmakefile.c mkoptions.c 
  Log:
  Convert the maxusers directive to a normal MAXUSERS option (normally
  define MAXUSERS in opt_param.h as directed in /sys/conf/options;
  if it's not mentioned there, then define it in IDENT; never define
  it in PARAM).  MAXUSERS probably should be a completely normal option.
  
  Don't define PARAM now that it is empty.
  
  Cleaned up similar conversion of cpu directives to XXX_CPU options.
  
  Revision  Changes    Path
  1.32      +1 -41     src/usr.sbin/config/mkmakefile.c
  1.8       +50 -8     src/usr.sbin/config/mkoptions.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807120810.BAA06783>