Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Aug 2002 13:58:18 -0400
From:      mpd <mpd@rochester.rr.com>
To:        Jason Porter <leporter@xmission.com>
Cc:        MET <met@uberstats.com>, questions@FreeBSD.ORG
Subject:   Re: Two Seemingly Simple Questions
Message-ID:  <20020803175818.GA24097@rochester.rr.com>
In-Reply-To: <3D4C1803.2010001@xmission.com>
References:  <002101c23b16$20dae190$6901a8c0@SURVIVAL> <3D4C1803.2010001@xmission.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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