/usr/bin/freebirth-alsa is in freebirth 0.3.2-9.2.
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
[ -f /usr/bin/aoss ] && /usr/bin/aoss /usr/bin/freebirth || ( echo "Could not find /usr/bin/aoss, please instal alsa-oss" && exit 1 )
|