VirtualBox

Ignore:
Timestamp:
Jan 26, 2007 10:37:16 AM (18 years ago)
Author:
vboxsync
Message:

More installer script fixes

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

Legend:

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

    r301 r350  
    151151start() {
    152152    if ! test -f $PIDFILE; then
    153         echo -n "Starting vboxadd-timesync ";
     153        echo -n "Starting VirtualBox host to guest time synchronisation";
    154154        vboxaddrunning || {
    155155            echo "VirtualBox Additions module not loaded!"
     
    166166stop() {
    167167    if test -f $PIDFILE; then
    168         echo -n "Stopping vboxadd-timesync";
     168        echo -n "Stopping VirtualBox host to guest time synchronisation";
    169169        vboxaddrunning || {
    170170            echo "VirtualBox Additions module not loaded!"
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r301 r350  
    170170    if [ ! -c $dev ]; then
    171171        maj=`sed -n 's;\([0-9]\+\) vboxadd;\1;p' /proc/devices`
     172        test -z "$maj" && maj=`sed -n 's;\([0-9]\+\) vboxadd;\1;p' /proc/misc`
    172173        test -z "$maj" && {
    173174            rmmod $modname
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