This file is indexed.

/usr/bin/rplaydsp is in rplay-client 3.3.2-14.

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
#!/bin/sh

if [ -z $LD_PRELOAD ]; then
    LD_PRELOAD=/usr/lib/devrplay.so
else
    LD_PRELOAD=/usr/lib/devrplay.so:$LD_PRELOAD
fi

export LD_PRELOAD

exec "$@"