[Pkg-dkms-commits] [SCM] Maintenance of the dkms package branch, upstream-repo/master, updated. 157d3664c7f7e4d3ae389563456561a32a9ccc8a

Mario Limonciello Mario_Limonciello at Dell.com
Sat Jan 31 12:45:16 UTC 2009


The following commit has been merged in the upstream-repo/master branch:
commit 157d3664c7f7e4d3ae389563456561a32a9ccc8a
Author: Mario Limonciello <Mario_Limonciello at Dell.com>
Date:   Fri Jan 30 13:50:45 2009 -0600

    allow_unsupported_modules needs to be set to 1 rather than =1

diff --git a/dkms.spec b/dkms.spec
index 688c7d8..e18ce7f 100644
--- a/dkms.spec
+++ b/dkms.spec
@@ -121,9 +121,9 @@ rm -rf $RPM_BUILD_ROOT
 #so that we can use DKMS modules
 if [ -f /etc/modprobe.conf.local ]; then
     if grep ^allow_unsupported_modules /etc/modprobe.conf.local >/dev/null; then
-         sed -i -e 's/^allow_unsupported_modules.*/allow_unsupported_modules=1/' /etc/modprobe.conf.local
+         sed -i -e 's/^allow_unsupported_modules.*/allow_unsupported_modules 1/' /etc/modprobe.conf.local
     else
-         echo "allow_unsupported_modules=1" >> /etc/modprobe.conf.local
+         echo "allow_unsupported_modules 1" >> /etc/modprobe.conf.local
     fi
 fi
 

-- 
Maintenance of the dkms package



More information about the Pkg-dkms-commits mailing list