|
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
|
|
#
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
# Please add additional copyright information _after_ the line containing
|
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
|
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
|
|
#
|
|
# ROCK Linux: rock-src/package/avm/p3nfs/noserialcheck.patch
|
|
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
|
|
#
|
|
# This patch file is dual-licensed. It is available under the license the
|
|
# patched project is licensed under, as long as it is an OpenSource license
|
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
|
# of the GNU General Public License as published by the Free Software
|
|
# Foundation; either version 2 of the License, or (at your option) any later
|
|
# version.
|
|
#
|
|
# --- ROCK-COPYRIGHT-NOTE-END ---
|
|
|
|
diff -ruN p3nfs-5.18/configure p3nfs-5.18-new/configure
|
|
--- p3nfs-5.18/configure 2005-05-05 09:12:44.000000000 +0200
|
|
+++ p3nfs-5.18-new/configure 2005-05-18 12:32:21.000000000 +0200
|
|
@@ -3367,18 +3367,20 @@
|
|
|
|
|
|
echo "$as_me:$LINENO: checking for default serial line" >&5
|
|
-echo $ECHO_N "checking for default serial line... $ECHO_C" >&6
|
|
-for i in /dev/tty0p0 /dev/tty00 /dev/ttyS0 /dev/term/a /dev/ttyfa /dev/ttya /dev/tty0 /dev/ttyf1 /dev/cuaa1 ; do
|
|
- if test -c $i ; then
|
|
- DDEV=$i
|
|
- echo "$as_me:$LINENO: result: $i" >&5
|
|
-echo "${ECHO_T}$i" >&6
|
|
- break
|
|
- fi
|
|
-done
|
|
-test -z "$DDEV" && { { echo "$as_me:$LINENO: error: serial device not found... Try harder." >&5
|
|
-echo "$as_me: error: serial device not found... Try harder." >&2;}
|
|
- { (exit 1); exit 1; }; }
|
|
+echo $ECHO_N "ROCK: default serial line is /dev/tts/0 $ECHO_T" >&6
|
|
+DDEV=/dev/tts/0
|
|
+# echo $ECHO_N "checking for default serial line... $ECHO_C" >&6
|
|
+# for i in /dev/tty0p0 /dev/tty00 /dev/ttyS0 /dev/term/a /dev/ttyfa /dev/ttya /dev/tty0 /dev/ttyf1 /dev/cuaa1 ; do
|
|
+# if test -c $i ; then
|
|
+# DDEV=$i
|
|
+# echo "$as_me:$LINENO: result: $i" >&5
|
|
+# echo "${ECHO_T}$i" >&6
|
|
+# break
|
|
+# fi
|
|
+# done
|
|
+# test -z "$DDEV" && { { echo "$as_me:$LINENO: error: serial device not found... Try harder." >&5
|
|
+# echo "$as_me: error: serial device not found... Try harder." >&2;}
|
|
+# { (exit 1); exit 1; }; }
|
|
|
|
|
|
|