From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.54)
	id 1FNdkJ-0001dk-Sa
	for garchives@archives.gentoo.org; Sun, 26 Mar 2006 22:30:04 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.6/8.13.5) with SMTP id k2QMSQpa007788;
	Sun, 26 Mar 2006 22:28:26 GMT
Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.237])
	by robin.gentoo.org (8.13.6/8.13.5) with ESMTP id k2QMMXNl019591
	for <gentoo-user@lists.gentoo.org>; Sun, 26 Mar 2006 22:22:33 GMT
Received: by wproxy.gmail.com with SMTP id 57so1907836wri
        for <gentoo-user@lists.gentoo.org>; Sun, 26 Mar 2006 14:22:32 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=FqAHEc70nMaAVaMxEJ8dShIXJ+JWoG4Ip3dKYzDufy6YnrRguWBiBBgUAIVLFJxggSkzeilmR46FbR+qS6eCl9NZu508kfw9inmIHL79GJwjcVZj3GN6NTtvCImXJQsgx4XRIUYeUvgrt6OcS6csRIZKwZqyqJfPZeFNCgTqhS8=
Received: by 10.54.152.17 with SMTP id z17mr2431055wrd;
        Sun, 26 Mar 2006 14:22:32 -0800 (PST)
Received: by 10.54.66.7 with HTTP; Sun, 26 Mar 2006 14:22:32 -0800 (PST)
Message-ID: <bf6b6d5c0603261422p53817817ga2b6baa75ee166a7@mail.gmail.com>
Date: Sun, 26 Mar 2006 23:22:32 +0100
From: "THUFIR HAWAT" <hawat.thufir@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] leafnode and xinetd.conf
In-Reply-To: <44270754.3030105@mid.email-server.info>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: inline
References: <bf6b6d5c0603261222xc17116ah918e22a4eba27e63@mail.gmail.com>
	 <44270754.3030105@mid.email-server.info>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id k2QMMXNl019591
X-Archives-Salt: 41235961-936a-4247-946d-6acd64a8f068
X-Archives-Hash: 6faa625d16431a53f9a10a926a7e6500

On 3/26/06, Alexander Skwar <listen@alexander.skwar.name> wrote:
..
> /etc/xinetd.d/leafnode
>
> > such that it's appended /etc/xinetd.conf when xinetd runs?
>
> Check out your /etc/xinetd.conf.
>
> But /etc/xinetd.d/leafnode will be included, yes.
>
> Alexander Skwar
..

thufir@localhost ~ $
thufir@localhost ~ $
thufir@localhost ~ $ cat /etc/xinetd/leafnode
cat: /etc/xinetd/leafnode: No such file or directory
thufir@localhost ~ $ date
Sun Mar 26 21:21:07 IST 2006
thufir@localhost ~ $ ls -lh /etc/xinetd.d/
total 56K
-rw-r--r--  1 root root 643 Mar 22 13:29 README.services
-rw-r--r--  1 root root 246 Mar 22 13:29 chargen-tcp
-rw-r--r--  1 root root 266 Mar 22 13:29 chargen-udp
-rw-r--r--  1 root root 368 Mar 20 19:39 cups-lpd
-rw-r--r--  1 root root 246 Mar 22 13:29 daytime-tcp
-rw-r--r--  1 root root 272 Mar 22 13:29 daytime-udp
-rw-r--r--  1 root root 238 Mar 22 13:29 echo-tcp
-rw-r--r--  1 root root 263 Mar 22 13:29 echo-udp
-rw-r--r--  1 root root 250 Mar 21 11:37 fingerd
-rw-r--r--  1 root root 230 Mar 22 13:34 leafnode-nntp
-rw-r--r--  1 root root 528 Mar 20 19:59 swat
-rw-r--r--  1 root root 205 Mar 26 19:46 telnetd
-rw-r--r--  1 root root 270 Mar 22 13:29 time-tcp
-rw-r--r--  1 root root 272 Mar 22 13:29 time-udp
thufir@localhost ~ $ cat -n /etc/xinetd.d/leafnode-nntp
     1  # default: off
     2  # description: Leafnode - accepts connections on port 119 (NNTP)
     3
     4  service nntp
     5  {
     6          socket_type = stream
     7          protocol    = tcp
     8          wait        = no
     9          user        = news
    10          server      = /usr/sbin/leafnode
    11          disable     = yes
    12  }
thufir@localhost ~ $ cat -n /etc/xinetd.conf
     1  # /etc/xinetd.conf: sample configuration file for xinetd
     2
     3  defaults
     4  {
     5          only_from      = localhost
     6          instances      = 60
     7          log_type       = SYSLOG authpriv info
     8          log_on_success = HOST PID
     9          log_on_failure = HOST
    10          cps            = 25 30
    11  }
    12
    13  includedir /etc/xinetd.d
thufir@localhost ~ $ date
Sun Mar 26 23:18:23 IST 2006
thufir@localhost ~ $


Was it epstein on "welcome back kotter"?  Ooooh, oooh, oooh!


Ok, thank you so much.  I thought it was odd that "emerge leafnode"
didn't automagically create this file, or something similar :)

Thing is, I'm multi-posting :(

Over in news.softwear.readers there's a thread, so I'm not sure how to
proceed with any followup questions.

After I have this done, I might be inclined adding to the gentoo wiki on this :)


-Thufir

-- 
gentoo-user@gentoo.org mailing list