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.

36 lines
1.4 KiB

  1. diff -ruN p3nfs-5.18/configure p3nfs-5.18-new/configure
  2. --- p3nfs-5.18/configure 2005-05-05 09:12:44.000000000 +0200
  3. +++ p3nfs-5.18-new/configure 2005-05-18 12:32:21.000000000 +0200
  4. @@ -3367,18 +3367,20 @@
  5. echo "$as_me:$LINENO: checking for default serial line" >&5
  6. -echo $ECHO_N "checking for default serial line... $ECHO_C" >&6
  7. -for i in /dev/tty0p0 /dev/tty00 /dev/ttyS0 /dev/term/a /dev/ttyfa /dev/ttya /dev/tty0 /dev/ttyf1 /dev/cuaa1 ; do
  8. - if test -c $i ; then
  9. - DDEV=$i
  10. - echo "$as_me:$LINENO: result: $i" >&5
  11. -echo "${ECHO_T}$i" >&6
  12. - break
  13. - fi
  14. -done
  15. -test -z "$DDEV" && { { echo "$as_me:$LINENO: error: serial device not found... Try harder." >&5
  16. -echo "$as_me: error: serial device not found... Try harder." >&2;}
  17. - { (exit 1); exit 1; }; }
  18. +echo $ECHO_N "ROCK: default serial line is /dev/tts/0 $ECHO_T" >&6
  19. +DDEV=/dev/tts/0
  20. +# echo $ECHO_N "checking for default serial line... $ECHO_C" >&6
  21. +# for i in /dev/tty0p0 /dev/tty00 /dev/ttyS0 /dev/term/a /dev/ttyfa /dev/ttya /dev/tty0 /dev/ttyf1 /dev/cuaa1 ; do
  22. +# if test -c $i ; then
  23. +# DDEV=$i
  24. +# echo "$as_me:$LINENO: result: $i" >&5
  25. +# echo "${ECHO_T}$i" >&6
  26. +# break
  27. +# fi
  28. +# done
  29. +# test -z "$DDEV" && { { echo "$as_me:$LINENO: error: serial device not found... Try harder." >&5
  30. +# echo "$as_me: error: serial device not found... Try harder." >&2;}
  31. +# { (exit 1); exit 1; }; }