From nobody@FreeBSD.ORG Wed Mar 31 07:41:58 1999
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id EAB3815652; Wed, 31 Mar 1999 07:41:57 -0800 (PST)
Message-Id: <19990331154157.EAB3815652@hub.freebsd.org>
Date: Wed, 31 Mar 1999 07:41:57 -0800 (PST)
From: dima@server.ru
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: bug in /usr/src/sbin/dhclient/Makefile
X-Send-Pr-Version: www-1.0

>Number:         10891
>Category:       bin
>Synopsis:       bug in /usr/src/sbin/dhclient/Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    obrien
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 31 07:50:01 PST 1999
>Closed-Date:    Fri Apr 9 11:20:38 PDT 1999
>Last-Modified:  Fri Apr  9 11:20:54 PDT 1999
>Originator:     Dmitry Kazarov
>Release:        3.1-stable
>Organization:
Server Inc
>Environment:
>Description:
${DESTDIR} is missing in target directory of ${INSTALL} command it the beforeinstall target that alwais installs dhclient-script to /sbin even if DESTDIR is different
>How-To-Repeat:

>Fix:
cd /usr/src/sbin/dhclient
diff Makefile.old Makefile
20c20
<    ${DIST_DIR}/client/scripts/freebsd ${BINDIR}/dhclient-script
---
>    ${DIST_DIR}/client/scripts/freebsd ${DESTDIR}${BINDIR}/dhclient-script

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->obrien 
Responsible-Changed-By: billf 
Responsible-Changed-When: Wed Mar 31 12:08:16 PST 1999 
Responsible-Changed-Why:  
David imported this. 
State-Changed-From-To: open->closed 
State-Changed-By: obrien 
State-Changed-When: Fri Apr 9 11:20:38 PDT 1999 
State-Changed-Why:  
bde beat me to the fix. 
>Unformatted:
