Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jun 2003 03:31:18 -0700 (PDT)
From:      Mike Makonnen <mtm@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc rc.subr src/etc/defaults rc.conf src/etc/rc.d dhclient src/share/man/man5 rc.conf.5
Message-ID:  <200306071031.h57AVIk6029919@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mtm         2003/06/07 03:31:18 PDT

  FreeBSD src repository

  Modified files:
    etc                  rc.subr 
    etc/defaults         rc.conf 
    etc/rc.d             dhclient 
    share/man/man5       rc.conf.5 
  Log:
  The dhcp_program and dhcp_flags variables have to be renamed to
  take advantage of the rc.subr(8) glue. They are renamed dhclient_program
  and dhclient_flags.
          o Rename them in rc.conf(5)
          o Rename them in /etc/defaults/rc.conf
          o Add the deprecated variables to /etc/rc.subr
          o Isolate the use  of the 'command' variable to the
            NetBSD specific parts in /etc/rc.d/dhclient.
          o Now that dhcp_flags has also been renamed it will
            be applied properly by rc.subr(8) glue code.
  
  Reported by:    John Nielsen <john@jnielsen.net>
  
  Revision  Changes    Path
  1.178     +2 -2      src/etc/defaults/rc.conf
  1.5       +2 -2      src/etc/rc.d/dhclient
  1.12      +2 -0      src/etc/rc.subr
  1.191     +2 -2      src/share/man/man5/rc.conf.5



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