VirtualBox

Changeset 37405 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jun 10, 2011 10:36:56 AM (13 years ago)
Author:
vboxsync
Message:

VBoxService/Toolbox: Update for ls (support symlinks).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp

    r37404 r37405  
    679679    {
    680680        { "--machinereadable", LS_OPT_MACHINE_READABLE, RTGETOPT_REQ_NOTHING },
     681        { "--dereference",     'L',                     RTGETOPT_REQ_NOTHING },
    681682        { NULL,                'l',                     RTGETOPT_REQ_NOTHING },
    682683        { NULL,                'R',                     RTGETOPT_REQ_NOTHING },
     
    699700    int rc = VINF_SUCCESS;
    700701    bool fVerbose = false;
    701     uint32_t fFlags = 0;
     702    uint32_t fFlags = VBOXSERVICETOOLBOXLSFLAG_NONE;
    702703
    703704    /* Init file list. */
     
    714715                VBoxServiceToolboxShowUsage();
    715716                return RTEXITCODE_SUCCESS;
     717
     718            case 'L': /* Dereference symlinks. */
     719                fFlags |= VBOXSERVICETOOLBOXLSFLAG_SYMLINKS;
     720                break;
    716721
    717722            case 'l': /* Print long format. */
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