From owner-FreeBSD-users-jp@jp.freebsd.org  Tue Oct 15 12:01:47 1996
Received: by mail.jp.freebsd.org (8.7.3+2.6Wbeta5/8.7.3) id MAA04041
	Tue, 15 Oct 1996 12:01:47 +0900 (JST)
Received: by mail.jp.freebsd.org (8.7.3+2.6Wbeta5/8.7.3) with ESMTP id MAA04036
	for <FreeBSD-users-jp@jp.freebsd.org>; Tue, 15 Oct 1996 12:01:45 +0900 (JST)
Received: from sh0.po.iijnet.or.jp (sh0.po.iijnet.or.jp [192.244.177.1]) by mf00.iij.ad.jp (8.7.5+2.6Wbeta7/3.5Wbeta-mf1.0) with SMTP id MAA29341 for <FreeBSD-users-jp@jp.freebsd.org>; Tue, 15 Oct 1996 12:01:44 +0900 (JST)
Received: from sapphire (port1s08.sanmedia.or.jp [202.230.195.69]) by sh0.po.iijnet.or.jp (8.6.12+2.5Wb7/3.5Wbeta-nomx) with SMTP id MAA19137 for <FreeBSD-users-jp@jp.freebsd.org>; Tue, 15 Oct 1996 12:01:43 +0900
Message-Id: <199610150301.MAA19137@sh0.po.iijnet.or.jp>
X-Sender: miha@sh0.po.iijnet.or.jp
X-Mailer: Windows Eudora Pro Version 2.2-Jr1 (32)
Mime-Version: 1.0
Content-Type: text/plain; charset="ISO-2022-JP"
Date: Tue, 15 Oct 1996 12:03:05 +0900
To: FreeBSD-users-jp@jp.freebsd.org
From: Masaya Mihara <miha@po.iijnet.or.jp>
Reply-To: FreeBSD-users-jp@jp.freebsd.org
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=19]
X-Sequence: FreeBSD-users-jp 5262
Subject: [FreeBSD-users-jp 5262] IIJ-PPP OnDemand and NAT patch
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org

$B$3$s$K$A$O!"?H86!wJF;R;T$G$9!#(J

$B$I$&$d$i(JIIJ-PPP$B$G(Jdial-up$B$9$k$H$3$m$^$G$O2?$H$+F0$/$h$&$K$J$j$^$7$?!#(J

# $B$G$b!"2?8NF0$/$h$&$K$J$C$?$N$+J,$+$i$J$$$N$G5$;}$A0-$$$G$9(J
# $B$b$&>/$7?'!99M$($F$_$^$9(J

$B:#EY$O!"$N$m$5$s$N(JOnDemand$B$N%Q%C%A$H!"$=$N$"$H(JNAT$B$N%Q%C%A$r$"$F$k$H$3$m$G(J
$B6l$7$s$G$$$^$9!#(J

$B2?8N$+%(%i!<$,=P$F$&$^$/%Q%C%A$,Ev$?$C$F$/$l$^$;$s!#(J
$B0l1~!"(J/usr/src/usr.sbin/ppp$B$rA4It>C$7$F!"$N$m$5$s$N(J
$B%[!<%`%Z!<%8$K=q$+$l$F$$$?DL$j$K(JFreeBSD2.1.5 CD-ROM$B$+$i(J
$BE83+$7$J$*$7$F!"%Q%C%A$r(J/usr/src/usr.sbin/ppp$B$K0\F0$7!"(J
$B%+%l%s%H%G%#%l%/%H%j$r$=$3$K0\F0$7$F(J
patch -p1 < ppp.ondemand.diff
$B$H<B9T$7$?$N$G$9$,!"0J2<$N$h$&$K$J$C$F$7$^$$$^$9!#(J

$B%(%i!<$O=P$k$O$:$,$J$$$h$&$G$9$N$G!"$I$3$+4pK\E*$J$H$3$m$r(J
$B4V0c$C$F$$$k$h$&$K;W$&$N$G$9$,!"!"!"(J

$B$b$7$b2?$+J,$+$kJ}$,$*$i$l$^$7$?$i!"%R%s%H$@$1$G$b$h$m$7$/$*4j$$$7$^$9!#(J

diamond: {86} patch -p1 < ppp.ondemand.diff
Hmm...  Looks like a context diff to me...
The text leading up to this was:
--------------------------
|diff -c ppp-freebsd-2.1.5R/filter.c ppp/filter.c
|*** ppp-freebsd-2.1.5R/filter.c        Tue Feb  6 02:02:56 1996
|--- ppp/filter.c       Thu Aug 29 14:36:36 1996
--------------------------
Patching file filter.c using Plan A...
(Fascinating--this is really a new-style context diff but without
the telltale extra asterisks on the *** line that usually indicate
the new style...)
Hunk #1 failed at 238.
Hunk #2 failed at 369.
Hunk #3 failed at 460.
3 out of 3 hunks failed--saving rejects to filter.c.rej
Hmm...  The next patch looks like a context diff to me...
The text leading up to this was:
--------------------------
|diff -c ppp-freebsd-2.1.5R/filter.h ppp/filter.h
|*** ppp-freebsd-2.1.5R/filter.h        Tue Feb  6 02:02:57 1996
|--- ppp/filter.h       Thu Aug 29 14:36:45 1996
--------------------------
Patching file filter.h using Plan A...
(Fascinating--this is really a new-style context diff but without
the telltale extra asterisks on the *** line that usually indicate
the new style...)
Hunk #1 failed at 65.
1 out of 1 hunks failed--saving rejects to filter.h.rej
Hmm...  The next patch looks like a context diff to me...
The text leading up to this was:
--------------------------
|diff -c ppp-freebsd-2.1.5R/ip.c ppp/ip.c
|*** ppp-freebsd-2.1.5R/ip.c    Tue Feb  6 02:03:02 1996
|--- ppp/ip.c   Fri Aug 30 13:10:12 1996
--------------------------
Patching file ip.c using Plan A...
Hunk #1 failed at 120.
Hunk #2 failed at 128.
(Fascinating--this is really a new-style context diff but without
the telltale extra asterisks on the *** line that usually indicate
the new style...)
Hunk #3 failed at 149.
Hunk #4 failed at 172.
Hunk #5 failed at 188.
5 out of 5 hunks failed--saving rejects to ip.c.rej
Hmm...  The next patch looks like a context diff to me...
The text leading up to this was:
--------------------------
|diff -c ppp-freebsd-2.1.5R/main.c ppp/main.c
|*** ppp-freebsd-2.1.5R/main.c  Tue Feb  6 02:03:09 1996
|--- ppp/main.c Thu Sep  5 00:52:04 1996
--------------------------
Patching file main.c using Plan A...
(Fascinating--this is really a new-style context diff but without
the telltale extra asterisks on the *** line that usually indicate
the new style...)
Hunk #1 failed at 34.
Hunk #2 failed at 607.
Hunk #3 failed at 802.
Hunk #4 failed at 836.
Hunk #5 failed at 958.
Hunk #6 failed at 983.
6 out of 6 hunks failed--saving rejects to main.c.rej
Hmm...  The next patch looks like a context diff to me...
The text leading up to this was:
--------------------------
|diff -c ppp-freebsd-2.1.5R/os.c ppp/os.c
|*** ppp-freebsd-2.1.5R/os.c    Tue Jun  4 06:39:23 1996
|--- ppp/os.c   Mon Aug 26 00:16:29 1996
--------------------------
Patching file os.c using Plan A...
Hunk #1 failed at 42.
(Fascinating--this is really a new-style context diff but without
the telltale extra asterisks on the *** line that usually indicate
the new style...)
Hunk #2 failed at 137.
Hunk #3 failed at 201.
Hunk #4 succeeded at 349 with fuzz 2.
3 out of 4 hunks failed--saving rejects to os.c.rej
Hmm...  The next patch looks like a context diff to me...
The text leading up to this was:
--------------------------
|diff -c ppp-freebsd-2.1.5R/os.h ppp/os.h
|*** ppp-freebsd-2.1.5R/os.h    Tue Feb  6 02:03:15 1996
|--- ppp/os.h   Sat Aug 24 13:56:56 1996
--------------------------
Patching file os.h using Plan A...
(Fascinating--this is really a new-style context diff but without
the telltale extra asterisks on the *** line that usually indicate
the new style...)
Hunk #1 succeeded at 34 with fuzz 2.
done
---
    Masaya Mihara($B?H86(J $B@5:H(J)                  miha@po.iijnet.or.jp
        from $BJF;R;T(J                           miha@mihara.com
                                          MAF02277@niftyserve.or.jp
                                        71050,2277@compuserve.com

