VirtualBox

Changeset 38809 in vbox


Ignore:
Timestamp:
Sep 20, 2011 4:23:12 PM (13 years ago)
Author:
vboxsync
Message:

Additions/linux/installer: treat unknown distributions like Slackware (no custom functions) in vboxadd-service.sh

File:
1 edited

Legend:

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

    r38093 r38809  
    171171fi
    172172
    173 if [ "$system" = "slackware" ]; then
     173if [ "$system" = "slackware" -o "$system" = "other" ]; then
    174174    daemon() {
    175175        $1 $2
     
    215215    status() {
    216216        statusproc $1
    217     }
    218 fi
    219 
    220 if [ "$system" = "other" ]; then
    221     fail_msg() {
    222         echo " ...fail!"
    223     }
    224 
    225     succ_msg() {
    226         echo " ...done."
    227     }
    228 
    229     begin() {
    230         echo -n "$1"
    231217    }
    232218fi
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