bin/135417: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sun Jun 14 06:10:02 UTC 2009


The following reply was made to PR bin/135417; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-bugs mailing list