From owner-freebsd-questions Sat Aug 3 11: 1:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34EAC37B400 for ; Sat, 3 Aug 2002 11:01:17 -0700 (PDT) Received: from roc-66-66-120-36.rochester.rr.com (roc-66-66-120-36.rochester.rr.com [66.66.120.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA62F43E42 for ; Sat, 3 Aug 2002 11:01:16 -0700 (PDT) (envelope-from vega@roc-66-66-120-36.rochester.rr.com) Received: by roc-66-66-120-36.rochester.rr.com (Postfix, from userid 1000) id 6EC70901A1D; Sat, 3 Aug 2002 13:58:18 -0400 (EDT) Date: Sat, 3 Aug 2002 13:58:18 -0400 From: mpd To: Jason Porter Cc: MET , questions@FreeBSD.ORG Subject: Re: Two Seemingly Simple Questions Message-ID: <20020803175818.GA24097@rochester.rr.com> References: <002101c23b16$20dae190$6901a8c0@SURVIVAL> <3D4C1803.2010001@xmission.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D4C1803.2010001@xmission.com> User-Agent: Mutt/1.5.1i 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 On Sat, Aug 03, 2002 at 11:50:59AM -0600, Jason Porter wrote: > Hello again Matt! > To answer question on you can kill -HUP [pid] that should do it. You > can find the pid for inetd by ps -waux | grep inetd (I think that > should work, am I wrong?) That should work fine. killall -HUP inetd should also work. > > Second, what shell are you using? The easiest way is to declare that > variable in the rc or profile file of the shell that you're running. > Hope that helps. Likely a csh variant (i would guess tcsh. echo $SHELL to know for sure.) csh-type shells use setenv to set environment variables (setenv VAR value) rather than export. > > MET wrote: > | 1. How do you restart inetd.conf without restarting the machine? > | > | Can't seem to find it by searching the Handbook. > | > | 2. How do you set the CVS Environment variable ? > | > | I tried: met$ export CVSROOT=/usr/local/cvsrep ( as I set > | that up with: cvs -d /usr/local/cvsrep init ) > | but I get an error saying "export" is not a known command. > | > | - Matthew > | > | > | > | /************************************************************** > | > | Matthew Metnetsky > | > | met@uberstats.com > | > | **************************************************************/ > | > > > -- > -Jason Porter > mike -- ___________________________________________________________ "MR NUTTY IS DRINKING TURPENTINE!" - Little Girl from "ONE GLASS OF TURPENTINE COMING RIGHT UP" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message