From owner-freebsd-questions Fri May 31 20: 3:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by hub.freebsd.org (Postfix) with ESMTP id BA01337B407 for ; Fri, 31 May 2002 20:03:06 -0700 (PDT) Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id 4FC6C28E64; Fri, 31 May 2002 23:03:06 -0400 (EDT) Date: Fri, 31 May 2002 23:03:06 -0400 (EDT) From: Peter Leftwich X-X-Sender: To: Ruben Cc: FreeBSD LIST Subject: Re: IRC vs identd vs inetd.conf vs me! [authwsome!] In-Reply-To: <20020530092611.A11238@ei.bzerk.org> Message-ID: <20020531225839.Y64670-100000@earl-grey.cloud9.net> Organization: Video2Video Services - http://Www.Video2Video.Com 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 On Thu, 30 May 2002, Ruben wrote: > PL> Can anyone in a nutshell explain how to enable "identd" on Fbsd 4.5-RELEASE? > Uncomment the corresponding line in inetd.conf: > auth stream tcp nowait root internal auth -r -f -n -o UNKNOWN -t 30 Hmm, yeah I figured out that much on my own... > Then put the desired username in your $HOME/.fakeid [...] *slowwww nod* ...but I hadn't done this part. `man 8 inetd` looked like a bunch of script kiddie stuff with that "fakeid" string appearing everywhere. > PL> Yes I realize I shouldn't irc (breathe, sleep, or fart) as root, but hey. > Hey? -Sigh So once the /etc/inetd.conf changes are in, the sysadmin must kill the running "inetd" process and restart it, yes? Another valid question: What are the merits in FreeBSD (or Unix in general) of calling binaries with the full path vs just the binary name? For example, I found out the PID for inetd and did: `kill 96 ; /usr/sbin/inetd -lwW` so how does that differ or matter from `kill 96 ; inetd -lwW` uh? Thanks for the help, you really got me goin! -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message