mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.8 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/rene/fbset/devfs.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- ./Makefile.orig Sun Jan 17 21:15:46 1999
  20. +++ ./Makefile Sat Oct 6 15:33:04 2001
  21. @@ -28,14 +28,6 @@
  22. $(INSTALL) fbset /usr/sbin
  23. $(INSTALL) fbset.8 /usr/man/man8
  24. $(INSTALL) fb.modes.5 /usr/man/man5
  25. - if [ ! -c /dev/fb0 ]; then mknod /dev/fb0 c 29 0; fi
  26. - if [ ! -c /dev/fb1 ]; then mknod /dev/fb1 c 29 32; fi
  27. - if [ ! -c /dev/fb2 ]; then mknod /dev/fb2 c 29 64; fi
  28. - if [ ! -c /dev/fb3 ]; then mknod /dev/fb3 c 29 96; fi
  29. - if [ ! -c /dev/fb4 ]; then mknod /dev/fb4 c 29 128; fi
  30. - if [ ! -c /dev/fb5 ]; then mknod /dev/fb5 c 29 160; fi
  31. - if [ ! -c /dev/fb6 ]; then mknod /dev/fb6 c 29 192; fi
  32. - if [ ! -c /dev/fb7 ]; then mknod /dev/fb7 c 29 224; fi
  33. clean:
  34. $(RM) *.o fbset lex.yy.c modes.tab.c modes.tab.h
  35. --- ./fbset.c.orig Wed Jun 23 17:11:46 1999
  36. +++ ./fbset.c Sat Oct 6 15:33:52 2001
  37. @@ -41,7 +41,7 @@
  38. * Default Frame Buffer Special Device Node
  39. */
  40. -#define DEFAULT_FRAMEBUFFER "/dev/fb0"
  41. +#define DEFAULT_FRAMEBUFFER "/dev/fb/0"
  42. /*