Skip site navigation (1)Skip section navigation (2)
Date:      03 Aug 2002 13:53:44 -0400
From:      Lowell Gilbert <freebsd-questions-local@be-well.no-ip.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Two Seemingly Simple Questions
Message-ID:  <44r8hfzv4n.fsf@be-well.ilk.org>
In-Reply-To: <002101c23b16$20dae190$6901a8c0@SURVIVAL>
References:  <002101c23b16$20dae190$6901a8c0@SURVIVAL>

next in thread | previous in thread | raw e-mail | index | archive | help
"MET" <met@uberstats.com> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44r8hfzv4n.fsf>