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

« back to all changes in this revision

Viewing changes to debian/xinetd.d/chargen

  • 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:
13
13
        protocol        = tcp
14
14
        user            = root
15
15
        wait            = no
16
 
}                                                                               
 
16
}
17
17
 
18
18
# This is the udp version.
19
19
service chargen
25
25
        protocol        = udp
26
26
        user            = root
27
27
        wait            = yes
28
 
}                                                                               
 
28
}