[Lunar-commits] CVS: moonbase/kernel/module-init-tools POST_INSTALL, 1.3, 1.4

Jaime Buffery nestu at lunar-linux.org
Fri Jan 21 15:44:28 UTC 2005


Update of /var/cvs/lunar/moonbase/kernel/module-init-tools
In directory espresso.foo-projects.org:/tmp/cvs-serv28122

Modified Files:
	POST_INSTALL 
Log Message:
Make sure we install the wrappers!


Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/module-init-tools/POST_INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- POST_INSTALL	16 Jan 2005 19:44:11 -0000	1.3
+++ POST_INSTALL	21 Jan 2005 15:44:19 -0000	1.4
@@ -4,8 +4,12 @@
 
 source /etc/profile.d/module_init_tools-completion.rc
 
-message  "
-	Customize /etc/modules.conf
-	Execute depmod.
-	List all modules that should load
-	during boot in /etc/modules"
+module_installed modutils-wrappers || lin -c modutils-wrappers
+
+cat << EOF
+    Customize /etc/modules.conf
+    Execute depmod.
+    List all modules that should load
+    during boot in /etc/modules
+EOF
+



More information about the Lunar-commits mailing list