SVN: geninitrd/trunk/geninitrd

glen glen at pld-linux.org
Tue Mar 3 13:34:09 CET 2009


Author: glen
Date: Tue Mar  3 13:34:08 2009
New Revision: 10171

Modified:
   geninitrd/trunk/geninitrd
Log:
- remove manual pluto,fcal -> fc4+soc module dependency (they're present since initial import 8 years ago, likely some ugly hack)

Modified: geninitrd/trunk/geninitrd
==============================================================================
--- geninitrd/trunk/geninitrd	(original)
+++ geninitrd/trunk/geninitrd	Tue Mar  3 13:34:08 2009
@@ -272,12 +272,6 @@
 		module=${module#-}
 	fi
 
-	# XXX: what's this?
-	if [ "$module" = "pluto" ] || [ "$module" = "fcal" ]; then
-		find_depmod fc4
-		find_depmod soc
-	fi
-
 	# This works when user has module-init-tools installed even on 2.4 kernels
 	local modprobe
 	modprobe=$(modprobe --set-version $kernel --show-depends $module --ignore-install 2>&1)


More information about the pld-cvs-commit mailing list