Searched refs:DIR_CONF (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Installer/solaris/
H A Dvboxconfig.sh30 DIR_CONF="$PKG_INSTALL_ROOT/platform/i86pc/kernel/drv"
591 if test -f "$DIR_CONF/vboxflt.conf"; then
602 if test -f "$DIR_CONF/vboxbow.conf"; then
615 if test -f "$DIR_CONF/vboxdrv.conf"; then
623 errorprint "Extreme error! Missing $DIR_CONF/vboxdrv.conf, aborting."
648 if test -f "$DIR_CONF/vboxnet.conf"; then
669 if test "$HOST_OS_MAJORVERSION" -eq 10 || (test "$HOST_OS_MAJORVERSION" -eq 11 && test "$HOST_OS_MINORVERSION" -lt 159) || test ! -f "$DIR_CONF/vboxbow.conf"; then
678 if test -f "$DIR_CONF/vboxusbmon.conf" && test "$HOST_OS_MAJORVERSION" != "10"; then
708 if test -f "$DIR_CONF/vboxusb.conf"; then
1045 if test -f "$DIR_CONF/vboxne
[all...]

Completed in 55 milliseconds