1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: update-inetd
Section: admin
Priority: optional
Maintainer: Guillem Jover <guillem@debian.org>
Vcs-Browser: https://git.hadrons.org/cgit/debian/update-inetd.git
Vcs-Git: https://git.hadrons.org/git/debian/update-inetd.git
Standards-Version: 4.5.1
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
po-debconf,
Package: update-inetd
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${perl:Depends},
debconf | debconf-2.0,
Description: inetd configuration file updater
This package provides a program used by other packages to
automatically update /etc/inetd.conf, the configuration file shared
by all implementations of the Internet super-server.
.
Note that xinetd is not supported by this package.
|