Changeset 35256 in vbox
- Timestamp:
- Dec 20, 2010 5:04:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VBoxExtPackHelperApp.cpp
r35237 r35256 1368 1368 : "VirtualBox extension pack maintainer"; 1369 1369 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; 1370 1377 #else 1371 1378 iSuArg = cSuArgs - 2;
Note:
See TracChangeset
for help on using the changeset viewer.