VirtualBox

Changeset 23044 in vbox for trunk/src


Ignore:
Timestamp:
Sep 15, 2009 8:35:54 PM (15 years ago)
Author:
vboxsync
Message:

Additions/linux: rename vboxadd-service to VBoxService to fit in with everyone else

File:
1 edited

Legend:

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

    r21412 r23044  
    237237fi
    238238
    239 binary=/usr/sbin/vboxadd-service
     239binary=/usr/sbin/VBoxService
    240240
    241241test -x "$binary" || {
     
    257257        daemon $binary
    258258        RETVAL=$?
    259         test $RETVAL -eq 0 && echo `pidof vboxadd-service` > $PIDFILE
     259        test $RETVAL -eq 0 && echo `pidof VBoxService` > $PIDFILE
    260260        succ_msg
    261261    fi
     
    283283
    284284    status() {
    285         echo -n "Checking for vboxadd-service"
     285        echo -n "Checking for VBoxService"
    286286        if [ -f $PIDFILE ]; then
    287287            echo " ...running"
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