VirtualBox

Changeset 35256 in vbox


Ignore:
Timestamp:
Dec 20, 2010 5:04:19 PM (14 years ago)
Author:
vboxsync
Message:

VBoxExtPackHelperApp: Another solaris workaround/fix - force it not to use pfexec.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/VBoxExtPackHelperApp.cpp

    r35237 r35256  
    13681368                               : "VirtualBox extension pack maintainer";
    13691369        papszArgs[cSuArgs - 1] = "--";
     1370#elif defined(RT_OS_SOLARIS) /* Force it not to use pfexec as it won't wait then. */
     1371        iSuArg = cSuArgs - 4;
     1372        papszArgs[cSuArgs - 4] = szExecTool;
     1373        papszArgs[cSuArgs - 3] = "-au";
     1374        papszArgs[cSuArgs - 2] = "root";
     1375        papszArgs[cSuArgs - 1] = pszCmdLine;
     1376        papszArgs[cSuArgs] = NULL;
    13701377#else
    13711378        iSuArg = cSuArgs - 2;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette