From owner-freebsd-questions Sat Aug 3 10:53:49 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 5265237B400 for ; Sat, 3 Aug 2002 10:53:46 -0700 (PDT) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CF7C43E3B for ; Sat, 3 Aug 2002 10:53:45 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.158]) by be-well.ilk.org (8.12.5/8.12.5) with ESMTP id g73HriCH024997 for ; Sat, 3 Aug 2002 13:53:44 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.5/8.12.5/Submit) id g73HriT8024994; Sat, 3 Aug 2002 13:53:44 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: freebsd-questions@freebsd.org Subject: Re: Two Seemingly Simple Questions References: <002101c23b16$20dae190$6901a8c0@SURVIVAL> From: Lowell Gilbert Date: 03 Aug 2002 13:53:44 -0400 In-Reply-To: <002101c23b16$20dae190$6901a8c0@SURVIVAL> Message-ID: <44r8hfzv4n.fsf@be-well.ilk.org> Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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 "MET" writes: > 1. How do you restart inetd.conf without restarting the machine? > > Can't seem to find it by searching the Handbook. "man inetd" (seems like the most obvious place...) > 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. The syntax depends on your shell. That syntax will work for /bin/sh, so I'll guess that your shell is csh, in which case the equivalent syntax is something like 'setenv CVSROOT /usr/local/cvsrep'. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message