projects
/
packages
/
xinetd.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge all in -2 after all, since I b0rked my upload.
[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
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
21
socket_type = dgram
22
protocol = udp
23
user = root
24
wait = yes
25
}