From owner-cvs-ports Fri May 30 11:40:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA01359 for cvs-ports-outgoing; Fri, 30 May 1997 11:40:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA01264; Fri, 30 May 1997 11:38:26 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA13111; Fri, 30 May 1997 11:38:11 -0700 (PDT) Date: Fri, 30 May 1997 11:38:11 -0700 (PDT) Message-Id: <199705301838.LAA13111@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/wide-dhcp Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 1997/05/30 11:38:11 PDT Modified files: net/wide-dhcp Makefile Log: Part 5/6 of the update: Remove dhcpdb.bind file if changed dhcpdb.pool file. If dhcpdb.pool file is changed and dhcpdb.bind file is not matched to new pool file, dhcp server(dhcps) can not run with some errors like this. * dhcps in free(): warning: modified (chunk-) pointer. * dhcps[25591]: hash_ins() with client identifier failed in read_bind_db() I fixed start-up script to remove dhcpdb.bind file when dhcpdb.pool file is newer than dhcpdb.bind. Install intro.dhcp.jis file into ${PREFIX}/share/dhcp dirctory. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp Revision Changes Path 1.9 +10 -2 ports/net/wide-dhcp/Makefile