/usr/bin/server is in rsplib-legacy-wrappers 3.0.1-1ubuntu6.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 | #!/bin/sh -e
echo >&2 "WARNING: Usage of \"server\" is deprecated, it has been renamed to \"rspserver\"!"
rspserver $@
|