From owner-freebsd-questions Mon May 21 1:21:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 5ED4237B42C for ; Mon, 21 May 2001 01:21:47 -0700 (PDT) (envelope-from keramidi@otenet.gr) Received: from hades.hell.gr (patr530-b049.otenet.gr [195.167.121.177]) by mailsrv.otenet.gr (8.11.1/8.11.1) with ESMTP id f4L8L7w25488; Mon, 21 May 2001 11:21:14 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.3/8.11.3) id f4L8Kf217659; Mon, 21 May 2001 11:20:41 +0300 (EEST) (envelope-from keramidi@otenet.gr) Date: Mon, 21 May 2001 11:20:30 +0300 From: Giorgos Keramidas To: Francois Kritzinger Cc: Wayne Pascoe , freeBSD Mailing List Subject: Re: FreeBSD versions of Windows Apps Message-ID: <20010521112030.A17593@hades.hell.gr> References: <3B082EEA.62A2ADA5@iafrica.com> <8666ev68lf.fsf@pan.penguinpowered.org.uk> <3B083154.BF2A5D49@iafrica.com> <86zoc74t66.fsf@pan.penguinpowered.org.uk> <3B08C473.D233EB28@iafrica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B08C473.D233EB28@iafrica.com>; from ffkrz@iafrica.com on Mon, May 21, 2001 at 09:32:03AM +0200 X-PGP-Fingerprint: 3A 75 52 EB F1 58 56 0D - C5 B8 21 B6 1B 5E 4A C2 X-URL: http://students.ceid.upatras.gr/~keramida/index.html Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, May 21, 2001 at 09:32:03AM +0200, Francois Kritzinger wrote: > > Well the reason I want to be able to quit ppp is because when I download large > files I do it over night, and over here phone rates are cheap from 7pm to 7am, > so I usually make the DL manager disconnect the modem around this time. Two things. If you add in your /etc/ppp/options the following: idle 900 After 900 seconds of inactivity on the line, the PPP daemon will close the connection automagically. If you want to kill pppd when some specific time i reached, you can always use: # echo 'killall -TERM pppd ; killall -9 pppd' | at 06:55 Yes, I know, FreeBSD can be a lot different that Windows... --giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message