[Pkg-virtualbox-commits] r118 - trunk/debian
meskes at alioth.debian.org
meskes at alioth.debian.org
Sun Nov 18 14:49:56 UTC 2007
Author: meskes
Date: 2007-11-18 14:49:56 +0000 (Sun, 18 Nov 2007)
New Revision: 118
Modified:
trunk/debian/changelog
trunk/debian/virtualbox-ose-guest-utils.init
Log:
Do not modprobe vboxadd in init script It seems that udev is able to handle it.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2007-11-18 13:23:06 UTC (rev 117)
+++ trunk/debian/changelog 2007-11-18 14:49:56 UTC (rev 118)
@@ -1,14 +1,15 @@
virtualbox-ose (1.5.2-dfsg2-2) unstable; urgency=low
* Removed superfluous build dependencies:
- . libqt3-mt-dev depends on zlib1g-dev and libxcursor-dev
- . libxalan110-dev depends on libxerces27-dev
- . bcc depends on bin86
+ - libqt3-mt-dev depends on zlib1g-dev and libxcursor-dev
+ - libxalan110-dev depends on libxerces27-dev
+ - bcc depends on bin86
* Remove guest libs from debug package.
* Call "invoke-rc.d udev reload" conditionally in modules postinst.
* Do not call modprobe in postinst script, closes: #451743, #451742
* Made grep command in vboxnet.sh be quiet, closes: #451741
* Do not start guest utils if not inside the vm.
+ * Disabled modprobing of vboxadd because udev seems to be able to handle it.
-- Michael Meskes <meskes at debian.org> Thu, 15 Nov 2007 11:35:04 +0100
Modified: trunk/debian/virtualbox-ose-guest-utils.init
===================================================================
--- trunk/debian/virtualbox-ose-guest-utils.init 2007-11-18 13:23:06 UTC (rev 117)
+++ trunk/debian/virtualbox-ose-guest-utils.init 2007-11-18 14:49:56 UTC (rev 118)
@@ -21,8 +21,8 @@
case "$1" in
start)
log_action_begin_msg 'Starting VirtualBox Additions';
- # this may already be loaded, but let's play it safe
- modprobe vboxadd
+ # udev should have already handled thismodule
+ # modprobe vboxadd
start-stop-daemon --start --quiet --exec /usr/sbin/vboxadd-timesync -- --daemonize
log_end_msg 0
More information about the Pkg-virtualbox-commits
mailing list