[Pkg-dkms-commits] [SCM] Dynamic Kernel Module Support branch, master, updated. debian/2.1.0.1-3-4-g46f9089
Giuseppe Iuculano
iuculano at debian.org
Fri Dec 11 08:23:16 UTC 2009
The following commit has been merged in the master branch:
commit 46f9089fa0fb4d93063be4c3d4708962ed949d54
Author: Giuseppe Iuculano <iuculano at debian.org>
Date: Fri Dec 11 09:20:51 2009 +0100
Remove useless echo
diff --git a/debian/patches/04_optimize_init.patch b/debian/patches/04_optimize_init.patch
index aa154e4..35708b5 100644
--- a/debian/patches/04_optimize_init.patch
+++ b/debian/patches/04_optimize_init.patch
@@ -18,7 +18,7 @@ LP: #484386
#
# dkms_autoinstaller A service to automatically install DKMS modules
# for new kernels.
-@@ -15,195 +15,140 @@
+@@ -15,195 +15,138 @@
# Description: A service to automatically install DKMS modules for new kernels.
### END INIT INFO
@@ -86,8 +86,6 @@ LP: #484386
dkms_tree="/var/lib/dkms"
. /etc/dkms/framework.conf 2>/dev/null
-
-+echo $arch
-+echo $kernel
# See how we were called.
case "$1" in
start)
--
Dynamic Kernel Module Support
More information about the Pkg-dkms-commits
mailing list