This file is indexed.

/usr/bin/digitizer is in engauge-digitizer 4.1-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
#! /bin/sh

cat >&2 <<EOF

	Upstream changed the name of the program binary to 'engauge'.
	This Debian wrapper will invoke 'engauge' for you this time.
	The wrapper will go away in the release after lenny.

EOF

sleep 1

exec /usr/bin/engauge "$@"