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 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: netkit-rwho
Section: net
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.7.0
Build-Depends: cmake,
debhelper (>= 10~),
Vcs-Browser: https://salsa.debian.org/debian/netkit-rwho
Vcs-Git: https://salsa.debian.org/debian/netkit-rwho.git
Package: rwhod
Architecture: any
Depends: adduser,
passwd,
${misc:Depends},
${shlibs:Depends},
Replaces: netstd,
Description: System status server
Rwhod is the server which maintains the database used by the rwho(1)
and ruptime(1) programs. Its operation is predicated on the ability to
broadcast messages on a network.
Package: rwho
Architecture: any
Depends: rwhod,
${misc:Depends},
${shlibs:Depends},
Replaces: netstd,
ruptime,
Conflicts: ruptime,
Description: Clients to query the rwho server
The rwho command produces output similar to who, but for all machines on
the local network. If no report has been received from a machine for 11
minutes then rwho assumes the machine is down, and does not report users
last known to be logged into that machine.
.
The ruptime command gives a status line like uptime for each machine on the
local network; these are formed from packets broadcast by each host on the
network once a minute.
|