.  "$GRIMOIRE/config_query_multi.function"  &&

local pkgs="headers libs nss rklogd tools"  &&

config_query_multi  RSBAC_ADMIN_PKGS            \
                    "Which packages to build?"  \
                    ALL                         \
                    $pkgs                       &&

if  list_find  "$RSBAC_ADMIN_PKGS"  ALL
then
  persistent_add  RSBAC_ADMIN_PKGS  &&
  RSBAC_ADMIN_PKGS="$pkgs"
fi
