VirtualBox

Ignore:
Timestamp:
Nov 10, 2009 11:48:35 AM (15 years ago)
Author:
vboxsync
Message:

Additions/linux/installer: more fixes

Location:
trunk/src/VBox/Additions/linux/installer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/vboxadd-service.sh

    r24486 r24537  
    239239binary=/usr/sbin/VBoxService
    240240
    241 test -x "$binary" || {
    242     echo "Cannot run $binary"
    243     exit 1
     241testbinary() {
     242    test -x "$binary" || {
     243        echo "Cannot run $binary"
     244        exit 1
     245    }
    244246}
    245247
     
    255257            exit 1
    256258        }
     259        testbinary
    257260        daemon $binary
    258261        RETVAL=$?
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r24532 r24537  
    395395            version=`echo "$line" | sed "s/$mod,\([^,]*\)[,:].*/\1/;t;d"`
    396396            echo "  removing module $mod version $version"
    397             $DKMS remove -m $mod -v $version --all >/dev/null
     397            $DKMS remove -m $mod -v $version --all 1>&2
    398398          fi
    399399        done
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