diff options
Diffstat (limited to 'share/examples/ppp')
| -rwxr-xr-x | share/examples/ppp/chap-auth | 2 | ||||
| -rwxr-xr-x | share/examples/ppp/login-auth | 2 | ||||
| -rw-r--r-- | share/examples/ppp/ppp.conf.isdn | 2 | ||||
| -rw-r--r-- | share/examples/ppp/ppp.conf.sample | 2 | ||||
| -rw-r--r-- | share/examples/ppp/ppp.conf.span-isp | 2 | ||||
| -rw-r--r-- | share/examples/ppp/ppp.conf.span-isp.working | 2 | ||||
| -rw-r--r-- | share/examples/ppp/ppp.linkdown.sample | 2 | ||||
| -rw-r--r-- | share/examples/ppp/ppp.linkdown.span-isp | 2 | ||||
| -rw-r--r-- | share/examples/ppp/ppp.linkdown.span-isp.working | 2 | ||||
| -rw-r--r-- | share/examples/ppp/ppp.linkup.sample | 2 | ||||
| -rw-r--r-- | share/examples/ppp/ppp.linkup.span-isp | 2 | ||||
| -rw-r--r-- | share/examples/ppp/ppp.linkup.span-isp.working | 2 | ||||
| -rw-r--r-- | share/examples/ppp/ppp.secret.sample | 2 | ||||
| -rw-r--r-- | share/examples/ppp/ppp.secret.span-isp | 2 | ||||
| -rw-r--r-- | share/examples/ppp/ppp.secret.span-isp.working | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/share/examples/ppp/chap-auth b/share/examples/ppp/chap-auth index 1e56b07575c0..cc1ce175016b 100755 --- a/share/examples/ppp/chap-auth +++ b/share/examples/ppp/chap-auth @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/share/examples/ppp/chap-auth,v 1.2 1999/08/28 00:19:28 peter Exp $ # # Display a window to request a users CHAP secret, accepting the relevant diff --git a/share/examples/ppp/login-auth b/share/examples/ppp/login-auth index e866e1d9c092..1507c92e0ff8 100755 --- a/share/examples/ppp/login-auth +++ b/share/examples/ppp/login-auth @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/share/examples/ppp/login-auth,v 1.2 1999/08/28 00:19:29 peter Exp $ # # Display a window to request a users password, expecting a login name diff --git a/share/examples/ppp/ppp.conf.isdn b/share/examples/ppp/ppp.conf.isdn index ce87134813ac..3e8cce3d6d07 100644 --- a/share/examples/ppp/ppp.conf.isdn +++ b/share/examples/ppp/ppp.conf.isdn @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/share/examples/ppp/ppp.conf.isdn,v 1.5 1999/10/06 15:07:15 brian Exp $ # This is an example ppp profile for bringing up a multilink ppp connection # over ISDN. It needs at least version 0.83.0 of the i4b code. An example diff --git a/share/examples/ppp/ppp.conf.sample b/share/examples/ppp/ppp.conf.sample index add9c013a072..cdaaafb0ea2f 100644 --- a/share/examples/ppp/ppp.conf.sample +++ b/share/examples/ppp/ppp.conf.sample @@ -4,7 +4,7 @@ # # Originally written by Toshiharu OHNO # -# $FreeBSD$ +# $FreeBSD: src/share/examples/ppp/ppp.conf.sample,v 1.16 2000/01/27 23:57:43 brian Exp $ # ################################################################# diff --git a/share/examples/ppp/ppp.conf.span-isp b/share/examples/ppp/ppp.conf.span-isp index caab2701e7e2..9f80ba6ceb22 100644 --- a/share/examples/ppp/ppp.conf.span-isp +++ b/share/examples/ppp/ppp.conf.span-isp @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/share/examples/ppp/ppp.conf.span-isp,v 1.3 1999/09/07 07:56:54 brian Exp $ # This advanced ppp configuration file explains how to implement # the following: diff --git a/share/examples/ppp/ppp.conf.span-isp.working b/share/examples/ppp/ppp.conf.span-isp.working index e8ec5fc90f39..8533897f4a70 100644 --- a/share/examples/ppp/ppp.conf.span-isp.working +++ b/share/examples/ppp/ppp.conf.span-isp.working @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/share/examples/ppp/ppp.conf.span-isp.working,v 1.2 1999/08/28 00:19:30 peter Exp $ # This is a working example of ppp.conf.span-isp that uses ppp connections # to the same machine through 3 null-modem serial cables. diff --git a/share/examples/ppp/ppp.linkdown.sample b/share/examples/ppp/ppp.linkdown.sample index c7da79ead8eb..d1baa6789f10 100644 --- a/share/examples/ppp/ppp.linkdown.sample +++ b/share/examples/ppp/ppp.linkdown.sample @@ -12,7 +12,7 @@ # 3) If no label has been found, use MYADDR if it exists. # # -# $FreeBSD$ +# $FreeBSD: src/share/examples/ppp/ppp.linkdown.sample,v 1.3 1999/09/07 07:56:54 brian Exp $ # ######################################################################### diff --git a/share/examples/ppp/ppp.linkdown.span-isp b/share/examples/ppp/ppp.linkdown.span-isp index ae00b57cdd3c..f02e0db3db8e 100644 --- a/share/examples/ppp/ppp.linkdown.span-isp +++ b/share/examples/ppp/ppp.linkdown.span-isp @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/share/examples/ppp/ppp.linkdown.span-isp,v 1.2 1999/08/28 00:19:30 peter Exp $ # Refer to ppp.conf.span-isp for a description of what this file is for. # This file is only required on the Gateway machine. diff --git a/share/examples/ppp/ppp.linkdown.span-isp.working b/share/examples/ppp/ppp.linkdown.span-isp.working index 104e8c3b5b69..d871b7427fae 100644 --- a/share/examples/ppp/ppp.linkdown.span-isp.working +++ b/share/examples/ppp/ppp.linkdown.span-isp.working @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/share/examples/ppp/ppp.linkdown.span-isp.working,v 1.2 1999/08/28 00:19:31 peter Exp $ # This is a working example of ppp.linkdown.span-isp that uses ppp connections # to the same machine through 3 null-modem serial cables. diff --git a/share/examples/ppp/ppp.linkup.sample b/share/examples/ppp/ppp.linkup.sample index 18073cf712e7..ccdb16ac6898 100644 --- a/share/examples/ppp/ppp.linkup.sample +++ b/share/examples/ppp/ppp.linkup.sample @@ -12,7 +12,7 @@ # 3) If no label has been found, use MYADDR if it exists. # # -# $FreeBSD$ +# $FreeBSD: src/share/examples/ppp/ppp.linkup.sample,v 1.2 1999/08/28 00:19:31 peter Exp $ # ######################################################################### diff --git a/share/examples/ppp/ppp.linkup.span-isp b/share/examples/ppp/ppp.linkup.span-isp index 1d0cc9b68143..39cfb09ea111 100644 --- a/share/examples/ppp/ppp.linkup.span-isp +++ b/share/examples/ppp/ppp.linkup.span-isp @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/share/examples/ppp/ppp.linkup.span-isp,v 1.2 1999/08/28 00:19:31 peter Exp $ # Refer to ppp.conf.span-isp for a description of what this file is for. # This file is only required on the Gateway machine. diff --git a/share/examples/ppp/ppp.linkup.span-isp.working b/share/examples/ppp/ppp.linkup.span-isp.working index 9e7e5eb5bf66..553668a57b0b 100644 --- a/share/examples/ppp/ppp.linkup.span-isp.working +++ b/share/examples/ppp/ppp.linkup.span-isp.working @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/share/examples/ppp/ppp.linkup.span-isp.working,v 1.2 1999/08/28 00:19:31 peter Exp $ # This is a working example of ppp.linkup.span-isp that uses ppp connections # to the same machine through 3 null-modem serial cables. diff --git a/share/examples/ppp/ppp.secret.sample b/share/examples/ppp/ppp.secret.sample index 57d2375fb6b0..fd979fd875a2 100644 --- a/share/examples/ppp/ppp.secret.sample +++ b/share/examples/ppp/ppp.secret.sample @@ -27,7 +27,7 @@ # ``auth'' or ``cbcp'' callback is enabled (see ``set callback''). # A ``*'' specifies that the client must specify the number. # -# $FreeBSD$ +# $FreeBSD: src/share/examples/ppp/ppp.secret.sample,v 1.2 1999/08/28 00:19:32 peter Exp $ # ################################################## diff --git a/share/examples/ppp/ppp.secret.span-isp b/share/examples/ppp/ppp.secret.span-isp index 8370f379717e..8b05afc2032d 100644 --- a/share/examples/ppp/ppp.secret.span-isp +++ b/share/examples/ppp/ppp.secret.span-isp @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/share/examples/ppp/ppp.secret.span-isp,v 1.2 1999/08/28 00:19:32 peter Exp $ # Refer to ppp.conf.span-isp for a description of what this file is for. # This file is only required on the Receiver machine. diff --git a/share/examples/ppp/ppp.secret.span-isp.working b/share/examples/ppp/ppp.secret.span-isp.working index cc8bc3d63dbe..afffb5d047bf 100644 --- a/share/examples/ppp/ppp.secret.span-isp.working +++ b/share/examples/ppp/ppp.secret.span-isp.working @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/share/examples/ppp/ppp.secret.span-isp.working,v 1.2 1999/08/28 00:19:32 peter Exp $ # This is a working example of ppp.secret.span-isp that uses ppp connections # to the same machine through 3 null-modem serial cables. |
