cvs commit: src/etc rc.subr src/etc/defaults rc.conf src/etc/rc.d dhclient src/share/man/man5 rc.conf.5

Mike Makonnen mtm at FreeBSD.org
Sat Jun 7 03:31:19 PDT 2003


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 at 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


More information about the cvs-src mailing list