Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 1998 12:00:42 +0300 (EEST)
From:      Ruslan Ermilov <ru@ucb.crimea.ua>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6632: isc-dhcp2 port installs not stripped files
Message-ID:  <199805140900.MAA04830@relay.ucb.crimea.ua>

next in thread | raw e-mail | index | archive | help

>Number:         6632
>Category:       ports
>Synopsis:       isc-dhcp2 port installs not stripped files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 14 02:00:01 PDT 1998
>Last-Modified:
>Originator:     Ruslan Ermilov
>Organization:
United Commercial Bank
>Release:        FreeBSD 2.2.6-STABLE i386
>Environment:

	The current port of isc-dhcp2.

>Description:

	isc-dhcp2 port installs not stripped files.

>How-To-Repeat:

	Build & install the port.

>Fix:

	Apply the following patch.

Index: Makefile
===================================================================
RCS file: /usr/FreeBSD-CVS/ports/net/isc-dhcp2/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	1997/12/09 03:40:33	1.16
+++ Makefile	1998/05/14 08:48:43
@@ -24,5 +24,10 @@
 
 post-install:
 	${TOUCH} /var/db/dhcpd.leases
+.for file in dhclient dhcpd dhcrelay
+	if [ -f ${PREFIX}/sbin/${file} ]; then \
+		strip ${PREFIX}/sbin/${file}; \
+	fi
+.endfor
 
 .include <bsd.port.mk>
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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