From owner-freebsd-hackers Wed Apr 23 11:21:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA14641 for hackers-outgoing; Wed, 23 Apr 1997 11:21:15 -0700 (PDT) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id LAA14632 for ; Wed, 23 Apr 1997 11:21:08 -0700 (PDT) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id UAA00853 for freebsd-hackers@FreeBSD.ORG; Wed, 23 Apr 1997 20:20:59 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id UAA03462; Wed, 23 Apr 1997 20:09:32 +0200 (MET DST) Message-ID: <19970423200932.WG02783@uriah.heep.sax.de> Date: Wed, 23 Apr 1997 20:09:32 +0200 From: j@uriah.heep.sax.de (J Wunsch) To: freebsd-hackers@FreeBSD.ORG (freebsdhackers) Subject: Re: uucico over ppp connection References: <335CB6DC.9FD@newland.com> <19970423080739.43997@keltia.freenix.fr> X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <19970423080739.43997@keltia.freenix.fr>; from Ollivier Robert on Apr 23, 1997 08:07:39 +0200 Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Ollivier Robert wrote: > In /etc/uucp/port, insert an entry like this: > > port TCP > type tcp > > In /etc/uucp/sys: ... > port TCP > protocol it > address NNNN.NN.NN > chat ogin:--gin \L word \P Btw., you don't even need the `port' entry. Many of my sys entries look like ... port cuaa0 phone 4444444 alternate phone 5555555 alternate port type tcp phone some.ip.address Since all you need to declare a TCP port is the `type' keyword, it's useful to put it all into a single line in sys itself. (If you prefer, use `address' instead of `phone'; both are synonyms.) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)