]> git.pld-linux.org Git - packages/fbset.git/commitdiff
- typo
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 7 Dec 2006 22:00:00 +0000 (22:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fbset.init -> 1.32

fbset.init

index 9f4ccae9a0bbef847bbf13549ff92dbefbb13a42..f4b073d0efaffcd00541801a4b8eef6608124b19 100644 (file)
@@ -42,10 +42,10 @@ start() {
                # 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
This page took 0.069222 seconds and 4 git commands to generate.