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.

55 lines
2.2 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/avm/p3nfs/noserialcheck.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2006 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. diff -ruN p3nfs-5.18/configure p3nfs-5.18-new/configure
  20. --- p3nfs-5.18/configure 2005-05-05 09:12:44.000000000 +0200
  21. +++ p3nfs-5.18-new/configure 2005-05-18 12:32:21.000000000 +0200
  22. @@ -3367,18 +3367,20 @@
  23. echo "$as_me:$LINENO: checking for default serial line" >&5
  24. -echo $ECHO_N "checking for default serial line... $ECHO_C" >&6
  25. -for i in /dev/tty0p0 /dev/tty00 /dev/ttyS0 /dev/term/a /dev/ttyfa /dev/ttya /dev/tty0 /dev/ttyf1 /dev/cuaa1 ; do
  26. - if test -c $i ; then
  27. - DDEV=$i
  28. - echo "$as_me:$LINENO: result: $i" >&5
  29. -echo "${ECHO_T}$i" >&6
  30. - break
  31. - fi
  32. -done
  33. -test -z "$DDEV" && { { echo "$as_me:$LINENO: error: serial device not found... Try harder." >&5
  34. -echo "$as_me: error: serial device not found... Try harder." >&2;}
  35. - { (exit 1); exit 1; }; }
  36. +echo $ECHO_N "ROCK: default serial line is /dev/tts/0 $ECHO_T" >&6
  37. +DDEV=/dev/tts/0
  38. +# echo $ECHO_N "checking for default serial line... $ECHO_C" >&6
  39. +# for i in /dev/tty0p0 /dev/tty00 /dev/ttyS0 /dev/term/a /dev/ttyfa /dev/ttya /dev/tty0 /dev/ttyf1 /dev/cuaa1 ; do
  40. +# if test -c $i ; then
  41. +# DDEV=$i
  42. +# echo "$as_me:$LINENO: result: $i" >&5
  43. +# echo "${ECHO_T}$i" >&6
  44. +# break
  45. +# fi
  46. +# done
  47. +# test -z "$DDEV" && { { echo "$as_me:$LINENO: error: serial device not found... Try harder." >&5
  48. +# echo "$as_me: error: serial device not found... Try harder." >&2;}
  49. +# { (exit 1); exit 1; }; }