Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2004 12:31:16 -0800 (PST)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net/isc-dhcp3-client pkg-message ports/net/isc-dhcp3-devel pkg-plist ports/net/isc-dhcp3-relay pkg-message pkg-plist ports/net/isc-dhcp3-server Makefile pkg-message pkg-plist isc-dhcrelay.sh.sample ...
Message-ID:  <200403162031.i2GKVGBY032863@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2004/03/16 12:31:16 PST

  FreeBSD ports repository

  Modified files:
    net/isc-dhcp3-client pkg-message 
    net/isc-dhcp3-devel  pkg-plist 
    net/isc-dhcp3-relay  pkg-message pkg-plist 
    net/isc-dhcp3-server Makefile pkg-message pkg-plist 
    net/isc-dhcp3-server/files isc-dhcpd.sh.sample 
                               isc-dhcrelay.sh.sample 
                               patch-freebsd patch-site.conf 
  Added files:
    net/isc-dhcp3-server/files patch-client::clparse.c 
                               patch-client::dhclient.8 
                               patch-client::dhclient.c 
                               patch-client::dhclient.conf 
                               patch-common::dhcp-options.5 
                               patch-common::discover.c 
                               patch-common::dispatch.c 
                               patch-common::parse.c 
                               patch-dst::Makefile.dist 
                               patch-includes::cf::freebsd.h 
                               patch-includes::dhcpd.h 
  Removed files:
    net/isc-dhcp3-server/files rc.isc-dhcpd.conf.sample 
                               rc.isc-dhcrelay.conf.sample 
  Log:
  Mega-update from maintainer:
  
   isc-dhcp3-client/pkg-message
          updated
  
   isc-dhcp3-devel/pkg-plist
          updated from PR#61620
  
   isc-dhcp3-relay/pkg-message
          rewritten to reflect rcNG change
   isc-dhcp3-relay/pkg-plist
          etc/rc.isc-dhcrelay.conf deleted
          etc/rc.d/isc-dhcrelay.sh.sample renamed to etc/rc.d/isc-dhcrelay.sh
  
   isc-dhcp3-server/Makefile
          PORTREVISION bumped
          USE_RC_SUBR added
          *_SUB added
          pre-everything added (WITHOUT_INTERFACE_POLLING cond added)
          patch-scripts and patch-pkgmessage (! -devel cond) updated
          patch-site-conf and patch-rc-scripts added
          install-startup-files now install etc/rc.d/isc-dhcpd.sh
           instead of etc/rc.d/isc-dhcpd.sh.sample
          display-message updated (! -devel cond)
   isc-dhcp3-server/pkg-message
          rewritten to reflect rcNG change
   isc-dhcp3-server/pkg-plist
          etc/rc.isc-dhcpd.conf deleted
          etc/rc.d/isc-dhcpd.sh.sample renamed to etc/rc.d/isc-dhcpd.sh
   isc-dhcp3-server/files/isc-dhcpd.sh.sample
   isc-dhcp3-server/files/isc-dhcrelay.sh.sample
          both converted to rcNG
   isc-dhcp3-server/files/patch-freebsd
          synced w/ -current
   isc-dhcp3-server/files/patch-site.conf
          CLIENT_PATH added
          CFLAGS synced w/ -current
   isc-dhcp3-server/patch-client::clparse.c
   isc-dhcp3-server/patch-client::dhclient.8
          new files synced w/ -current
   isc-dhcp3-server/patch-client::dhclient.c
          new file synced w/ -current (-DENABLE_POLLING_MODE)
   isc-dhcp3-server/patch-client::dhclient.conf
          new file
   isc-dhcp3-server/patch-common::dhcp-options.5
          new file synced w/ -current
   isc-dhcp3-server/patch-common::discover.c
          new file from PR#61011
   isc-dhcp3-server/patch-common::dispatch.c
          new file synced w/ -current (-DENABLE_POLLING_MODE)
   isc-dhcp3-server/files/patch-common::parse.c
          fix time_t issues on little-endian 64-bit platforms
   isc-dhcp3-server/patch-dst::Makefile.dist
          new file from PR#61620
   isc-dhcp3-server/patch-includes::cf::freebsd.h
          new file synced w/ -current (-DRESCUE unused right now)
   isc-dhcp3-server/patch-includes::dhcpd.h
          new file synced w/ -current (-DENABLE_POLLING_MODE)
   isc-dhcp3-server/files/rc.isc-dhcpd.conf.sample
   isc-dhcp3-server/files/rc.isc-dhcrelay.conf.sample
          deleted files
  
  PR:             57943, 61011, 61620
  Submitted by:   sec@42.org, andy@fud.org.nz, kaa@in-line.ru, des, ru
  
  Revision  Changes    Path
  1.3       +6 -3      ports/net/isc-dhcp3-client/pkg-message
  1.3       +2 -1      ports/net/isc-dhcp3-devel/pkg-plist
  1.3       +13 -7     ports/net/isc-dhcp3-relay/pkg-message
  1.3       +2 -6      ports/net/isc-dhcp3-relay/pkg-plist
  1.91      +38 -13    ports/net/isc-dhcp3-server/Makefile
  1.5       +41 -71    ports/net/isc-dhcp3-server/files/isc-dhcpd.sh.sample
  1.2       +44 -64    ports/net/isc-dhcp3-server/files/isc-dhcrelay.sh.sample
  1.1       +11 -0     ports/net/isc-dhcp3-server/files/patch-client::clparse.c (new)
  1.1       +83 -0     ports/net/isc-dhcp3-server/files/patch-client::dhclient.8 (new)
  1.1       +545 -0    ports/net/isc-dhcp3-server/files/patch-client::dhclient.c (new)
  1.1       +11 -0     ports/net/isc-dhcp3-server/files/patch-client::dhclient.conf (new)
  1.1       +32 -0     ports/net/isc-dhcp3-server/files/patch-common::dhcp-options.5 (new)
  1.1       +238 -0    ports/net/isc-dhcp3-server/files/patch-common::discover.c (new)
  1.1       +29 -0     ports/net/isc-dhcp3-server/files/patch-common::dispatch.c (new)
  1.1       +22 -0     ports/net/isc-dhcp3-server/files/patch-common::parse.c (new)
  1.1       +29 -0     ports/net/isc-dhcp3-server/files/patch-dst::Makefile.dist (new)
  1.9       +41 -4     ports/net/isc-dhcp3-server/files/patch-freebsd
  1.1       +53 -0     ports/net/isc-dhcp3-server/files/patch-includes::cf::freebsd.h (new)
  1.1       +56 -0     ports/net/isc-dhcp3-server/files/patch-includes::dhcpd.h (new)
  1.9       +6 -2      ports/net/isc-dhcp3-server/files/patch-site.conf
  1.2       +0 -7      ports/net/isc-dhcp3-server/files/rc.isc-dhcpd.conf.sample (dead)
  1.2       +0 -8      ports/net/isc-dhcp3-server/files/rc.isc-dhcrelay.conf.sample (dead)
  1.4       +14 -6     ports/net/isc-dhcp3-server/pkg-message
  1.27      +2 -6      ports/net/isc-dhcp3-server/pkg-plist



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