prepare upload
[packages/xinetd.git] / debian / conffiles / time
1 # default: off
2 # description: An RFC 868 time server. This protocol provides a
3 # site-independent, machine readable date and time. The Time service sends back
4 # to the originating source the time in seconds since midnight on January first
5 # 1900.
6 # This is the tcp version.
7 service time
8 {
9         disable         = yes
10         type            = INTERNAL
11         id              = time-stream
12         socket_type     = stream
13         protocol        = tcp
14         user            = root
15         wait            = no
16 }                                                                               
17
18 # This is the udp version.
19 service time
20 {
21         disable         = yes
22         type            = INTERNAL
23         id              = time-dgram
24         socket_type     = dgram
25         protocol        = udp
26         user            = root
27         wait            = yes
28 }