[Pkg-virtualbox-commits] [SCM] virtualbox Debian packaging branch, experimental, updated. debian/4.1.18-dfsg-2-25-g79d2334

Felix Geyer fgeyer at debian.org
Sun Mar 3 21:39:08 UTC 2013


The following commit has been merged in the experimental branch:
commit 79d23344b4eb62fdfa1af1b8ae00a3da58d3e684
Author: Felix Geyer <fgeyer at debian.org>
Date:   Sun Mar 3 22:38:54 2013 +0100

    Update man pages.

diff --git a/debian/README.source b/debian/README.source
index 4d36717..2ece31d 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -22,6 +22,7 @@ Generating manpages
 help2man --section=1 --name="x86 virtualization solution" --version-string="VERSION_STRING" --no-info VBoxHeadless | sed -r 's/( VERSION_STRING|( Version)? [0-9]\.[0-9]\.[0-9]_[a-zA-Z]+)//g' > VBoxHeadless.1
 help2man --section=1 --name="x86 virtualization solution" --version-string="VERSION_STRING" --no-info VBoxManage | sed -r 's/( VERSION_STRING|( Version)? [0-9]\.[0-9]\.[0-9]_[a-zA-Z]+)//g' > VBoxManage.1
 help2man --section=1 --name="x86 virtualization solution" --version-string="VERSION_STRING" --no-info VBoxSDL | sed -r 's/( VERSION_STRING|( Version)? [0-9]\.[0-9]\.[0-9]_[a-zA-Z]+)//g' > VBoxSDL.1
+help2man --section=1 --name="x86 virtualization solution" --version-string="VERSION_STRING" --no-info VBoxBalloonCtrl | sed -r 's/( VERSION_STRING|( Version)? [0-9]\.[0-9]\.[0-9]_[a-zA-Z]+)//g' > VBoxBalloonCtrl.1
 help2man --section=1 --name="x86 virtualization solution" --version-string="VERSION_STRING" --no-info --no-discard-stderr vboxwebsrv | sed -r 's/( VERSION_STRING|( Version)? [0-9]\.[0-9]\.[0-9]_[a-zA-Z]+)//g' > vboxwebsrv.1
 help2man --section=1 --name="x86 virtualization solution" --version-string="VERSION_STRING" --no-info VirtualBox | sed -r 's/( VERSION_STRING|( Version)? [0-9]\.[0-9]\.[0-9]_[a-zA-Z]+)//g' > VirtualBox.1
 
diff --git a/debian/changelog b/debian/changelog
index 85ef623..d02518f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ virtualbox (4.2.8-dfsg-1) UNRELEASED; urgency=low
   * Fix path to VBoxCreateUSBNode.sh in virtualbox.postinst. (Closes: #700479)
   * Add an init script to virtuabox-guest-x11 which loads the vboxvideo
     kernel module. The X Server 1.13 doesn't load it anymore. (Closes: #686994)
+  * Update man pages.
 
  -- Felix Geyer <fgeyer at debian.org>  Fri, 25 Jan 2013 18:14:24 +0100
 
diff --git a/debian/manpages/VBoxBalloonCtrl.1 b/debian/manpages/VBoxBalloonCtrl.1
new file mode 100644
index 0000000..438e55a
--- /dev/null
+++ b/debian/manpages/VBoxBalloonCtrl.1
@@ -0,0 +1,26 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.11.
+.TH VBOXBALLOONCTRL "1" "March 2013" "VBoxBalloonCtrl" "User Commands"
+.SH NAME
+VBoxBalloonCtrl \- x86 virtualization solution
+.SH DESCRIPTION
+\fB\-\-balloon\-dec\fR          Sets the ballooning decrement in MB (128 MB).
+\fB\-\-balloon\-groups\fR       Sets the VM groups for ballooning (all).
+\fB\-\-balloon\-inc\fR          Sets the ballooning increment in MB (256 MB).
+\fB\-\-balloon\-interval\fR     Sets the check interval in ms (30 seconds).
+\fB\-\-balloon\-lower\-limit\fR  Sets the ballooning lower limit in MB (64 MB).
+\fB\-\-balloon\-max\fR          Sets the balloon maximum limit in MB (0 MB).
+.IP
+Specifying "0" means disabled ballooning.
+.PP
+Set "VBoxInternal/Guest/BalloonSizeMax" for a per\-VM maximum ballooning size.
+\fB\-\-balloon\-safety\-margin\fR Free memory when deflating a balloon in MB (1024 MB).
+\fB\-\-apimon\-groups\fR        Sets the VM groups for monitoring (all),
+.IP
+comma\-separated list.
+.SS "--apimon-isln-response Sets the isolation response to one of:"
+.IP
+none, pause, poweroff, save, shutdown
+(none).
+.PP
+\fB\-\-apimon\-isln\-timeout\fR  Sets the isolation timeout in ms (30s).
+\fB\-\-apimon\-resp\-timeout\fR  Sets the response timeout in ms (30s).
diff --git a/debian/manpages/VBoxClient.1 b/debian/manpages/VBoxClient.1
index 24d78ab..4c855f4 100644
--- a/debian/manpages/VBoxClient.1
+++ b/debian/manpages/VBoxClient.1
@@ -1,10 +1,10 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.4.
-.TH VBOXCLIENT "1" "January 2011" "VBoxClient" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.41.1.
+.TH VBOXCLIENT "1" "March 2013" "VBoxClient" "User Commands"
 .SH NAME
 VBoxClient \- x86 virtualization solution
 .SH SYNOPSIS
 .B VBoxClient
-\fI--clipboard|--display|--checkhostversion|--seamless \fR[\fI-d|--nodaemon\fR]
+\fI--clipboard|--draganddrop|--display|--checkhostversion|--seamless \fR[\fI-d|--nodaemon\fR]
 .SH DESCRIPTION
 Start the VirtualBox X Window System guest services.
 .SH OPTIONS
@@ -12,6 +12,9 @@ Start the VirtualBox X Window System guest services.
 \fB\-\-clipboard\fR
 start the shared clipboard service
 .TP
+\fB\-\-draganddrop\fR
+start the drag and drop service
+.TP
 \fB\-\-display\fR
 start the display management service
 .HP
diff --git a/debian/manpages/VBoxControl.8 b/debian/manpages/VBoxControl.8
index 6158a96..2b68ddf 100644
--- a/debian/manpages/VBoxControl.8
+++ b/debian/manpages/VBoxControl.8
@@ -1,24 +1,24 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.4.
-.TH VBOXCONTROL "8" "January 2011" "VBoxControl" "System Administration Utilities"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.41.1.
+.TH VBOXCONTROL "8" "March 2013" "VBoxControl" "System Administration Utilities"
 .SH NAME
 VBoxControl \- x86 virtualization solution
 .SH DESCRIPTION
 Oracle VM VirtualBox Guest Additions Command Line Management Interface
-(C) 2008\-2011 Oracle Corporation
+(C) 2008\-2013 Oracle Corporation
 All rights reserved.
 .PP
 Usage:
 .PP
-VBoxControl [\-v|\-version]            print version number and exit
-VBoxControl \fB\-nologo\fR ...              suppress the logo
+VBoxControl [\-v|\-\-version]           print version number and exit
+VBoxControl \fB\-\-nologo\fR ...             suppress the logo
 .PP
-VBoxControl guestproperty            get <property> [\-verbose]
-VBoxControl guestproperty            set <property> [<value> [\-flags <flags>]]
-VBoxControl guestproperty            enumerate [\-patterns <patterns>]
+VBoxControl guestproperty            get <property> [\-\-verbose]
+VBoxControl guestproperty            set <property> [<value> [\-\-flags <flags>]]
+VBoxControl guestproperty            enumerate [\-\-patterns <patterns>]
 VBoxControl guestproperty            wait <patterns>
 .IP
-[\-timestamp <last timestamp>]
-[\-timeout <timeout in ms>
+[\-\-timestamp <last timestamp>]
+[\-\-timeout <timeout in ms>
 .PP
 VBoxControl sharedfolder             list [\-automount]
 VBoxControl writecoredump
diff --git a/debian/manpages/VBoxHeadless.1 b/debian/manpages/VBoxHeadless.1
index 4c6b73a..2a7d7b2 100644
--- a/debian/manpages/VBoxHeadless.1
+++ b/debian/manpages/VBoxHeadless.1
@@ -1,25 +1,16 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.2.
-.TH VBOXHEADLESS "1" "January 2011" "VBoxHeadless" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.11.
+.TH VBOXHEADLESS "1" "March 2013" "VBoxHeadless" "User Commands"
 .SH NAME
 VBoxHeadless \- x86 virtualization solution
 .SH DESCRIPTION
 Oracle VM VirtualBox Headless Interface
-(C) 2008\-2011 Oracle Corporation
+(C) 2008\-2013 Oracle Corporation
 All rights reserved.
 .SS "Usage:"
 .TP
 \fB\-s\fR, \fB\-startvm\fR, \fB\-\-startvm\fR <name|uuid>
 Start given VM (required argument)
 .TP
-\fB\-n\fR, \fB\-\-vnc\fR
-Enable the built in VNC server
-.TP
-\fB\-m\fR, \fB\-\-vncport\fR <port>
-TCP port number to use for the VNC server
-.TP
-\fB\-o\fR, \fB\-\-vncpass\fR <pw>
-Set the VNC server password
-.TP
 \fB\-v\fR, \fB\-vrde\fR, \fB\-\-vrde\fR on|off|config
 Enable (default) or disable the VRDE
 server or don't change the setting
@@ -31,6 +22,12 @@ two port numbers to specify a range
 "TCP/Address" \- interface IP the VRDE server
 will bind to
 .TP
+\fB\-\-settingspw\fR <pw>
+Specify the settings password
+.TP
+\fB\-\-settingspwfile\fR <file>
+Specify a file containing the settings password
+.TP
 \fB\-c\fR, \fB\-capture\fR, \fB\-\-capture\fR
 Record the VM screen output to a file
 .TP
@@ -44,6 +41,5 @@ Frame height when recording
 Recording bit rate when recording
 .TP
 \fB\-f\fR, \fB\-\-filename\fR
-File name when recording.  The codec
-used will be chosen based on the
-file extension
+File name when recording. The codec used
+will be chosen based on the file extension
diff --git a/debian/manpages/VBoxManage.1 b/debian/manpages/VBoxManage.1
index a9044f6..ccdc941 100644
--- a/debian/manpages/VBoxManage.1
+++ b/debian/manpages/VBoxManage.1
@@ -1,48 +1,71 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.2.
-.TH VBOXMANAGE "1" "January 2011" "VBoxManage" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.11.
+.TH VBOXMANAGE "1" "March 2013" "VBoxManage" "User Commands"
 .SH NAME
 VBoxManage \- x86 virtualization solution
 .SH DESCRIPTION
 Oracle VM VirtualBox Command Line Management Interface
-(C) 2005\-2011 Oracle Corporation
+(C) 2005\-2013 Oracle Corporation
 All rights reserved.
 .PP
 Usage:
-.PP
-VBoxManage [\-v|\-\-version]    print version number and exit
-VBoxManage [\-q|\-\-nologo] ... suppress the logo
-.PP
-VBoxManage list [\-\-long|\-l] vms|runningvms|ostypes|hostdvds|hostfloppies|
 .IP
+VBoxManage [<general option>] <command>
+.PP
+General Options:
+.TP
+[\-v|\-\-version]
+print version number and exit
+.TP
+[\-q|\-\-nologo]
+suppress the logo
+.TP
+[\-\-settingspw <pw>]
+provide the settings password
+.IP
+[\-\-settingspwfile <file>] provide a file containing the settings password
+.PP
+Commands:
+.TP
+list [\-\-long|\-l]
+vms|runningvms|ostypes|hostdvds|hostfloppies|
 bridgedifs|hostonlyifs|dhcpservers|hostinfo|
 hostcpuids|hddbackends|hdds|dvds|floppies|
-usbhost|usbfilters|systemproperties|extpacks
-.PP
-VBoxManage showvminfo       <uuid>|<name> [\-\-details] [\-\-statistics]
-.IP
+usbhost|usbfilters|systemproperties|extpacks|
+groups
+.TP
+showvminfo
+<uuid>|<name> [\-\-details]
 [\-\-machinereadable]
-.PP
-VBoxManage showvminfo       <uuid>|<name> \fB\-\-log\fR <idx>
-.PP
-VBoxManage registervm       <filename>
-.PP
-VBoxManage unregistervm     <uuid>|<name> [\-\-delete]
-.PP
-VBoxManage createvm         \fB\-\-name\fR <name>
-.IP
+.TP
+showvminfo
+<uuid>|<name> \fB\-\-log\fR <idx>
+.TP
+registervm
+<filename>
+.TP
+unregistervm
+<uuid>|<name> [\-\-delete]
+.TP
+createvm
+\fB\-\-name\fR <name>
+[\-\-groups <group>, ...]
 [\-\-ostype <ostype>]
 [\-\-register]
-[\-\-basefolder <path> | \fB\-\-settingsfile\fR <path>]
+[\-\-basefolder <path>]
 [\-\-uuid <uuid>]
-.PP
-VBoxManage modifyvm         <uuid|name>
-.IP
+.TP
+modifyvm
+<uuid|name>
 [\-\-name <name>]
+[\-\-groups <group>, ...]
 [\-\-ostype <ostype>]
 [\-\-memory <memorysize in MB>]
 [\-\-pagefusion on|off]
 [\-\-vram <vramsize in MB>]
 [\-\-acpi on|off]
+[\-\-pciattach 03:04.0]
+[\-\-pciattach 03:04.0 at 02:01.0]
+[\-\-pcidetach 03:04.0]
 [\-\-ioapic on|off]
 [\-\-pae on|off]
 [\-\-hpet on|off]
@@ -77,7 +100,7 @@ VBoxManage modifyvm         <uuid|name>
 [\-\-boot<1\-4> none|floppy|dvd|disk|net>]
 [\-\-nic<1\-N> none|null|nat|bridged|intnet|hostonly|
 .IP
-vde]
+generic]
 .IP
 [\-\-nictype<1\-N> Am79C970A|Am79C973|
 .IP
@@ -87,13 +110,16 @@ virtio]
 [\-\-cableconnected<1\-N> on|off]
 [\-\-nictrace<1\-N> on|off]
 [\-\-nictracefile<1\-N> <filename>]
+[\-\-nicproperty<1\-N> name=[value]]
 [\-\-nicspeed<1\-N> <kbps>]
 [\-\-nicbootprio<1\-N> <priority>]
+[\-\-nicpromisc<1\-N> deny|allow\-vms|allow\-all]
+[\-\-nicbandwidthgroup<1\-N> none|<name>]
 [\-\-bridgeadapter<1\-N> none|<devicename>]
 [\-\-hostonlyadapter<1\-N> none|<devicename>]
 [\-\-intnet<1\-N> <network name>]
 [\-\-natnet<1\-N> <network>|default]
-[\-\-vdenet<1\-N> <network>|default]
+[\-\-nicgenericdrv<1\-N> <driver>
 [\-\-natsettings<1\-N> [<mtu>],[<socksnd>],
 .IP
 [<sockrcv>],[<tcpsnd>],
@@ -107,6 +133,7 @@ virtio]
 [\-\-nattftpprefix<1\-N> <prefix>]
 [\-\-nattftpfile<1\-N> <file>]
 [\-\-nattftpserver<1\-N> <ip>]
+[\-\-natbindip<1\-N> <ip>
 [\-\-natdnspassdomain<1\-N> on|off]
 [\-\-natdnsproxy<1\-N> on|off]
 [\-\-natdnshostresolver<1\-N> on|off]
@@ -125,6 +152,8 @@ client <pipe>|
 file <file>|
 <devicename>]
 .IP
+[\-\-lpt<1\-N> off|<I/O base> <IRQ>]
+[\-\-lptmode<1\-N> <devicename>]
 [\-\-guestmemoryballoon <balloonsize in MB>]
 [\-\-gueststatisticsinterval <seconds>]
 [\-\-audio none|null|oss|alsa|pulse]
@@ -133,6 +162,7 @@ file <file>|
 .IP
 bidirectional]
 .IP
+[\-\-draganddrop disabled|hosttoguest
 [\-\-vrde on|off]
 [\-\-vrdeextpack default|<name>
 [\-\-vrdeproperty <name=[value]>]
@@ -151,16 +181,41 @@ bidirectional]
 [\-\-teleporterport <port>]
 [\-\-teleporteraddress <address|empty>
 [\-\-teleporterpassword <password>]
-.PP
-VBoxManage import           <ovf/ova> [\-\-dry\-run|\-n] [more options]
+[\-\-teleporterpasswordfile  <file>|stdin]
+[\-\-tracing\-enabled on|off]
+[\-\-tracing\-config <config\-string>]
+[\-\-tracing\-allow\-vm\-access on|off]
+[\-\-usbwebcam on|off]
+[\-\-usbcardreader on|off]
+[\-\-autostart\-enabled on|off]
+[\-\-autostart\-delay <seconds>]
+.TP
+clonevm
+<uuid>|<name>
+[\-\-snapshot <uuid>|<name>]
+[\-\-mode machine|machineandchildren|all]
+[\-\-options link|keepallmacs|keepnatmacs|
+.IP
+keepdisknames]
 .IP
+[\-\-name <name>]
+[\-\-groups <group>, ...]
+[\-\-basefolder <basefolder>]
+[\-\-uuid <uuid>]
+[\-\-register]
+.TP
+import
+<ovf/ova>
+[\-\-dry\-run|\-n]
+[\-\-options keepallmacs|keepnatmacs]
+[more options]
 (run with \fB\-n\fR to have options displayed
 .IP
 for a particular OVF)
-.PP
-VBoxManage export           <machines> \fB\-\-output\fR|\-o <ovf/ova>
-.IP
-[\-\-legacy09]
+.TP
+export
+<machines> \fB\-\-output\fR|\-o <name>.<ovf/ova>
+[\-\-legacy09|\-\-ovf09|\-\-ovf10|\-\-ovf20]
 [\-\-manifest]
 [\-\-vsys <number of virtual system>]
 .IP
@@ -171,23 +226,24 @@ VBoxManage export           <machines> \fB\-\-output\fR|\-o <ovf/ova>
 [\-\-version <version info>]
 [\-\-eula <license text>]
 [\-\-eulafile <filename>]
-.PP
-VBoxManage startvm          <uuid>|<name>
-.IP
+.TP
+startvm
+<uuid>|<name>...
 [\-\-type gui|sdl|headless]
-.PP
-VBoxManage controlvm        <uuid>|<name>
-.IP
+.TP
+controlvm
+<uuid>|<name>
 pause|resume|reset|poweroff|savestate|
 acpipowerbutton|acpisleepbutton|
 keyboardputscancode <hex> [<hex> ...]|
 setlinkstate<1\-N> on|off |
-nic<1\-N> null|nat|bridged|intnet|hostonly
+nic<1\-N> null|nat|bridged|intnet|hostonly|generic
 .IP
 [<devicename>] |
 .IP
 nictrace<1\-N> on|off
 nictracefile<1\-N> <filename>
+nicproperty<1\-N> name=[value]
 natpf<1\-N> [<rulename>],tcp|udp,[<hostip>],
 .IP
 <hostport>,[<guestip>],<guestport>
@@ -197,29 +253,47 @@ guestmemoryballoon <balloonsize in MB>]
 gueststatisticsinterval <seconds>]
 usbattach <uuid>|<address> |
 usbdetach <uuid>|<address> |
+clipboard disabled|hosttoguest|guesttohost|
+.IP
+bidirectional]
+.IP
+draganddrop disabled|hosttoguest]
 vrde on|off |
 vrdeport <port> |
 vrdeproperty <name=[value]> |
 vrdevideochannelquality <percent>
-setvideomodehint <xres> <yres> <bpp> [display] |
-setcredentials <username> <password> <domain>
+setvideomodehint <xres> <yres> <bpp>
+.IP
+[[<display>] [<enabled:yes|no>
+.IP
+[<xorigin> <yorigin>]]] |
 .IP
+screenshotpng <file> [display] |
+setcredentials <username>
+.IP
+\fB\-\-passwordfile\fR <file> | <password>
+<domain>
 [\-\-allowlocallogon <yes|no>] |
 .IP
 teleport \fB\-\-host\fR <name> \fB\-\-port\fR <port>
 .IP
-[\-\-maxdowntime <msec>] [\-\-password password]
+[\-\-maxdowntime <msec>]
+[\-\-passwordfile <file> |
+.IP
+\fB\-\-password\fR <password>]
 .IP
 plugcpu <id>
 unplugcpu <id>
 cpuexecutioncap <1\-100>
-.PP
-VBoxManage discardstate     <uuid>|<name>
-.PP
-VBoxManage adoptstate       <uuid>|<name> <state_file>
-.PP
-VBoxManage snapshot         <uuid>|<name>
-.IP
+.TP
+discardstate
+<uuid>|<name>
+.TP
+adoptstate
+<uuid>|<name> <state_file>
+.TP
+snapshot
+<uuid>|<name>
 take <name> [\-\-description <desc>] [\-\-pause] |
 delete <uuid>|<name> |
 restore <uuid>|<name> |
@@ -229,19 +303,20 @@ edit <uuid>|<name>|\-\-current
 [\-\-name <name>]
 [\-\-description <desc>] |
 .IP
+list [\-\-details|\-\-machinereadable]
 showvminfo <uuid>|<name>
-.PP
-VBoxManage closemedium      disk|dvd|floppy <uuid>|<filename>
-.IP
+.TP
+closemedium
+disk|dvd|floppy <uuid>|<filename>
 [\-\-delete]
-.PP
-VBoxManage storageattach    <uuid|vmname>
-.IP
+.TP
+storageattach
+<uuid|vmname>
 \fB\-\-storagectl\fR <name>
-\fB\-\-port\fR <number>
-\fB\-\-device\fR <number>
+[\-\-port <number>]
+[\-\-device <number>]
 [\-\-type dvddrive|hdd|fdd]
-[\-\-medium none|emptydrive|
+[\-\-medium none|emptydrive|additions|
 .IP
 <uuid>|<filename>|host:<drive>|iscsi]
 .IP
@@ -250,49 +325,65 @@ VBoxManage storageattach    <uuid|vmname>
 readonly|multiattach]
 .IP
 [\-\-comment <text>]
+[\-\-setuuid <uuid>]
+[\-\-setparentuuid <uuid>]
 [\-\-passthrough on|off]
+[\-\-tempeject on|off]
+[\-\-nonrotational on|off]
+[\-\-discard on|off]
 [\-\-bandwidthgroup <name>]
 [\-\-forceunmount]
 [\-\-server <name>|<ip>]
 [\-\-target <target>]
-[\-\-port <port>]
+[\-\-tport <port>]
 [\-\-lun <lun>]
 [\-\-encodedlun <lun>]
 [\-\-username <username>]
 [\-\-password <password>]
+[\-\-initiator <initiator>]
 [\-\-intnet]
-.PP
-VBoxManage storagectl       <uuid|vmname>
-.IP
+.TP
+storagectl
+<uuid|vmname>
 \fB\-\-name\fR <name>
 [\-\-add ide|sata|scsi|floppy|sas]
 [\-\-controller LSILogic|LSILogicSAS|BusLogic|
 .IP
 IntelAHCI|PIIX3|PIIX4|ICH6|I82078]
 .IP
-[\-\-sataideemulation<1\-4> <1\-30>]
 [\-\-sataportcount <1\-30>]
 [\-\-hostiocache on|off]
 [\-\-bootable on|off]
 [\-\-remove]
-.PP
-VBoxManage bandwidthctl     <uuid|vmname>
-.IP
-\fB\-\-name\fR <name>
-[\-\-add disk|network]
-[\-\-limit <megabytes per second>
-[\-\-delete]
-.PP
-VBoxManage showhdinfo       <uuid>|<filename>
-.PP
-VBoxManage createhd         \fB\-\-filename\fR <filename>
-.IP
-\fB\-\-size\fR <megabytes>|\-\-sizebyte <bytes>
+.TP
+bandwidthctl
+<uuid|vmname>
+add <name> \fB\-\-type\fR disk|network
+.IP
+\fB\-\-limit\fR <megabytes per second>[k|m|g|K|M|G] |
+.IP
+set <name>
+.IP
+\fB\-\-limit\fR <megabytes per second>[k|m|g|K|M|G] |
+.IP
+remove <name> |
+list [\-\-machinereadable]
+(limit units: k=kilobit, m=megabit, g=gigabit,
+.IP
+K=kilobyte, M=megabyte, G=gigabyte)
+.TP
+showhdinfo
+<uuid>|<filename>
+.TP
+createhd
+\fB\-\-filename\fR <filename>
+[\-\-size <megabytes>|\-\-sizebyte <bytes>]
+[\-\-diffparent <uuid>|<filename>
 [\-\-format VDI|VMDK|VHD] (default: VDI)
 [\-\-variant Standard,Fixed,Split2G,Stream,ESX]
-.PP
-VBoxManage modifyhd         <uuid>|<filename>
-.IP
+.TP
+modifyhd
+<uuid>|<filename>
 [\-\-type normal|writethrough|immutable|shareable|
 .IP
 readonly|multiattach]
@@ -300,41 +391,44 @@ readonly|multiattach]
 [\-\-autoreset on|off]
 [\-\-compact]
 [\-\-resize <megabytes>|\-\-resizebyte <bytes>]
-.PP
-VBoxManage clonehd          <uuid>|<filename> <outputfile>
-.IP
+.TP
+clonehd
+<uuid>|<filename> <uuid>|<outputfile>
 [\-\-format VDI|VMDK|VHD|RAW|<other>]
 [\-\-variant Standard,Fixed,Split2G,Stream,ESX]
 [\-\-existing]
-.PP
-VBoxManage convertfromraw   <filename> <outputfile>
-.IP
+.TP
+convertfromraw
+<filename> <outputfile>
 [\-\-format VDI|VMDK|VHD]
 [\-\-variant Standard,Fixed,Split2G,Stream,ESX]
-.PP
-VBoxManage convertfromraw   stdin <outputfile> <bytes>
-.IP
+[\-\-uuid <uuid>]
+.TP
+convertfromraw
+stdin <outputfile> <bytes>
 [\-\-format VDI|VMDK|VHD]
 [\-\-variant Standard,Fixed,Split2G,Stream,ESX]
-.PP
-VBoxManage getextradata     global|<uuid>|<name>
-.IP
+[\-\-uuid <uuid>]
+.TP
+getextradata
+global|<uuid>|<name>
 <key>|enumerate
-.PP
-VBoxManage setextradata     global|<uuid>|<name>
-.IP
+.TP
+setextradata
+global|<uuid>|<name>
 <key>
 [<value>] (no value deletes key)
-.PP
-VBoxManage setproperty      machinefolder default|<folder> |
-.IP
+.TP
+setproperty
+machinefolder default|<folder> |
 vrdeauthlibrary default|<library> |
 websrvauthlibrary default|null|<library> |
 vrdeextpack null|<library> |
+autostartdbpath null|<folder> |
 loghistorycount <value>
-.PP
-VBoxManage usbfilter        add <index,0\-N>
-.IP
+.TP
+usbfilter
+add <index,0\-N>
 \fB\-\-target\fR <uuid>|<name>|global
 \fB\-\-name\fR <string>
 \fB\-\-action\fR ignore|hold (global filters only)
@@ -347,9 +441,9 @@ VBoxManage usbfilter        add <index,0\-N>
 [\-\-remote yes|no] (null, VM filters only)
 [\-\-serialnumber <string>] (null)
 [\-\-maskedinterfaces <XXXXXXXX>]
-.PP
-VBoxManage usbfilter        modify <index,0\-N>
-.IP
+.TP
+usbfilter
+modify <index,0\-N>
 \fB\-\-target\fR <uuid>|<name>|global
 [\-\-name <string>]
 [\-\-action ignore|hold] (global filters only)
@@ -362,110 +456,139 @@ VBoxManage usbfilter        modify <index,0\-N>
 [\-\-remote yes|no] (null, VM filters only)
 [\-\-serialnumber <string>|""]
 [\-\-maskedinterfaces <XXXXXXXX>]
-.PP
-VBoxManage usbfilter        remove <index,0\-N>
-.IP
+.TP
+usbfilter
+remove <index,0\-N>
 \fB\-\-target\fR <uuid>|<name>|global
-.PP
-VBoxManage sharedfolder     add <vmname>|<uuid>
-.IP
+.TP
+sharedfolder
+add <vmname>|<uuid>
 \fB\-\-name\fR <name> \fB\-\-hostpath\fR <hostpath>
 [\-\-transient] [\-\-readonly] [\-\-automount]
-.PP
-VBoxManage sharedfolder     remove <vmname>|<uuid>
-.IP
+.TP
+sharedfolder
+remove <vmname>|<uuid>
 \fB\-\-name\fR <name> [\-\-transient]
-.PP
-VBoxManage guestproperty    get <vmname>|<uuid>
-.IP
+.TP
+guestproperty
+get <vmname>|<uuid>
 <property> [\-\-verbose]
-.PP
-VBoxManage guestproperty    set <vmname>|<uuid>
-.IP
+.TP
+guestproperty
+set <vmname>|<uuid>
 <property> [<value> [\-\-flags <flags>]]
-.PP
-VBoxManage guestproperty    enumerate <vmname>|<uuid>
-.IP
+.TP
+guestproperty
+enumerate <vmname>|<uuid>
 [\-\-patterns <patterns>]
-.PP
-VBoxManage guestproperty    wait <vmname>|<uuid> <patterns>
-.IP
+.TP
+guestproperty
+wait <vmname>|<uuid> <patterns>
 [\-\-timeout <msec>] [\-\-fail\-on\-timeout]
-.PP
-VBoxManage guestcontrol     exec[ute] <vmname>|<uuid>
-.IP
-<path to program>
-\fB\-\-username\fR <name> \fB\-\-password\fR <password>
-[\-\-arguments "<arguments>"]
+.TP
+guestcontrol
+<vmname>|<uuid>
+exec[ute]
+\fB\-\-image\fR <path to program> \fB\-\-username\fR <name>
+[\-\-passwordfile <file> | \fB\-\-password\fR <password>]
+[\-\-domain <domain>] [\-\-verbose] [\-\-timeout <msec>]
 [\-\-environment "<NAME>=<VALUE> [<NAME>=<VALUE>]"]
-[\-\-flags <flags>] [\-\-timeout <msec>]
-[\-\-verbose] [\-\-wait\-for exit,stdout,stderr||]
-.IP
-copyto|cp <vmname>|<uuid>
-<source on host> <destination on guest>
-\fB\-\-username\fR <name> \fB\-\-password\fR <password>
-[\-\-dryrun] [\-\-follow] [\-\-recursive] [\-\-verbose]
-.IP
-createdir[ectory]|mkdir|md <vmname>|<uuid>
-<directory to create on guest>
-\fB\-\-username\fR <name> \fB\-\-password\fR <password>
-[\-\-parents] [\-\-mode <mode>] [\-\-verbose]
-.IP
-updateadditions <vmname>|<uuid>
+[\-\-wait\-exit] [\-\-wait\-stdout] [\-\-wait\-stderr]
+[\-\-dos2unix] [\-\-unix2dos]
+[\-\- [<argument1>] ... [<argumentN>]]
+.IP
+copyfrom
+<guest source> <host dest> \fB\-\-username\fR <name>
+[\-\-passwordfile <file> | \fB\-\-password\fR <password>]
+[\-\-domain <domain>] [\-\-verbose]
+[\-\-dryrun] [\-\-follow] [\-\-recursive]
+.IP
+copyto|cp
+<host source> <guest dest> \fB\-\-username\fR <name>
+[\-\-passwordfile <file> | \fB\-\-password\fR <password>]
+[\-\-domain <domain>] [\-\-verbose]
+[\-\-dryrun] [\-\-follow] [\-\-recursive]
+.IP
+createdir[ectory]|mkdir|md
+<guest directory>... \fB\-\-username\fR <name>
+[\-\-passwordfile <file> | \fB\-\-password\fR <password>]
+[\-\-domain <domain>] [\-\-verbose]
+[\-\-parents] [\-\-mode <mode>]
+.IP
+stat
+<file>... \fB\-\-username\fR <name>
+[\-\-passwordfile <file> | \fB\-\-password\fR <password>]
+[\-\-domain <domain>] [\-\-verbose]
+.IP
+updateadditions
 [\-\-source <guest additions .ISO>] [\-\-verbose]
-.PP
-VBoxManage debugvm          <uuid>|<name>
-.IP
+[\-\-wait\-start]
+.TP
+debugvm
+<uuid>|<name>
 dumpguestcore \fB\-\-filename\fR <name> |
 info <item> [args] |
 injectnmi |
+log [\-\-release|\-\-debug] <settings> ...|
+logdest [\-\-release|\-\-debug] <settings> ...|
+logflags [\-\-release|\-\-debug] <settings> ...|
 osdetect |
 osinfo |
 getregisters [\-\-cpu <id>] <reg>|all ... |
 setregisters [\-\-cpu <id>] <reg>=<value> ... |
+show [\-\-human\-readable|\-\-sh\-export|\-\-sh\-eval|
+.IP
+\fB\-\-cmd\-set]\fR
+.IP
+<logdbg\-settings|logrel\-settings>
+[[opt] what ...] |
+.IP
 statistics [\-\-reset] [\-\-pattern <pattern>]
 [\-\-descriptions]
-.PP
-VBoxManage metrics          list [*|host|<vmname> [<metric_list>]]
+.TP
+metrics
+list [*|host|<vmname> [<metric_list>]]
 .IP
 (comma\-separated)
-.PP
-VBoxManage metrics          setup
-.IP
+.TP
+metrics
+setup
 [\-\-period <seconds>] (default: 1)
 [\-\-samples <count>] (default: 1)
 [\-\-list]
 [*|host|<vmname> [<metric_list>]]
-.PP
-VBoxManage metrics          query [*|host|<vmname> [<metric_list>]]
-.PP
-VBoxManage metrics          enable
-.IP
+.TP
+metrics
+query [*|host|<vmname> [<metric_list>]]
+.TP
+metrics
+enable
 [\-\-list]
 [*|host|<vmname> [<metric_list>]]
-.PP
-VBoxManage metrics          disable
-.IP
+.TP
+metrics
+disable
 [\-\-list]
 [*|host|<vmname> [<metric_list>]]
-.PP
-VBoxManage metrics          collect
-.IP
+.TP
+metrics
+collect
 [\-\-period <seconds>] (default: 1)
 [\-\-samples <count>] (default: 1)
 [\-\-list]
 [\-\-detach]
 [*|host|<vmname> [<metric_list>]]
-.PP
-VBoxManage hostonlyif       ipconfig <name>
-.IP
+.TP
+hostonlyif
+ipconfig <name>
 [\-\-dhcp |
 \fB\-\-ip\fR<ipv4> [\-\-netmask<ipv4> (def: 255.255.255.0)] |
 \fB\-\-ipv6\fR<ipv6> [\-\-netmasklengthv6<length> (def: 64)]]
 create |
 remove <name>
-.PP
-VBoxManage dhcpserver       add|modify \fB\-\-netname\fR <network_name> |
+.TP
+dhcpserver
+add|modify \fB\-\-netname\fR <network_name> |
 .IP
 \fB\-\-ifname\fR <hostonly_if_name>
 .IP
@@ -474,12 +597,13 @@ VBoxManage dhcpserver       add|modify \fB\-\-netname\fR <network_name> |
 \fB\-\-lowerip\fR <lower_ip>
 \fB\-\-upperip\fR <upper_ip>]
 [\-\-enable | \fB\-\-disable]\fR
-.PP
-VBoxManage dhcpserver       remove \fB\-\-netname\fR <network_name> |
+.TP
+dhcpserver
+remove \fB\-\-netname\fR <network_name> |
 .IP
 \fB\-\-ifname\fR <hostonly_if_name>
-.PP
-VBoxManage extpack          install <tarball> |
-.IP
+.TP
+extpack
+install [\-\-replace] <tarball> |
 uninstall [\-\-force] <name> |
 cleanup
diff --git a/debian/manpages/VBoxSDL.1 b/debian/manpages/VBoxSDL.1
index 597010b..5f290ee 100644
--- a/debian/manpages/VBoxSDL.1
+++ b/debian/manpages/VBoxSDL.1
@@ -1,10 +1,10 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.2.
-.TH VBOXSDL "1" "January 2011" "VBoxSDL" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.11.
+.TH VBOXSDL "1" "March 2013" "VBoxSDL" "User Commands"
 .SH NAME
 VBoxSDL \- x86 virtualization solution
 .SH DESCRIPTION
 Oracle VM VirtualBox SDL GUI version
-(C) 2005\-2011 Oracle Corporation
+(C) 2005\-2013 Oracle Corporation
 All rights reserved.
 .SS "Usage:"
 .TP
@@ -66,6 +66,12 @@ Listen for VRDP connections on one of specified ports (default if not specified)
 \fB\-\-discardstate\fR
 Discard saved state (if present) and revert to last snapshot (if present)
 .TP
+\fB\-\-settingspw\fR <pw>
+Specify the settings password
+.TP
+\fB\-\-settingspwfile\fR <file>
+Specify a file containing the settings password
+.TP
 \fB\-\-[no]rawr0\fR
 Enable or disable raw ring 3
 .TP
diff --git a/debian/manpages/VBoxService.8 b/debian/manpages/VBoxService.8
index 8301d99..704eac6 100644
--- a/debian/manpages/VBoxService.8
+++ b/debian/manpages/VBoxService.8
@@ -1,18 +1,21 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.4.
-.TH VBOXSERVICE "8" "January 2011" "VBoxService" "System Administration Utilities"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.41.1.
+.TH VBOXSERVICE "8" "March 2013" "VBoxService" "System Administration Utilities"
 .SH NAME
 VBoxService \- x86 virtualization solution
 .SH DESCRIPTION
 .SS "Usage:"
 .TP
 VBoxService
-[\-f|\-\-foreground] [\-v|\-\-verbose] [\-i|\-\-interval <seconds>]
-[\-\-disable\-<service>] [\-\-enable\-<service>] [\-h|\-?|\-\-help]
-[\-\-control\-interval <ms>]
+[\-f|\-\-foreground] [\-v|\-\-verbose] [\-l|\-\-logfile <file>]
+[\-i|\-\-interval <seconds>]
+[\-\-disable\-<service>] [\-\-enable\-<service>]
+[\-\-only\-<service>] [\-h|\-?|\-\-help]
+[\-\-control\-interval <ms>] [\-\-control\-procs\-max\-kept <x>]
+[\-\-control\-procs\-mem\-std[in|out|err] <KB>]
 [\-\-timesync\-interval <ms>] [\-\-timesync\-min\-adjust <ms>]
 [\-\-timesync\-latency\-factor <x>] [\-\-timesync\-max\-latency <ms>]
-[\-\-timesync\-set\-threshold <ms>] [\-\-timesync\-set\-start]              [\-\-timesync\-set\-restore 0|1]
-.IP
+[\-\-timesync\-set\-threshold <ms>] [\-\-timesync\-set\-start]
+[\-\-timesync\-set\-on\-restore 0|1]
 [\-\-vminfo\-interval <ms>]
 .SH OPTIONS
 .TP
@@ -22,9 +25,15 @@ The default interval.
 \fB\-f\fR | \fB\-\-foreground\fR
 Don't daemonize the program. For debugging.
 .TP
+\fB\-l\fR | \fB\-\-logfile\fR <file>
+Enables logging to a file.
+.TP
 \fB\-v\fR | \fB\-\-verbose\fR
 Increment the verbosity level. For debugging.
 .TP
+\fB\-V\fR | \fB\-\-version\fR
+Show version information.
+.TP
 \fB\-h\fR | \-? | \fB\-\-help\fR
 Show this message and exit with status 1.
 .SS "Service-specific options:"
@@ -35,16 +44,26 @@ Enables the control service. (default)
 \fB\-\-disable\-control\fR
 Disables the control service.
 .TP
+\fB\-\-only\-control\fR
+Only enables the control service.
+.TP
 \fB\-\-control\-interval\fR
 Specifies the interval at which to check for
 new control commands. The default is 1000 ms.
 .TP
+\fB\-\-control\-procs\-max\-kept\fR
+Specifies how many started guest processes are
+kept into memory to work with. Default is 256.
+.TP
 \fB\-\-enable\-timesync\fR
 Enables the timesync service. (default)
 .TP
 \fB\-\-disable\-timesync\fR
 Disables the timesync service.
 .TP
+\fB\-\-only\-timesync\fR
+Only enables the timesync service.
+.TP
 \fB\-\-timesync\-interval\fR
 Specifies the interval at which to synchronize the
 time with the host. The default is 10000 ms.
@@ -81,6 +100,9 @@ Enables the vminfo service. (default)
 \fB\-\-disable\-vminfo\fR
 Disables the vminfo service.
 .TP
+\fB\-\-only\-vminfo\fR
+Only enables the vminfo service.
+.TP
 \fB\-\-vminfo\-interval\fR
 Specifies the interval at which to retrieve the
 VM information. The default is 10000 ms.
@@ -91,22 +113,34 @@ Enables the cpuhotplug service. (default)
 \fB\-\-disable\-cpuhotplug\fR
 Disables the cpuhotplug service.
 .TP
+\fB\-\-only\-cpuhotplug\fR
+Only enables the cpuhotplug service.
+.TP
 \fB\-\-enable\-memballoon\fR
 Enables the memballoon service. (default)
 .TP
 \fB\-\-disable\-memballoon\fR
 Disables the memballoon service.
 .TP
+\fB\-\-only\-memballoon\fR
+Only enables the memballoon service.
+.TP
 \fB\-\-enable\-vmstats\fR
 Enables the vmstats service. (default)
 .TP
 \fB\-\-disable\-vmstats\fR
 Disables the vmstats service.
 .TP
+\fB\-\-only\-vmstats\fR
+Only enables the vmstats service.
+.TP
 \fB\-\-enable\-automount\fR
 Enables the automount service. (default)
 .TP
 \fB\-\-disable\-automount\fR
 Disables the automount service.
+.TP
+\fB\-\-only\-automount\fR
+Only enables the automount service.
 .IP
-Copyright (C) 2009\-2011 Oracle Corporation
+Copyright (C) 2009\-2013 Oracle Corporation
diff --git a/debian/manpages/VirtualBox.1 b/debian/manpages/VirtualBox.1
index 4036e63..ffdb2a6 100644
--- a/debian/manpages/VirtualBox.1
+++ b/debian/manpages/VirtualBox.1
@@ -1,10 +1,10 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.2.
-.TH VIRTUALBOX "1" "January 2011" "VirtualBox" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.11.
+.TH VIRTUALBOX "1" "March 2013" "VirtualBox" "User Commands"
 .SH NAME
 VirtualBox \- x86 virtualization solution
 .SH DESCRIPTION
 Oracle VM VirtualBox Manager
-(C) 2005\-2011 Oracle Corporation
+(C) 2005\-2013 Oracle Corporation
 All rights reserved.
 .SS "Usage:"
 .TP
@@ -43,12 +43,36 @@ start the VM in the paused state
 .TP
 \fB\-\-start\-running\fR
 start the VM running (for overriding \fB\-\-debug\fR*)
-.SS "The following environment variables are evaluated:"
+.SS "Expert options:"
 .TP
-VBOX_GUI_DBG_ENABLED
-enable the GUI debug menu if set
+\fB\-\-disable\-patm\fR
+disable code patching (ignored by AMD\-V/VT\-x)
+.TP
+\fB\-\-disable\-csam\fR
+disable code scanning (ignored by AMD\-V/VT\-x)
+.TP
+\fB\-\-recompile\-supervisor\fR
+recompiled execution of supervisor code (*)
 .TP
-VBOX_GUI_DBG_AUTO_SHOW
+\fB\-\-recompile\-user\fR
+recompiled execution of user code (*)
+.TP
+\fB\-\-recompile\-all\fR
+recompiled execution of all code, with disabled
+code patching and scanning
+.TP
+\fB\-\-warp\-pct\fR <pct>
+time warp factor, 100% (= 1.0) = normal speed
+.IP
+(*) For AMD\-V/VT\-x setups the effect is \fB\-\-recompile\-all\fR.
+.SS "The following environment (and extra data) variables are evaluated:"
+.IP
+VBOX_GUI_DBG_ENABLED (GUI/Dbg/Enabled)
+.IP
+enable the GUI debug menu if set
+.IP
+VBOX_GUI_DBG_AUTO_SHOW (GUI/Dbg/AutoShow)
+.IP
 show debug windows at VM startup
 .TP
 VBOX_GUI_NO_DEBUGGER
diff --git a/debian/manpages/mount.vboxsf.8 b/debian/manpages/mount.vboxsf.8
index 4c1ff0a..759cfa8 100644
--- a/debian/manpages/mount.vboxsf.8
+++ b/debian/manpages/mount.vboxsf.8
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.4.
-.TH MOUNT.VBOXSF "8" "January 2011" "mount.vboxsf" "System Administration Utilities"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.41.1.
+.TH MOUNT.VBOXSF "8" "March 2013" "mount.vboxsf" "System Administration Utilities"
 .SH NAME
 mount.vboxsf \- x86 virtualization solution
 .SH SYNOPSIS
diff --git a/debian/manpages/vboxwebsrv.1 b/debian/manpages/vboxwebsrv.1
index 1930808..72e5787 100644
--- a/debian/manpages/vboxwebsrv.1
+++ b/debian/manpages/vboxwebsrv.1
@@ -1,13 +1,13 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.2.
-.TH VBOXWEBSRV "1" "January 2011" "vboxwebsrv" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.11.
+.TH VBOXWEBSRV "1" "March 2013" "vboxwebsrv" "User Commands"
 .SH NAME
 vboxwebsrv \- x86 virtualization solution
 .SH SYNOPSIS
 .B vboxwebsrv
 [\fIoptions\fR]
 .SH DESCRIPTION
-Oracle VM VirtualBox web service version
-(C) 2005\-2011 Oracle Corporation
+Oracle VM VirtualBox web service
+(C) 2007\-2013 Oracle Corporation
 All rights reserved.
 .PP
 Supported options (default values in brackets):
@@ -15,10 +15,21 @@ Supported options (default values in brackets):
 \fB\-\-background\fR, \fB\-b\fR:      Run in background (daemon mode).
 \fB\-\-host\fR, \fB\-H\fR:            The host to bind to (localhost).
 \fB\-\-port\fR, \fB\-p\fR:            The port to bind to (18083).
+\fB\-\-ssl\fR, \fB\-s\fR:             Enable SSL/TLS encryption.
+\fB\-\-keyfile\fR, \fB\-K\fR:         Server key and certificate file, PEM format ("").
+\fB\-\-passwordfile\fR, \fB\-a\fR:    File name for password to server key ("").
+\fB\-\-cacert\fR, \fB\-c\fR:          CA certificate file, PEM format ("").
+\fB\-\-capath\fR, \fB\-C\fR:          CA certificate path ("").
+\fB\-\-dhfile\fR, \fB\-D\fR:          DH file name or DH key length in bits ("").
+\fB\-\-randfile\fR, \fB\-r\fR:        File containing seed for random number generator ("").
 \fB\-\-timeout\fR, \fB\-t\fR:         Session timeout in seconds; 0 = disable timeouts (300).
 \fB\-\-check\-interval\fR, \fB\-i\fR:  Frequency of timeout checks in seconds (5).
 \fB\-\-threads\fR, \fB\-T\fR:         Maximum number of worker threads to run in parallel (100).
 \fB\-\-keepalive\fR, \fB\-k\fR:       Maximum number of requests before a socket will be closed (100).
+\fB\-\-authentication\fR, \fB\-A\fR:  Authentication method for the webservice ("").
 \fB\-\-verbose\fR, \fB\-v\fR:         Be verbose.
 \fB\-\-pidfile\fR, \fB\-P\fR:         Name of the PID file which is created when the daemon was started.
 \fB\-\-logfile\fR, \fB\-F\fR:         Name of file to write log to (no file).
+\fB\-\-logrotate\fR, \fB\-R\fR:       Number of log files (0 disables log rotation).
+\fB\-\-logsize\fR, \fB\-S\fR:         Maximum size of a log file to trigger rotation (bytes).
+\fB\-\-loginterval\fR, \fB\-I\fR:     Maximum time interval to trigger log rotation (seconds).

-- 
virtualbox Debian packaging



More information about the Pkg-virtualbox-commits mailing list