History log of /freebsd-current/usr.sbin/inetd/inetd.conf
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# edb52262 29-Sep-2022 Brooks Davis <brooks@FreeBSD.org>

inetd.conf: update telnetd paths

Follow the example of rsh and point to /usr/local.

Reviewed by: imp, delphij, emaste
Differential Revision: https://reviews.freebsd.org/D36783


# 1a7f22d9 21-Apr-2021 Alan Somers <asomers@FreeBSD.org>

ctlstat: add prometheus output

When invoked by inetd, ctlstat -P will now produce output suitable for
ingestion into Prometheus.

It's a drop-in replacement for https://github.com/Gandi/ctld_exporter,
except that it doesn't report the number of initiators per target, and
it does report time and dma_time.

MFC after: 2 weeks
Sponsored by: Axcient
Relnotes: yes
Reviewed by: bapt, bcr
Differential Revision: https://reviews.freebsd.org/D29901


# 21864048 18-Mar-2021 Daniel Ebdrup Jensen <debdrup@FreeBSD.org>

inetd.conf: Wordsmith recommendation

Rather than recommend specific VTIs, it's better to give a general
recommendation for where current and future suitable VTIs can be found.


# bc3bba70 26-Feb-2021 Daniel Ebdrup Jensen <debdrup@FreeBSD.org>

inetd: Add examples from manual page and other sources

The manual page lists a bunch of examples, some of which already exist
in this file. Since it's both easier to remember when all examples are
listed in the same location, move examples so they get installed into
/etc/inetd.conf

This also means users won't have to copy-paste, but can simply
uncomment one or more services to use them.

As such, it also becomes necessary to remove the examples from the
manual page, so instead add a note explaining where the previous
examples as well as others may be found.
Cross-references, including to ports, have also been added where
applicable.

The rsync example has lived in the bug tracker for too long,
considering how useful it can situationally be, for example when
backup jobs on client devices are run through periodic(8) weekly.

The microsoft-ds entry is necessary for Windows 10 compatibility
(this can be confirmed with packet capturing, as it is not readily
documented at time of writing).

While here, remove two examples for which compatible daemons could not
be found in ports.

Submitted by: David Yeske <dyeske at gmail.com> (in part, prev ver)
PR: 122037
Reviewed by: kevans, brueffer, lwhsu, yuripv
Differential Revision: https://reviews.freebsd.org/D28882


# eecd0985 12-Aug-2018 Brad Davis <brd@FreeBSD.org>

Move inetd.conf to usr.sbin/inetd/

This is pkgbase related as it uses CONFS to tag the file as a config file

Approved by: AllanJude (mentor)
Sponsored by: Essen Hackathon
Differential Revision: https://reviews.freebsd.org/D16693