VirtualBox

Ticket #6229: rc.vboxadd-service.diff

File rc.vboxadd-service.diff, 644 bytes (added by timeless, 15 years ago)

patch

  • rc.vboxadd-service

    old new  
    3939elif [ -f /etc/SuSE-release ]; then
    4040    system=suse
    4141    PIDFILE="/var/lock/subsys/vboxadd-service"
     42elif [ -f /etc/moblin-release ]; then
     43    system=moblin
     44    PIDFILE="/var/lock/subsys/vboxadd-service"
    4245elif [ -f /etc/debian_version ]; then
    4346    system=debian
    4447    PIDFILE="/var/run/vboxadd-service"
     
    6164    fi
    6265fi
    6366
    64 if [ "$system" = "redhat" ]; then
     67if [ "$system" = "redhat" -o "$system" = "moblin" ]; then
    6568    . /etc/init.d/functions
    6669    fail_msg() {
    6770        echo_failure

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy