VirtualBox

Changeset 57971 in vbox


Ignore:
Timestamp:
Sep 30, 2015 3:16:48 PM (9 years ago)
Author:
vboxsync
Message:

Installers/linux: output clean-up.

Location:
trunk/src/VBox
Files:
3 edited

Legend:

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

    r57945 r57971  
    8787start() {
    8888    if ! test -f $PIDFILE; then
    89         begin "Starting VirtualBox Guest Addition service " console;
     89        begin "Starting VirtualBox Guest Addition service" console;
    9090        vboxaddrunning || {
    9191            echo "VirtualBox Additions module not loaded!"
     
    102102stop() {
    103103    if test -f $PIDFILE; then
    104         begin "Stopping VirtualBox Guest Addition service " console;
     104        begin "Stopping VirtualBox Guest Addition service" console;
    105105        killproc $binary
    106106        RETVAL=$?
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r57969 r57971  
    298298    test_sane_kernel_dir
    299299
    300     echo
    301300    begin "Building the main Guest Additions module"
    302301    if ! $BUILDINTMP \
     
    404403setup()
    405404{
     405    begin "Building Guest Additions kernel modules" console
    406406    if test -r $config; then
    407407      . $config
     
    423423    if [ "$mod_succ" -eq "0" ]; then
    424424        if running_vboxguest || running_vboxadd; then
    425             printf "You should restart your guest to make sure the new modules are actually used\n\n"
     425            begin "You should restart your guest to make sure the new modules are actually used" console
    426426        else
    427427            start
  • trunk/src/VBox/Installer/linux/vboxdrv.sh.in

    r57969 r57971  
    233233setup()
    234234{
     235    begin_msg "Building VirtualBox kernel modules" console
    235236    stop
    236237    if find /lib/modules/`uname -r` -name "vboxpci\.*" 2>/dev/null|grep -q vboxpci; then
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