[Pkg-dkms-commits] [SCM] Dynamic Kernel Module Support branch, master, updated. debian/2.2.0.1-3-5-g74df62b

Mario Limonciello mario_limonciello at dell.com
Fri Jul 22 18:27:50 UTC 2011


The following commit has been merged in the master branch:
commit 83b5f6ed2705baf1520d8998860d53c4fc321204
Author: Mario Limonciello <mario_limonciello at dell.com>
Date:   Thu Jul 21 18:20:24 2011 -0500

    Drop kfreebsd.patch.  Merged upstream

diff --git a/debian/patches/kfreebsd.patch b/debian/patches/kfreebsd.patch
deleted file mode 100644
index b2b4f78..0000000
--- a/debian/patches/kfreebsd.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/dkms
-+++ b/dkms
-@@ -233,6 +233,9 @@ setup_kernels_arches()
- do_depmod()
- {
-     # $1 = kernel version
-+    if [ "${current_os}" != "Linux" ] ; then
-+        return
-+    fi
-     if [[ -f /boot/System.map-$1 ]]; then
- 	/sbin/depmod -a "$1" -F "/boot/System.map-$1"
-     else
-@@ -377,7 +380,7 @@ override_dest_module_location()
-     local orig_location="$1"
-     [[ ${addon_modules_dir} ]] && echo "/${addon_modules_dir}" && return
- 
--    if [ "$uname_s" = "GNU/kFreeBSD" ] ; then
-+    if [ "$current_os" = "GNU/kFreeBSD" ] ; then
- 	# Does not support subdirs, regardless of distribution
- 	echo "" && return
-     fi
diff --git a/debian/patches/series b/debian/patches/series
index 26238c9..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-kfreebsd.patch

-- 
Dynamic Kernel Module Support



More information about the Pkg-dkms-commits mailing list