/usr/share/modass/packages/rtai-source is in module-assistant 0.11.7.
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 | #!/bin/sh
MA_DIR=${MA_DIR:-/usr/share/modass}
. $MA_DIR/packages/generic.sh
reqsrc () {
true
}
$1 "$@"
|