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 1e56b07575c07..cc1ce175016ba 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 e866e1d9c092d..1507c92e0ff80 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 df0bd010c92e7..3c2e66c8d7b61 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.2.1 2000/08/19 09:33:23 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 9b63c14ebf72a..093bb2118b434 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.2.1 2000/08/19 09:33:23 brian Exp $ # ################################################################# diff --git a/share/examples/ppp/ppp.conf.span-isp b/share/examples/ppp/ppp.conf.span-isp index b2b67414bade4..babad25627b1b 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.2.1 2000/08/19 09:33:23 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 13fd31b7d0edb..07612a354b748 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.2.1 2000/08/19 09:33:23 brian 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 c7da79ead8ebf..d1baa6789f103 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 ae00b57cdd3c3..f02e0db3db8ea 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 104e8c3b5b693..d871b7427faee 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 18073cf712e72..ccdb16ac6898c 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 1d0cc9b681433..39cfb09ea111f 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 9e7e5eb5bf660..553668a57b0b5 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 57d2375fb6b06..fd979fd875a2b 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 8370f379717ed..8b05afc2032d6 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 cc8bc3d63dbeb..afffb5d047bfa 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. |