From owner-freebsd-questions Thu Aug 16 18:24:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from stjohn.stjohn.ac.th (stjohn.stjohn.ac.th [202.21.144.1]) by hub.freebsd.org (Postfix) with ESMTP id C16BD37B40A for ; Thu, 16 Aug 2001 18:24:11 -0700 (PDT) (envelope-from mcrogerm@stjohn.ac.th) Received: from tulip ([203.151.134.104]) by stjohn.stjohn.ac.th (8.9.3+Sun/8.9.3) with SMTP id IAA29176 for ; Fri, 17 Aug 2001 08:16:34 +0700 (ICT) Message-Id: <3.0.6.32.20010817082300.007f2100@stjohn.stjohn.ac.th> X-Sender: mcrogerm@stjohn.stjohn.ac.th X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Fri, 17 Aug 2001 08:23:00 +0700 To: freebsd-questions@FreeBSD.ORG From: Roger Merritt Subject: What sets my env? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I was preparing to make my docs and checked the environment variable DOC_LANG, since they changed the name of the directory in the doc tree. I found that DOC_LANG was still set to the old value and started looking around to find where this was being set from. Darned if I can find it. It's not being done in my .profile or .bashrc. grep doesn't find anything in the file in /etc, although I did find a line in /etc/defaults/make.conf; but it has the correct value. My current solution was to copy the relevant lines to /etc/make.conf and uncomment the required line. But I'm curious. Where is this environment value being set when the shell is started? -- Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message