[Pkg-virtualbox-commits] r245 - in trunk/debian: . patches
winnie at alioth.debian.org
winnie at alioth.debian.org
Fri Mar 28 15:36:27 UTC 2008
Author: winnie
Date: 2008-03-28 15:36:26 +0000 (Fri, 28 Mar 2008)
New Revision: 245
Modified:
trunk/debian/changelog
trunk/debian/patches/08-init-fail.dpatch
Log:
Add patch for #473059
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-03-18 18:47:11 UTC (rev 244)
+++ trunk/debian/changelog 2008-03-28 15:36:26 UTC (rev 245)
@@ -16,8 +16,12 @@
* Added scripts for managing `vbox' interfaces from
/etc/network/interfaces
- -- Michael Meskes <meskes at debian.org> Tue, 18 Mar 2008 15:13:39 +0100
+ [ Patrick Winnertz ]
+ * Improve init.d script patch to write done also on the first startup.
+ (Closes: #473059)
+ -- Patrick Winnertz <winnie at debian.org> Fri, 28 Mar 2008 16:35:24 +0100
+
virtualbox-ose (1.5.6-dfsg-2) unstable; urgency=low
[ Daniel Baumann ]
Modified: trunk/debian/patches/08-init-fail.dpatch
===================================================================
--- trunk/debian/patches/08-init-fail.dpatch 2008-03-18 18:47:11 UTC (rev 244)
+++ trunk/debian/patches/08-init-fail.dpatch 2008-03-28 15:36:26 UTC (rev 245)
@@ -5,9 +5,9 @@
## DP: Remove created file on failure
@DPATCH@
-
---- virtualbox-ose-1.5.6-dfsg/src/VBox/Installer/linux/vboxnet.sh.orig 2008-03-03 13:47:31.000000000 +0100
-+++ virtualbox-ose-1.5.6-dfsg/src/VBox/Installer/linux/vboxnet.sh 2008-03-03 13:47:46.000000000 +0100
+diff -urNad virtualbox-ose-1.5.6-dfsg~/src/VBox/Installer/linux/vboxnet.sh virtualbox-ose-1.5.6-dfsg/src/VBox/Installer/linux/vboxnet.sh
+--- virtualbox-ose-1.5.6-dfsg~/src/VBox/Installer/linux/vboxnet.sh 2008-02-19 12:49:05.000000000 +0100
++++ virtualbox-ose-1.5.6-dfsg/src/VBox/Installer/linux/vboxnet.sh 2008-03-28 16:34:55.000000000 +0100
@@ -97,6 +97,7 @@
if [ "$system" = "other" ]; then
@@ -16,3 +16,11 @@
echo " ...fail!"
}
+@@ -258,6 +259,7 @@
+ chgrp vboxusers "$TAPDEV"
+ chmod 0660 "$TAPDEV"
+ fi
++ succ_msg
+ return 0
+ }
+
More information about the Pkg-virtualbox-commits
mailing list