case $THIS_SUB_DEPENDS in
    SIMPLEINIT) message "IMP with simpleinit requested, forcing." &&
          depends simpleinit-msb "" ;;
    UPSTART) message "IMP with upstart support requested, forcing." &&
          depends upstart "" ;;
    SYSTEMD) message "IMP with systemd support requested, forcing." &&
          depends systemd "" ;;
       *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}"
          return 1 ;;
esac

