VirtualBox

Changeset 36667 in vbox


Ignore:
Timestamp:
Apr 14, 2011 10:19:53 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
71155
Message:

Installer/linux/runasroot: support kdesu as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/runasroot.sh

    r36658 r36667  
    5858    esac
    5959
     60    KDESU="`mywhich kdesu`"
     61    case "$KDESU" in ?*)
     62        "$KDESU" -c "$COMMAND"
     63        exit
     64        ;;
     65    esac
     66
    6067    GKSU="`mywhich gksu`"
    6168    case "$GKSU" in ?*)
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