Attaching so that exchange doesn't mangle. From 681e6c52d0b7756f20d91e8b04255cf3140832b3 Mon Sep 17 00:00:00 2001 From: Mario Limonciello <[email protected]> Date: Fri, 1 May 2009 16:26:58 -0500 Subject: [PATCH] Update debian/rules to only run DKMS on the startup targets. This change was proposed from Ubuntu some time back as DKMS doesn't do anything on shutdown.
--- debian/rules | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) -- Mario Limonciello *Dell | Linux Engineering* [email protected]
From 681e6c52d0b7756f20d91e8b04255cf3140832b3 Mon Sep 17 00:00:00 2001 From: Mario Limonciello <[email protected]> Date: Fri, 1 May 2009 16:26:58 -0500 Subject: [PATCH] Update debian/rules to only run DKMS on the startup targets. This change was proposed from Ubuntu some time back as DKMS doesn't do anything on shutdown. --- debian/rules | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/debian/rules b/debian/rules index e4c39a0..25faf18 100755 --- a/debian/rules +++ b/debian/rules @@ -39,7 +39,7 @@ binary-indep: build install dh_installchangelogs dh_installdocs AUTHORS debian/HOWTO.Debian dh_installexamples - dh_installinit --name dkms_autoinstaller + dh_installinit --name dkms_autoinstaller --update-rcd-params="start 20 2 3 4 5" dh_installman dh_installmodules dh_link @@ -60,8 +60,4 @@ get-orig-source: --download-version $(CURVER) \ --rename -get-svn-source: - [ -d ../tarballs ] || mkdir ../tarballs - cd ../tarballs && make -f $(CURDIR)/debian/rules get-orig-source - .PHONY: build clean binary-indep binary-arch binary install -- 1.6.0.4
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pkg-dkms-maint mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-dkms-maint
