From leres@ee.lbl.gov  Mon Apr 17 08:07:40 2006
Return-Path: <leres@ee.lbl.gov>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6496316A401
	for <bug-followup@FreeBSD.org>; Mon, 17 Apr 2006 08:07:40 +0000 (UTC)
	(envelope-from leres@ee.lbl.gov)
Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [131.243.1.81])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 22CF543D49
	for <bug-followup@FreeBSD.org>; Mon, 17 Apr 2006 08:07:40 +0000 (GMT)
	(envelope-from leres@ee.lbl.gov)
Received: from fun.ee.lbl.gov (localhost [127.0.0.1])
	by fun.ee.lbl.gov (8.13.6/8.13.6) with ESMTP id k3H87d5M020417;
	Mon, 17 Apr 2006 01:07:39 -0700 (PDT)
Received: from fun.ee.lbl.gov (leres@localhost)
	by fun.ee.lbl.gov (8.13.6/8.13.6/Submit) with ESMTP id k3H87dsG020414;
	Mon, 17 Apr 2006 01:07:39 -0700 (PDT)
Message-Id: <200604170807.k3H87dsG020414@fun.ee.lbl.gov>
Date: Mon, 17 Apr 2006 01:07:39 -0700
From: leres@xse.com (Craig Leres)
To: bug-followup@FreeBSD.org
Cc: neuhauser@sigpipe.cz
Subject: Re: [PATCH] /etc/rc.d/dhclient doesn't interact well with the ports isc dhcp client 

>Number:         95911
>Category:       conf
>Synopsis:       Re: [PATCH] /etc/rc.d/dhclient doesn't interact well with the ports isc dhcp client
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 17 08:10:17 GMT 2006
>Closed-Date:    Mon Apr 17 08:33:38 GMT 2006
>Last-Modified:  Mon Apr 17 08:33:38 GMT 2006
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 ------- =_aaaaaaaaaa0
 Content-Type: text/plain; charset="us-ascii"
 Content-ID: <20403.1145261088.1@fun.ee.lbl.gov>
 
 Let me see if I can get mh to mime that patch a better way...
 
 		Craig
 
 ------- =_aaaaaaaaaa0
 Content-Type: application/text; name="patchbase-Makefile.in"; charset="us-ascii"
 Content-ID: <20403.1145261088.2@fun.ee.lbl.gov>
 Content-Transfer-Encoding: quoted-printable
 
 --- Makefile.in.orig	Sun Apr 16 17:17:57 2006
 +++ Makefile.in	Sun Apr 16 17:18:08 2006
 @@ -97,22 +97,18 @@
  =
 
  CLEANFILES =3D $(OBJ) libpcap.a $(GENSRC) $(GENHDR) lex.yy.c
  =
 
 -all: libpcap.a
 +all: libpcap.a libpcap.so.2
  =
 
  libpcap.a: $(OBJ)
  	@rm -f $@
  	ar rc $@ $(OBJ) $(LIBS)
  	$(RANLIB) $@
  =
 
 -shared: libpcap.$(DYEXT)
 +#shared: libpcap.$(DYEXT)
  =
 
 -#
 -# XXX - this works with GNU ld, but won't necessarily work with native
 -# ld on, for example, various SVR4-flavored platforms, or Digital UNIX.
 -#
 -libpcap.so: $(OBJ)
 +libpcap.so.2: $(OBJ)
  	@rm -f $@
 -	ld -shared -o $@.`cat VERSION` $(OBJ)
 +	$(CC) -shared -Wl,-x  -o libpcap.so.2 -Wl,-soname,libpcap.so.2  `lorder =
 *.o | tsort -q`
  =
 
  # the following rule succeeds, but the result is untested.
  libpcap.dylib: $(OBJ)
 @@ -173,6 +169,8 @@
  install: libpcap.a =
 
  	[ -d $(DESTDIR)$(libdir) ] || \
  	    (mkdir -p $(DESTDIR)$(libdir); chmod 755 $(DESTDIR)$(libdir))
 +	$(INSTALL_DATA) libpcap.so.2 $(DESTDIR)$(libdir)/libpcap.so.2
 +	ln -fs $(DESTDIR)$(libdir)/libpcap.so.2 $(DESTDIR)$(libdir)/libpcap.so
  	$(INSTALL_DATA) libpcap.a $(DESTDIR)$(libdir)/libpcap.a
  	$(RANLIB) $(DESTDIR)$(libdir)/libpcap.a
  	[ -d $(DESTDIR)$(includedir) ] || \
 
 ------- =_aaaaaaaaaa0--
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Mon Apr 17 08:32:12 UTC 2006 
State-Changed-Why:  
Misfiled followup to conf/95905; content migrated. 

Note to submitter: it probably won't help, since you sent this using 
quoted-printable, which generally messes up patches. 


Responsible-Changed-From-To: gnats-admin->freebsd-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Apr 17 08:32:12 UTC 2006 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=95911 
>Unformatted:
