Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Feb 2010 21:30:08 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/138945: commit references a PR
Message-ID:  <201002082130.o18LU8CN026172@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/138945; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/138945: commit references a PR
Date: Mon,  8 Feb 2010 21:29:45 +0000 (UTC)

 Author: brucec
 Date: Mon Feb  8 21:29:34 2010
 New Revision: 203690
 URL: http://svn.freebsd.org/changeset/base/203690
 
 Log:
   Xorg isn't treated as a distribution, so /usr/X11R6/lib shouldn't be configured when running ldconfig.
   
   PR:		bin/138945
   Approved by:	rrs (mentor)
   MFC after:	3 days
 
 Modified:
   head/usr.sbin/sysinstall/package.c
 
 Modified: head/usr.sbin/sysinstall/package.c
 ==============================================================================
 --- head/usr.sbin/sysinstall/package.c	Mon Feb  8 21:24:12 2010	(r203689)
 +++ head/usr.sbin/sysinstall/package.c	Mon Feb  8 21:29:34 2010	(r203690)
 @@ -139,7 +139,7 @@ package_extract(Device *dev, char *name,
  
      /* If necessary, initialize the ldconfig hints */
      if (!file_readable("/var/run/ld-elf.so.hints"))
 -	vsystem("ldconfig /usr/lib /usr/lib/compat /usr/local/lib /usr/X11R6/lib");
 +	vsystem("ldconfig /usr/lib /usr/lib/compat /usr/local/lib");
  
      /* Be initially optimistic */
      ret = DITEM_SUCCESS;
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



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