~ubuntu-branches/ubuntu/saucy/xinetd/saucy

« back to all changes in this revision

Viewing changes to debian/xinetd.d/daytime

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2013-08-14 19:26:27 UTC
  • mfrom: (5.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20130814192627-4guvw89l76qp20uh
Tags: 1:2.3.15-1ubuntu1
* Merge from Debian unstable. Remaining changes:
  - Add xinetd upstart job.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        protocol        = tcp
12
12
        user            = root
13
13
        wait            = no
14
 
}                                                                               
 
14
}
15
15
 
16
16
# This is the udp version.
17
17
service daytime
23
23
        protocol        = udp
24
24
        user            = root
25
25
        wait            = yes
26
 
}                                                                               
 
26
}