[Pkg-virtualbox-commits] r227 - in trunk/debian: . patches

winnie at alioth.debian.org winnie at alioth.debian.org
Thu Feb 21 13:27:07 UTC 2008


Author: winnie
Date: 2008-02-21 13:27:07 +0000 (Thu, 21 Feb 2008)
New Revision: 227

Modified:
   trunk/debian/changelog
   trunk/debian/patches/10-initscript.dpatch
Log:
Fix #466851


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-02-21 00:00:30 UTC (rev 226)
+++ trunk/debian/changelog	2008-02-21 13:27:07 UTC (rev 227)
@@ -8,8 +8,11 @@
   [ Hilko Bengen ]
   * Make module loading in initscript configurable (disabled by default).
 
- -- Hilko Bengen <bengen at debian.org>  Wed, 20 Feb 2008 23:59:17 +0100
+  [ Patrick Winnertz ]
+  * prevent initscript from failing if module doesn't exist. (Closes: #466851)
 
+ -- Patrick Winnertz <winnie at debian.org>  Thu, 21 Feb 2008 14:26:08 +0100
+
 virtualbox-ose (1.5.4-dfsg-5) unstable; urgency=low
 
   [ Daniel Baumann ]

Modified: trunk/debian/patches/10-initscript.dpatch
===================================================================
--- trunk/debian/patches/10-initscript.dpatch	2008-02-21 00:00:30 UTC (rev 226)
+++ trunk/debian/patches/10-initscript.dpatch	2008-02-21 13:27:07 UTC (rev 227)
@@ -48,7 +48,7 @@
  stop)
      stop
 +    if [ "$LOAD_VBOXDRV_MODULE" = 1 ]; then
-+        /sbin/modprobe -qr vboxdrv
++        /sbin/modprobe -qr vboxdrv || true
 +    fi
      ;;
  restart)




More information about the Pkg-virtualbox-commits mailing list