| #
a7c558b4
|
| 05-Nov-2025 |
Lexi Winter <ivy@FreeBSD.org> |
inetd.8: Remove the enumeration of examples
The user can trivially see the list of examples in /etc/inetd.conf by looking at the file, so there's no need to include an entire paragraph in the manual
inetd.8: Remove the enumeration of examples
The user can trivially see the list of examples in /etc/inetd.conf by looking at the file, so there's no need to include an entire paragraph in the manual enumerating the examples which are provided.
MFC after: 3 days Reviewed by: 0mp Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D52740
show more ...
|
| #
614c8750
|
| 29-Sep-2025 |
Lexi Winter <ivy@FreeBSD.org> |
Remove ftpd(8)
This was previously deprecated and is slated for removal in 15.0. Users who still need ftpd(8) can install the ftp/freebsd-ftpd port.
Retain the ftp(d) PAM services since other FTP d
Remove ftpd(8)
This was previously deprecated and is slated for removal in 15.0. Users who still need ftpd(8) can install the ftp/freebsd-ftpd port.
Retain the ftp(d) PAM services since other FTP daemons use them.
Update /etc/inetd.conf to point to /usr/local.
Add ftpd to ObsoleteFiles, but do not list configuration files since users may want to preserve these to use with the freebsd-ftpd port.
There is still some language in the manual referring to ftpd(8) which is relevant to the port, which has been retained but updated to reference the port.
MFC after: 3 days Relnotes: yes Reviewed by: cperciva Differential Revision: https://reviews.freebsd.org/D52739
show more ...
|
| #
8a7b6120
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
usr.sbin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a p
usr.sbin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
b2c76c41
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line nroff pattern
Remove /^\.\\"\s*\$FreeBSD\$$\n/
|
| #
b4cfdbfe
|
| 29-Sep-2022 |
Brooks Davis <brooks@FreeBSD.org> |
manpages: Remove telnetd references
Mostly remove from the SEE ALSO section, adding a mention of the port where not removed. Elsewhere, remove as appropriate and change from .Xr to .Nm where a menti
manpages: Remove telnetd references
Mostly remove from the SEE ALSO section, adding a mention of the port where not removed. Elsewhere, remove as appropriate and change from .Xr to .Nm where a mention of telnetd continues to make sense (or removing it would require significant reworking of the surrounding text).
Reviewed by: imp, delphij, emaste Differential Revision: https://reviews.freebsd.org/D36785
show more ...
|
| #
b92667b3
|
| 19-Apr-2022 |
Gordon Bergling <gbe@FreeBSD.org> |
inetd(8): Fix a typo in the manual page
- s/similarily/similarly/
MFC after: 3 days
|
| #
593ad024
|
| 06-Dec-2021 |
Mateusz Piotrowski <0mp@FreeBSD.org> |
inetd.8: Sort options
While here:
- Cluster flags without arguments together. - Simplify the synopsis of the -a flag. There is no need to distinguish between address and hostname there. - Add a m
inetd.8: Sort options
While here:
- Cluster flags without arguments together. - Simplify the synopsis of the -a flag. There is no need to distinguish between address and hostname there. - Add a missing argument to the -a flag in the description section. - Fix some typos.
MFC after: 3 days
show more ...
|
| #
aab6fe0c
|
| 06-Dec-2021 |
Mateusz Piotrowski <0mp@FreeBSD.org> |
inetd.8: Lint the file
Remove Tn macros and fix other style warnings.
MFC after: 3 days
|
| #
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 l
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
show more ...
|
| #
26a4a61a
|
| 14-May-2020 |
Kyle Evans <kevans@FreeBSD.org> |
inetd(8): Add comments to all examples
Submitted by: debdrup (with some minor changes by kevans) Reviewed by: bcr (manpages) MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D248
inetd(8): Add comments to all examples
Submitted by: debdrup (with some minor changes by kevans) Reviewed by: bcr (manpages) MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D24818
show more ...
|
| #
a58fc861
|
| 13-May-2020 |
Kyle Evans <kevans@FreeBSD.org> |
inetd(8): Provide HTTP proxy example using netcat
One of the fortunes that are included in freebsd-tips talks about how the superserver can be used to proxy connections with netcat, but there are no
inetd(8): Provide HTTP proxy example using netcat
One of the fortunes that are included in freebsd-tips talks about how the superserver can be used to proxy connections with netcat, but there are no examples provided. This commit adds an example with comment explaining what it does.
Submitted by: debdrup MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D24800
show more ...
|
| #
a7c558b4
|
| 05-Nov-2025 |
Lexi Winter <ivy@FreeBSD.org> |
inetd.8: Remove the enumeration of examples
The user can trivially see the list of examples in /etc/inetd.conf by looking at the file, so there's no need to include an entire paragraph in the manual
inetd.8: Remove the enumeration of examples
The user can trivially see the list of examples in /etc/inetd.conf by looking at the file, so there's no need to include an entire paragraph in the manual enumerating the examples which are provided.
MFC after: 3 days Reviewed by: 0mp Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D52740
show more ...
|
| #
614c8750
|
| 29-Sep-2025 |
Lexi Winter <ivy@FreeBSD.org> |
Remove ftpd(8)
This was previously deprecated and is slated for removal in 15.0. Users who still need ftpd(8) can install the ftp/freebsd-ftpd port.
Retain the ftp(d) PAM services since other FTP d
Remove ftpd(8)
This was previously deprecated and is slated for removal in 15.0. Users who still need ftpd(8) can install the ftp/freebsd-ftpd port.
Retain the ftp(d) PAM services since other FTP daemons use them.
Update /etc/inetd.conf to point to /usr/local.
Add ftpd to ObsoleteFiles, but do not list configuration files since users may want to preserve these to use with the freebsd-ftpd port.
There is still some language in the manual referring to ftpd(8) which is relevant to the port, which has been retained but updated to reference the port.
MFC after: 3 days Relnotes: yes Reviewed by: cperciva Differential Revision: https://reviews.freebsd.org/D52739
show more ...
|
| #
8a7b6120
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
usr.sbin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a p
usr.sbin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
b2c76c41
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line nroff pattern
Remove /^\.\\"\s*\$FreeBSD\$$\n/
|
| #
b4cfdbfe
|
| 29-Sep-2022 |
Brooks Davis <brooks@FreeBSD.org> |
manpages: Remove telnetd references
Mostly remove from the SEE ALSO section, adding a mention of the port where not removed. Elsewhere, remove as appropriate and change from .Xr to .Nm where a menti
manpages: Remove telnetd references
Mostly remove from the SEE ALSO section, adding a mention of the port where not removed. Elsewhere, remove as appropriate and change from .Xr to .Nm where a mention of telnetd continues to make sense (or removing it would require significant reworking of the surrounding text).
Reviewed by: imp, delphij, emaste Differential Revision: https://reviews.freebsd.org/D36785
show more ...
|
| #
b92667b3
|
| 19-Apr-2022 |
Gordon Bergling <gbe@FreeBSD.org> |
inetd(8): Fix a typo in the manual page
- s/similarily/similarly/
MFC after: 3 days
|
| #
593ad024
|
| 06-Dec-2021 |
Mateusz Piotrowski <0mp@FreeBSD.org> |
inetd.8: Sort options
While here:
- Cluster flags without arguments together. - Simplify the synopsis of the -a flag. There is no need to distinguish between address and hostname there. - Add a m
inetd.8: Sort options
While here:
- Cluster flags without arguments together. - Simplify the synopsis of the -a flag. There is no need to distinguish between address and hostname there. - Add a missing argument to the -a flag in the description section. - Fix some typos.
MFC after: 3 days
show more ...
|
| #
aab6fe0c
|
| 06-Dec-2021 |
Mateusz Piotrowski <0mp@FreeBSD.org> |
inetd.8: Lint the file
Remove Tn macros and fix other style warnings.
MFC after: 3 days
|
| #
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 l
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
show more ...
|
| #
26a4a61a
|
| 14-May-2020 |
Kyle Evans <kevans@FreeBSD.org> |
inetd(8): Add comments to all examples
Submitted by: debdrup (with some minor changes by kevans) Reviewed by: bcr (manpages) MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D248
inetd(8): Add comments to all examples
Submitted by: debdrup (with some minor changes by kevans) Reviewed by: bcr (manpages) MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D24818
show more ...
|
| #
a58fc861
|
| 13-May-2020 |
Kyle Evans <kevans@FreeBSD.org> |
inetd(8): Provide HTTP proxy example using netcat
One of the fortunes that are included in freebsd-tips talks about how the superserver can be used to proxy connections with netcat, but there are no
inetd(8): Provide HTTP proxy example using netcat
One of the fortunes that are included in freebsd-tips talks about how the superserver can be used to proxy connections with netcat, but there are no examples provided. This commit adds an example with comment explaining what it does.
Submitted by: debdrup MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D24800
show more ...
|
| #
348238db
|
| 01-Mar-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r314420 through r314481.
|
| #
fbbd9655
|
| 28-Feb-2017 |
Warner Losh <imp@FreeBSD.org> |
Renumber copyright clause 4
Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is
Renumber copyright clause 4
Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point.
Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96
show more ...
|
| #
348238db
|
| 01-Mar-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r314420 through r314481.
|