[Lunar-commits] CVS: moonbase/utils/modutils POST_INSTALL,1.1,1.2
Veerappan
watryac04 at lunar-linux.org
Wed Mar 10 06:32:56 GMT 2004
Update of /var/cvs/lunar/moonbase/utils/modutils
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10801
Modified Files:
POST_INSTALL
Log Message:
added an "if module_installed module-init-tools ..." to make it so that
updates of modutils don't break the module loaders on systems with
module-init-tools and modutils installed (people with kernels 2.4.x and
2.6.x installed simultaneously).
Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/modutils/POST_INSTALL,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- POST_INSTALL 4 Apr 2003 21:07:43 -0000 1.1
+++ POST_INSTALL 10 Mar 2004 06:32:54 -0000 1.2
@@ -12,3 +12,6 @@
List all modules that should load
during boot in /etc/modules"
+if module_installed module-init-tools; then
+ lin module-init-tools
+fi
More information about the Lunar-commits
mailing list