I have a console server that was using tip and pre-emptively switched to
cu now since tip is on its way out, and some of my connections didn't work
because I was using /dev/ttyXX entries instead of /dev/cuaXX entries.  I
figure adding a mention of that might save some grief.

Here's a patch for faq/current.html

--Kurt


Index: current.html
===================================================================
RCS file: /cvs/www/faq/current.html,v
retrieving revision 1.597
diff -u -p -r1.597 current.html
--- current.html        27 Apr 2015 14:59:54 -0000      1.597
+++ current.html        27 Apr 2015 19:28:48 -0000
@@ -511,6 +511,9 @@ tip(1) has been removed in favour of cu(
        rm /usr/bin/tip /usr/share/man/man1/tip.1
 </pre>
 
+(You may need to switch from using tty(4) devices to cua(4) devices 
+in /etc/remote.)
+
 <h3 id ="20150427">2015/04/27 - _file user added</h3>
 A new <em>_file</em> user and group have been added to support privilege
 separation in file(1). sysmerge(8) should be run to ensure it is added. 

Reply via email to