SOURCES: fbset.init - typo
glen
glen at pld-linux.org
Thu Dec 7 23:00:05 CET 2006
Author: glen Date: Thu Dec 7 22:00:05 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- typo
---- Files affected:
SOURCES:
fbset.init (1.31 -> 1.32)
---- Diffs:
================================================================
Index: SOURCES/fbset.init
diff -u SOURCES/fbset.init:1.31 SOURCES/fbset.init:1.32
--- SOURCES/fbset.init:1.31 Thu Dec 7 19:21:07 2006
+++ SOURCES/fbset.init Thu Dec 7 23:00:00 2006
@@ -42,10 +42,10 @@
# Check if we have framebuffer in kernel.
if [ -f /proc/fb ]; then
# /proc files show as files with size=0, this is a workaround.
- cat /proc/fb | grep -q "." || modprobe single $FBMODULE
+ cat /proc/fb | grep -q "." || _modprobe single $FBMODULE
else
# if not, then try to load specified kernel module
- modprobe single $FBMODULE
+ _modprobe single $FBMODULE
fi
if [ -n "${FBMODE_default}" ]; then
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/fbset.init?r1=1.31&r2=1.32&f=u
More information about the pld-cvs-commit
mailing list