Fix /etc/xinetd.d/discard
[packages/xinetd.git] / debian / xinetd.d / discard
1 # default: off
2 # description: An RFC 863 discard server.
3 # This is the tcp version.
4 service discard
5 {
6         disable         = yes
7         type            = INTERNAL
8         id              = discard-stream
9         socket_type     = stream
10         protocol        = tcp
11         user            = root
12         wait            = no
13 }                                                                               
14
15 # This is the udp version.
16 service discard
17 {
18         disable         = yes
19         type            = INTERNAL
20         id              = discard-dgram
21         socket_type     = dgram
22         protocol        = udp
23         user            = root
24         wait            = yes
25 }