VirtualBox

Ignore:
Timestamp:
Oct 9, 2012 12:39:06 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
81234
Message:

Installer: fix balloon service start script to use the changed interval option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/smf-vboxballoonctrl.sh

    r36748 r43579  
    22# $Id$
    33
    4 # Copyright (C) 2008-2011 Oracle Corporation
     4# Copyright (C) 2008-2012 Oracle Corporation
    55#
    66# This file is part of VirtualBox Open Source Edition (OSE), as
     
    6262        [ -z "$VW_LOGSIZE" ] && VW_LOGSIZE=104857600
    6363        [ -z "$VW_LOGINTERVAL" ] && VW_LOGINTERVAL=86400
    64         exec su - "$VW_USER" -c "/opt/VirtualBox/VBoxBalloonCtrl --background --interval \"$VW_INTERVAL\" --balloon-inc \"$VW_INCREMENT\" --balloon-dec \"$VW_DECREMENT\" --balloon-lower-limit \"$VW_LOWERLIMIT\" --logrotate \"$VW_ROTATE\" --logsize \"$VW_LOGSIZE\" --loginterval \"$VW_LOGINTERVAL\""
     64        exec su - "$VW_USER" -c "/opt/VirtualBox/VBoxBalloonCtrl --background --balloon-interval \"$VW_INTERVAL\" --balloon-inc \"$VW_INCREMENT\" --balloon-dec \"$VW_DECREMENT\" --balloon-lower-limit \"$VW_LOWERLIMIT\" --logrotate \"$VW_ROTATE\" --logsize \"$VW_LOGSIZE\" --loginterval \"$VW_LOGINTERVAL\""
    6565
    6666        VW_EXIT=$?
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette