VirtualBox

Ignore:
Timestamp:
Sep 26, 2008 1:18:45 PM (16 years ago)
Author:
vboxsync
Message:

Additions/Linux/timesync: Integrate contribution from Heinz Wiesinger, adding slackware support.

File:
1 edited

Legend:

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

    r9108 r12768  
    4646    system=gentoo
    4747    PIDFILE="/var/run/vboxadd-timesync"
     48elif [ -f /etc/slackware-version ]; then
     49    system=slackware
     50    PIDFILE="/var/run/vboxadd-timesync"
    4851else
    4952    system=other
     
    122125        shift
    123126    fi
     127fi
     128
     129if [ "$system" = "slackware" ]; then
     130    daemon() {
     131        $1 $2
     132    }
     133
     134    killproc() {
     135        killall $1
     136        rm -f $PIDFILE
     137    }
     138
     139    fail_msg() {
     140        echo " ...fail!"
     141    }
     142
     143    succ_msg() {
     144        echo " ...done."
     145    }
     146
     147    status() {
     148        echo -n "Checking for vboxadd-timesync"
     149        if [ -f /var/run/$1 ]; then
     150            echo " ...running"
     151        else
     152            echo " ...not running"
     153        fi
     154    }
     155
    124156fi
    125157
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