Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 1999 11:01:49 +0200 (EET)
From:      ts@polynet.lviv.ua
To:        Igor Sysoev <igor@nitek.ru>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: HELP: Dial-UP server FAQs
Message-ID:  <Pine.BSF.4.02.9902041057400.23870-100000@NetSurfer.lp.lviv.ua>
In-Reply-To: <199902040744.KAA16865@gate.nitek.ru>

next in thread | previous in thread | raw e-mail | index | archive | help

On Thu, 4 Feb 1999, Igor Sysoev wrote:

> If you will see my url you will know why 'ic' doesn't work with ttydX.
> So you need to run by cron such script instead:
> 
> -----
> #!/bin/sh
> 
> chat -V				\
> 	""		"AT"		\
> 	"OK"		"ATZ"		\
> 	"OK"		"ATS0=1"	\
> 	"OK"		""		\
> < /dev/cuaa1 > /dev/cuaa1
> -----

Can I run this script somehow different? Cos I'd like to be cron
independed. I'd like this script to be run somwhere in between
getty and pppd, so I could control everything thru /etc/ttys.

Could this to be a 'connect' script in options.ttydX or something like
that ?

==
Yaroslav Terletsky


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.02.9902041057400.23870-100000>