VirtualBox

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

More installer script fixes

File:
1 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!"
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