From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A8220138010 for ; Thu, 11 Oct 2012 16:52:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF8C7E04EC; Thu, 11 Oct 2012 16:52:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 95031E04C2 for ; Thu, 11 Oct 2012 16:50:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 2AC4033D7C8 for ; Thu, 11 Oct 2012 16:50:59 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: -1.171 X-Spam-Level: X-Spam-Status: No, score=-1.171 tagged_above=-999 required=5.5 tests=[AWL=-0.229, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=1.2, RP_MATCHES_RCVD=-2.142, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=no Received: from smtp.gentoo.org ([IPv6:::ffff:127.0.0.1]) by localhost (smtp.gentoo.org [IPv6:::ffff:127.0.0.1]) (amavisd-new, port 10024) with ESMTP id K1NjiBy7LiAK for ; Thu, 11 Oct 2012 16:50:53 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7036633CB84 for ; Thu, 11 Oct 2012 16:50:52 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TMLyC-0006j4-Bn for gentoo-user@gentoo.org; Thu, 11 Oct 2012 18:50:48 +0200 Received: from geodiff-mac3.ulb.ac.be ([164.15.131.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Oct 2012 18:50:48 +0200 Received: from theonewiththeevillook by geodiff-mac3.ulb.ac.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Oct 2012 18:50:48 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: "Nicolas Richard" Subject: [gentoo-user] Re: Where does sudo get the PATH ? Date: Thu, 11 Oct 2012 18:50:54 +0200 Message-ID: <87wqyx54wh.fsf@yahoo.fr> References: <878vbh82qs.fsf@yahoo.fr> <87pq4q74sx.fsf@yahoo.fr> <2605336.yuE8B9dzFI@eve> <871uh56q6t.fsf@yahoo.fr> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: geodiff-mac3.ulb.ac.be User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) Cancel-Lock: sha1:73i9A3DkS/Vj48hK4AdTV/qMtmQ= X-Archives-Salt: c8464f41-eda6-4f26-9273-42136c20861a X-Archives-Hash: 897a716a88ce89fffdaadf76c45d769b Pandu Poluan writes: > A bit desperate, but try : > > grep -R "texlive/2011" /etc/* I tried that already youngfrog@geodiff-mac3 ~ $ sudo grep -r texlive/2011 /etc youngfrog@geodiff-mac3 ~ $ sudo grep -r texlive/2011 ~root /root/.bash_history:cd /usr/local/texlive/2011 /root/.bash_history:grep texlive/2011 * -r /root/.bash_history:grep texlive/2011 . -r /root/.bash_history:grep texlive/2011 .* -r -- N.