#942381 fingerd: systemd integration

Package:
fingerd
Source:
bsd-finger
Description:
remote user information server
Submitter:
"Barak A. Pearlmutter"
Date:
2025-12-07 17:37:02 UTC
Severity:
normal
#942381#5
Date:
2019-10-15 13:46:08 UTC
From:
To:
Without systemd integration (i.e., a systemd unit file), on a computer
using systemd, we get this:

    $ sudo apt install fingerd
    ...
    $ finger @localhost
    finger: connect: Connection refused

Since (whatever its faults) systemd is used by default on Debian, it
would be good if installing fingerd were to integrate with systemd and
"just work". As it is, the installation scripts invoke update-inetd
but do not push the analogous systemd daemon activation buttons.

#942381#10
Date:
2020-02-13 04:18:15 UTC
From:
To:
Barak,

did you get my last mail?

systemd? not sure about that, but if you install it right:

apt install inetutils-inetd; apt install fingerd

it just works.
mind closing this bug?

#942381#15
Date:
2025-12-07 17:25:01 UTC
From:
To:
I made a patch to address this issue, and also do misc updates.
It's in a merge request on salsa,

https://salsa.debian.org/debian/bsd-finger/-/merge_requests/3

If you'd like I can do an upload on this (NMU, co-maint, whatever you
prefer); if so just let me know.

Cheers,