[Pkg-virtualbox-commits] r97 - trunk/debian

meskes at alioth.debian.org meskes at alioth.debian.org
Sat Oct 27 10:52:14 UTC 2007


Author: meskes
Date: 2007-10-27 10:52:14 +0000 (Sat, 27 Oct 2007)
New Revision: 97

Modified:
   trunk/debian/changelog
   trunk/debian/postinst.modules.in
Log:
Change command ordering in postinst so depmod is run before modprobe.



Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-10-23 12:41:01 UTC (rev 96)
+++ trunk/debian/changelog	2007-10-27 10:52:14 UTC (rev 97)
@@ -1,9 +1,13 @@
 virtualbox-ose (1.5.2-dfsg-3) UNRELEASED; urgency=low
 
+  [ Daniel Baumann ]
   * Added debug package.
 
- -- Daniel Baumann <daniel at debian.org>  Tue, 23 Oct 2007 12:34:00 +0200
+  [ Michael Meskes ]
+  * Made sure modules postinst calls debmod before modprobe.
 
+ -- Michael Meskes <meskes at debian.org>  Sat, 27 Oct 2007 12:44:54 +0200
+
 virtualbox-ose (1.5.2-dfsg-2) unstable; urgency=low
 
   * Adding depends to adduser (Closes: #447271).

Modified: trunk/debian/postinst.modules.in
===================================================================
--- trunk/debian/postinst.modules.in	2007-10-23 12:41:01 UTC (rev 96)
+++ trunk/debian/postinst.modules.in	2007-10-27 10:52:14 UTC (rev 97)
@@ -2,6 +2,8 @@
 
 set -e
 
+#DEBHELPER#
+
 case "${1}" in
 	configure)
 		modprobe vboxdrv || true
@@ -18,6 +20,4 @@
 		;;
 esac
 
-#DEBHELPER#
-
 exit 0




More information about the Pkg-virtualbox-commits mailing list