VirtualBox

Changeset 7146 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Feb 26, 2008 3:11:22 PM (17 years ago)
Author:
vboxsync
Message:

Linux installer: cosmetcial fixes

Location:
trunk/src/VBox/Installer/linux
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/vboxdrv.sh.in

    r7143 r7146  
    5757[ -r /etc/default/virtualbox ] && . /etc/default/virtualbox
    5858
    59 if [ -z "$NOLSB"  ]; then
     59if [ -z "$NOLSB" ]; then
    6060    . /lib/lsb/init-functions
    6161    fail_msg() {
     
    9595        . /sbin/functions.sh
    9696        fail_msg() {
    97             eerror $1
     97            eerror "$1"
    9898        }
    9999        succ_msg() {
    100             eend $?
     100            eend "$?"
    101101        }
    102102        begin_msg() {
    103             ebegin $1
     103            ebegin "$1"
    104104        }
    105105        if [ "`which $0`" = "/sbin/rc" ]; then
     
    119119            [ -z "${1:-}" ] && return 1
    120120            if [ -z "${2:-}" ]; then
    121                 echo -n "$1:"
    122                 return
     121                echo -n "$1"
     122            else
     123                echo -n "$1: $2"
    123124            fi
    124             echo -n "$1: $2"
    125125        }
    126126    fi
  • trunk/src/VBox/Installer/linux/vboxnet.sh.in

    r7143 r7146  
    6565            echo_failure
    6666            echo
    67             echo "($1)"
     67            echo "  ($1)"
    6868        }
    6969        succ_msg() {
     
    7676            rc_failed 1
    7777            rc_status -v
    78             echo "($1)"
     78            echo "  ($1)"
    7979        }
    8080        succ_msg() {
     
    8585        . /sbin/functions.sh
    8686        fail_msg() {
    87             eerror $1
     87            eerror "$1"
    8888        }
    8989        succ_msg() {
    90             eend $?
     90            eend "$?"
    9191        }
    9292        begin_msg() {
    93             ebegin $1
     93            ebegin "$1"
    9494        }
    9595        if [ "`which $0`" = "/sbin/rc" ]; then
     
    9999        fail_msg() {
    100100            echo " ...failed!"
    101             echo "($1)"
     101            echo "  ($1)"
    102102        }
    103103        succ_msg() {
     
    109109            [ -z "${1:-}" ] && return 1
    110110            if [ -z "${2:-}" ]; then
    111                 echo -n "$1:"
    112                 return
     111                echo -n "$1"
     112            else
     113                echo -n "$1: $2"
    113114            fi
    114             echo -n "$1: $2"
    115115        }
    116116    fi
     
    119119failure()
    120120{
    121     fail_msg $1
     121    fail_msg "$1"
    122122    # never return with exit code != 0
    123123    exit 0
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