[Pkg-dkms-commits] [SCM] Maintenance of the dkms package branch, master, updated. upstream/2.0.20.4-46-g8bc9db9

Giuseppe Iuculano giuseppe at iuculano.it
Thu Jan 8 14:05:37 UTC 2009


The following commit has been merged in the master branch:
commit 8bc9db97b21ea1ca8de7b48ec9bb033ab77c4982
Author: Giuseppe Iuculano <giuseppe at iuculano.it>
Date:   Thu Jan 8 15:05:27 2009 +0100

    Oops, forgot to add the new patch

diff --git a/debian/patches/12-use_invoke-rc.d.patch b/debian/patches/12-use_invoke-rc.d.patch
new file mode 100644
index 0000000..5c362d1
--- /dev/null
+++ b/debian/patches/12-use_invoke-rc.d.patch
@@ -0,0 +1,11 @@
+Fix script-calls-init-script-directly lintian warning
+--- a/kernel_postinst.d_dkms
++++ b/kernel_postinst.d_dkms
+@@ -4,6 +4,6 @@
+ inst_kern=$1
+ 
+ [ -x /etc/init.d/dkms_autoinstaller ] && \
+-  /etc/init.d/dkms_autoinstaller start $inst_kern
++  invoke-rc.d dkms_autoinstaller start $inst_kern
+ 
+ exit 0

-- 
Maintenance of the dkms package



More information about the Pkg-dkms-commits mailing list