czy rc.modules nie powinno miec takich zmian jak zalaczam, zeby
/etc/modules.${kernel} mialo sens ?-- [ http://krzak.linux.net.pl/ ] Marcin Krzyżanowski [ http://docs.pld-linux.org/ ] Powered by PLD [ http://www.gadu.gnu.pl/ ] GNU Gadu
--- rc.modules.orig 2003-12-21 02:49:26.273427128 +0100
+++ rc.modules 2003-12-21 02:50:25.937356832 +0100
@@ -6,15 +6,13 @@
# rc.modules: launch modules specified in /etc/modules
# $Id: rc.modules 1697 2003-11-14 14:05:55Z arekm $
-[ -f /etc/modules ] || exit 0
-
. /etc/rc.d/init.d/functions
kernel=$(awk '{print $3}' /proc/version | awk -F. '{print sprintf("%d.%d",$1,$2)}')
# Loop over every line in /etc/modules.
( \
- egrep -v "^(#|[[:blank:]]*#)" /etc/modules; \
+ [ -f /etc/modules ] && egrep -v "^(#|[[:blank:]]*#)" /etc/modules; \
[ -f "/etc/modules.${kernel}" ] && egrep -v "^(#|[[:blank:]]*#)" "/etc/modules.${kernel}"; \
echo \
) | # make sure there is a LF at the end
signature.asc
Description: To jest =?iso-8859-2?Q?cz=EA=B6=E6?= listu podpisana cyfrowo
