Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2009 06:10:02 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/135417: commit references a PR
Message-ID:  <200906140610.n5E6A1ef062983@freefall.freebsd.org>

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/135417: commit references a PR
Date: Sun, 14 Jun 2009 06:09:43 +0000 (UTC)

 Author: brian
 Date: Sun Jun 14 06:09:33 2009
 New Revision: 194158
 URL: http://svn.freebsd.org/changeset/base/194158
 
 Log:
   Don't set $PATH - if the caller doesn't have /bin and /usr/bin in their
   PATH then they can expect things to break.
   
   PR:		135417
   MFC after:	3 weeks
 
 Modified:
   head/gnu/usr.bin/man/apropos/apropos.sh
 
 Modified: head/gnu/usr.bin/man/apropos/apropos.sh
 ==============================================================================
 --- head/gnu/usr.bin/man/apropos/apropos.sh	Sun Jun 14 06:01:46 2009	(r194157)
 +++ head/gnu/usr.bin/man/apropos/apropos.sh	Sun Jun 14 06:09:33 2009	(r194158)
 @@ -18,7 +18,6 @@
  # $FreeBSD$
  
  
 -PATH=/bin:/usr/bin:$PATH
  db=whatis	# name of whatis data base
  grepopt=''
  
 _______________________________________________
 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?200906140610.n5E6A1ef062983>