/usr/share/bug/rubber is in rubber 1.4-2.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
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 | #!/bin/bash
# bug script for rubber package
set -e
cat <<EOF
Please read and follow the instructions in the first lines below
the text: "-- Package-specific info:".
Thank you.
Press ENTER to continue
EOF
getkey
cat >&3 <<EOF
If you report an error when running rubber please include example
input file that produces the error in your report.
Don't forget to also include examples of other files that are
needed, e.g. bibtex databases. Often it also helps to include
he logfile.
EOF
|