Gentoo Archives: gentoo-user

From: THUFIR HAWAT <hawat.thufir@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] leafnode and xinetd.conf
Date: Sun, 26 Mar 2006 22:30:04
Message-Id: bf6b6d5c0603261422p53817817ga2b6baa75ee166a7@mail.gmail.com
In Reply to: Re: [gentoo-user] leafnode and xinetd.conf by Alexander Skwar
1 On 3/26/06, Alexander Skwar <listen@×××××××××××××××.name> wrote:
2 ..
3 > /etc/xinetd.d/leafnode
4 >
5 > > such that it's appended /etc/xinetd.conf when xinetd runs?
6 >
7 > Check out your /etc/xinetd.conf.
8 >
9 > But /etc/xinetd.d/leafnode will be included, yes.
10 >
11 > Alexander Skwar
12 ..
13
14 thufir@localhost ~ $
15 thufir@localhost ~ $
16 thufir@localhost ~ $ cat /etc/xinetd/leafnode
17 cat: /etc/xinetd/leafnode: No such file or directory
18 thufir@localhost ~ $ date
19 Sun Mar 26 21:21:07 IST 2006
20 thufir@localhost ~ $ ls -lh /etc/xinetd.d/
21 total 56K
22 -rw-r--r-- 1 root root 643 Mar 22 13:29 README.services
23 -rw-r--r-- 1 root root 246 Mar 22 13:29 chargen-tcp
24 -rw-r--r-- 1 root root 266 Mar 22 13:29 chargen-udp
25 -rw-r--r-- 1 root root 368 Mar 20 19:39 cups-lpd
26 -rw-r--r-- 1 root root 246 Mar 22 13:29 daytime-tcp
27 -rw-r--r-- 1 root root 272 Mar 22 13:29 daytime-udp
28 -rw-r--r-- 1 root root 238 Mar 22 13:29 echo-tcp
29 -rw-r--r-- 1 root root 263 Mar 22 13:29 echo-udp
30 -rw-r--r-- 1 root root 250 Mar 21 11:37 fingerd
31 -rw-r--r-- 1 root root 230 Mar 22 13:34 leafnode-nntp
32 -rw-r--r-- 1 root root 528 Mar 20 19:59 swat
33 -rw-r--r-- 1 root root 205 Mar 26 19:46 telnetd
34 -rw-r--r-- 1 root root 270 Mar 22 13:29 time-tcp
35 -rw-r--r-- 1 root root 272 Mar 22 13:29 time-udp
36 thufir@localhost ~ $ cat -n /etc/xinetd.d/leafnode-nntp
37 1 # default: off
38 2 # description: Leafnode - accepts connections on port 119 (NNTP)
39 3
40 4 service nntp
41 5 {
42 6 socket_type = stream
43 7 protocol = tcp
44 8 wait = no
45 9 user = news
46 10 server = /usr/sbin/leafnode
47 11 disable = yes
48 12 }
49 thufir@localhost ~ $ cat -n /etc/xinetd.conf
50 1 # /etc/xinetd.conf: sample configuration file for xinetd
51 2
52 3 defaults
53 4 {
54 5 only_from = localhost
55 6 instances = 60
56 7 log_type = SYSLOG authpriv info
57 8 log_on_success = HOST PID
58 9 log_on_failure = HOST
59 10 cps = 25 30
60 11 }
61 12
62 13 includedir /etc/xinetd.d
63 thufir@localhost ~ $ date
64 Sun Mar 26 23:18:23 IST 2006
65 thufir@localhost ~ $
66
67
68 Was it epstein on "welcome back kotter"? Ooooh, oooh, oooh!
69
70
71 Ok, thank you so much. I thought it was odd that "emerge leafnode"
72 didn't automagically create this file, or something similar :)
73
74 Thing is, I'm multi-posting :(
75
76 Over in news.softwear.readers there's a thread, so I'm not sure how to
77 proceed with any followup questions.
78
79 After I have this done, I might be inclined adding to the gentoo wiki on this :)
80
81
82 -Thufir
83
84 --
85 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] leafnode and xinetd.conf Alexander Skwar <listen@×××××××××××××××.name>