From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 6 Jan 2003 17:49:59 +0300 From: "Sergey A. Sholokhov" To: community@altlinux.ru Subject: Re: [Comm] =?koi8-r?B?7s/X2cogzcHT1MXSIMkg?= =?koi8-r?B?yc7UxdLOxdQ=?= Message-ID: <20030106144959.GE535@sutd.ru> Mail-Followup-To: community@altlinux.ru References: <3E19667D.7020804@mail.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VuQYccsttdhdIfIP" Content-Disposition: inline In-Reply-To: <3E19667D.7020804@mail.ru> User-Agent: Mutt/1.4i Sender: community-admin@altlinux.ru Errors-To: community-admin@altlinux.ru X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: community@altlinux.ru X-Reply-To: "Sergey A. Sholokhov" List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: List-Post: --VuQYccsttdhdIfIP Content-Type: multipart/mixed; boundary="SWTRyWv/ijrBap1m" Content-Disposition: inline --SWTRyWv/ijrBap1m Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 06, 2003 at 02:20:29PM +0300, Alexey Abashev wrote: >=F5=D3=D4=C1=CE=CF=D7=C9=CC =D3=C5=C2=C5 =CE=CF=D7=D9=CA =CD=C1=D3=D4=C5= =D2, =CB=CF=D4=CF=D2=D9=CA 2.2. =EF=DE=C5=CE=D8 =D0=CF=CE=D2=C1=D7=C9=CC=D3= =D1, =CE=CF =C5=D3=D4=D8=20 >=D7=CF=D0=D2=CF=D3: =D0=D2=C9 =D5=D3=D4=C1=CE=CF=D7=CB=C5 =C9=C4=C5=D4 =CE= =C1=D3=D4=D2=CF=CA=CB=C1 =CD=CF=C4=C5=CD=CE=CF=C7=CF =C4=CF=D3=D4=D5=D0=C1 = =CB =C9=CE=D4=C5=D2=CE=C5=D4, =D4=C1=CB=20 >=D7=CF=D4 =CB=C1=CB =DC=D4=CF =C9=D3=D0=CF=CC=D8=DA=CF=D7=C1=D4=D8 =D5=D6= =C5 =D7 =D2=C1=C2=CF=D4=C5. =F7 =C4=C5=C2=C9=C1=CE=C5 =C5=D3=D4=D8 =D3=CB= =D2=C9=D0=D4=D9 pon =C9=20 >poff. =E1 =DA=C4=C5=D3=D8 =DE=C5=C7=CF =C4=C5=CC=C1=D4=D8? =F3=C5=CA=DE=C1= =D3 =C9=D3=D0=CF=CC=D8=DA=D5=C0 =C7=CE=CF=CD (=CF=DE=C5=CE=D8 =D0=CF=CE=D2= =C1=D7=C9=CC=D3=D1),=20 >=C5=D3=CC=C9 =CB=D4=CF =DA=CE=C1=C5=D4 =D0=CF=C4 =CE=C5=C7=CF =DA=D7=CF=CE= =C9=CC=CB=D5 =C9=CC=C9 =C5=DD=C5 =CB=C1=CB=C9=C5-=D4=CF =D2=C5=DB=C5=CE=C9= =D1 =D0=CF =D0=CF=C4=CB=CC=C0=DE=C5=CE=C9=C0? > =CE=C5 =DA=CE=C1=C0 =C5=D3=D4=D8 =CC=C9 =D7 alt'=C5 =D0=D2=C1=D7=C4=C1 =D7 = =D3=C9=DA=C9=C6=C5 =D7=D3=D1=CB=CF =C4=CF=CC=D6=CE=CF =C2=D9=D4=D8 -) gpppon - A gnome applet that is a wrapper around pon and poff. gkdial - Gtk-based PPP dial-up configuration tool. gkdial-gnome - GNOME-based PPP dial-up configuration tool. =C9 =C5=DD=C5 =CB=C1=CB=C1=D1=D4=CF =C2=D9=CC=C1 =D0=CF=C4 X =D4=CF=D6=C5 = =D2=D5=CC=D8=CE=C1=D1 =CE=CF pon poff =D2=D5=CC=D8=CE=C5=C5 =C9 =DE=D4=CF =D4=C5 =CD=C5=DB=C1=C5= =D4 =D7 =C1=CC=D4=C5 =DC=D4=CF =D3=C4=C5=CC=C1=D4=D8. =D7=CF=D4 =D0=CF=CB=CF=D0=C1=CA =C4=C5=C2=C9=C1=CE=CF=D7=D3=CB=C9=C5. --=20 [ HUN7ER ] mail: hun7er@sutd.ru icq : 72994428 --SWTRyWv/ijrBap1m Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=pon #!/bin/sh case "$1" in -*) echo " Usage: pon [provider] [arguments] If pon is invoked without arguments, /etc/ppp/ppp_on_boot file will be run, presuming it exists and is executable. Otherwise, a PPP connection will be started using settings from /etc/ppp/peers/provider. If you specify one argument, a PPP connection will be started using settings from the appropriate file in the /etc/ppp/peers/ directory, and any additional arguments supplied will be passed as extra arguments to pppd. " exit 0 ;; esac if [ -z "$1" -a -x /etc/ppp/ppp_on_boot ]; then exec /etc/ppp/ppp_on_boot fi if [ -z "$1" -a ! -f /etc/ppp/peers/provider ]; then echo " Please configure /etc/ppp/peers/provider or use a command line argument to use another file in /etc/ppp/peers/ directory. " exit 1 fi if [ "$1" -a ! -f "/etc/ppp/peers/$1" ]; then echo " The file /etc/ppp/peers/$1 does not exist. " exit 1 fi exec /usr/sbin/pppd call ${@:-provider} --SWTRyWv/ijrBap1m Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=poff Content-Transfer-Encoding: quoted-printable #!/bin/sh # $Id: poff,v 1.8 1999/08/28 16:34:51 phil Exp $ # Written by John Hasler and based on work=20 # by Phil Hands . Distributed under the GNU GPL if [ -x /usr/bin/kill ]; then KILL=3D"/usr/bin/kill" else KILL=3D"/bin/kill" fi SIG=3DTERM DONE=3D"stopped" MODE=3D"" usage () { cat <