summaryrefslogtreecommitdiff
path: root/etc/ppp
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2002-06-09 06:15:16 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2002-06-09 06:15:16 +0000
commitadea637ba2ffdae4f3941cdd150a7cda541c73d5 (patch)
tree85a8568276014cb312d880d74d26a967aaa247aa /etc/ppp
parent92e441e5118d285594af4b0ef964f51d1df97920 (diff)
rm trailing whitespace
Diffstat (limited to 'etc/ppp')
-rw-r--r--etc/ppp/chap-secrets2
-rw-r--r--etc/ppp/pap-secrets2
-rw-r--r--etc/ppp/ppp.conf.sample28
-rw-r--r--etc/ppp/ppp.linkdown.sample2
-rw-r--r--etc/ppp/ppp.linkup.sample4
-rw-r--r--etc/ppp/ppp.secret.sample4
6 files changed, 21 insertions, 21 deletions
diff --git a/etc/ppp/chap-secrets b/etc/ppp/chap-secrets
index fa8fc887ce4..71b79d92ba2 100644
--- a/etc/ppp/chap-secrets
+++ b/etc/ppp/chap-secrets
@@ -1,4 +1,4 @@
-# $OpenBSD: chap-secrets,v 1.2 2001/01/28 23:31:30 niklas Exp $
+# $OpenBSD: chap-secrets,v 1.3 2002/06/09 06:15:15 todd Exp $
# Secrets for authentication using CHAP
# client server secret IP addresses
diff --git a/etc/ppp/pap-secrets b/etc/ppp/pap-secrets
index 35056f3034f..c1214f2aca2 100644
--- a/etc/ppp/pap-secrets
+++ b/etc/ppp/pap-secrets
@@ -1,4 +1,4 @@
-# $OpenBSD: pap-secrets,v 1.2 2001/01/28 23:31:30 niklas Exp $
+# $OpenBSD: pap-secrets,v 1.3 2002/06/09 06:15:15 todd Exp $
# Secrets for authentication using PAP
# client server secret IP addresses
diff --git a/etc/ppp/ppp.conf.sample b/etc/ppp/ppp.conf.sample
index 5027e500beb..1b0b4211876 100644
--- a/etc/ppp/ppp.conf.sample
+++ b/etc/ppp/ppp.conf.sample
@@ -4,7 +4,7 @@
#
# Originally written by Toshiharu OHNO
#
-# $OpenBSD: ppp.conf.sample,v 1.20 2001/09/12 19:35:31 brian Exp $
+# $OpenBSD: ppp.conf.sample,v 1.21 2002/06/09 06:15:15 todd Exp $
#
#################################################################
@@ -280,16 +280,16 @@ dodgynet:
# If the remote host allowed IP forwarding and we wanted to use it, the
# following rules could be split into two groups to separately validate
# the source and destination addresses.
- set filter dial 7 permit 172.17.16.0/20 172.17.20.248
- set filter dial 8 permit 172.17.36.0/22 172.17.20.248
- set filter dial 9 permit 172.17.118.0/26 172.17.20.248
- set filter dial 10 permit 10.123.5.0/24 172.17.20.248
+ set filter dial 7 permit 172.17.16.0/20 172.17.20.248
+ set filter dial 8 permit 172.17.36.0/22 172.17.20.248
+ set filter dial 9 permit 172.17.118.0/26 172.17.20.248
+ set filter dial 10 permit 10.123.5.0/24 172.17.20.248
# Once the link's up, limit outgoing access to the specified hosts
- set filter out 0 4 172.17.16.0/20 172.17.20.248
- set filter out 1 4 172.17.36.0/22 172.17.20.248
- set filter out 2 4 172.17.118.0/26 172.17.20.248
- set filter out 3 deny ! 10.123.5.0/24 172.17.20.248
+ set filter out 0 4 172.17.16.0/20 172.17.20.248
+ set filter out 1 4 172.17.36.0/22 172.17.20.248
+ set filter out 2 4 172.17.118.0/26 172.17.20.248
+ set filter out 3 deny ! 10.123.5.0/24 172.17.20.248
# Allow established TCP connections
set filter out 4 permit 0 0 tcp estab
# And new connections to http, rlogin, rsh, telnet, ftp and ports
@@ -379,7 +379,7 @@ direct-client:
set ifaddr 10.0.4.2 10.0.4.1
enable lqr
accept lqr
-
+
direct-server:
set timeout 0
set lqrperiod 10
@@ -390,7 +390,7 @@ direct-server:
# Example to connect via compuserve (who insist on 7 bits even parity
-# during the chat phase).
+# during the chat phase).
#
compuserve:
set phone 1234567
@@ -436,7 +436,7 @@ loop:
set login
set ifaddr 127.0.0.2 127.0.0.3
set server /var/tmp/loop "" 0177
-
+
loop-in:
set timeout 0
set log phase lcp ipcp command
@@ -510,8 +510,8 @@ mloop:
clone 1 2 3
link deflink remove
# dial
- # link 2 dial
- # link 3 dial
+ # link 2 dial
+ # link 3 dial
mloop-in:
set timeout 0
diff --git a/etc/ppp/ppp.linkdown.sample b/etc/ppp/ppp.linkdown.sample
index cb719572590..47cfa141640 100644
--- a/etc/ppp/ppp.linkdown.sample
+++ b/etc/ppp/ppp.linkdown.sample
@@ -12,7 +12,7 @@
# 3) If no label has been found, use MYADDR if it exists.
#
#
-# $OpenBSD: ppp.linkdown.sample,v 1.4 1998/11/05 23:13:43 brian Exp $
+# $OpenBSD: ppp.linkdown.sample,v 1.5 2002/06/09 06:15:15 todd Exp $
#
#########################################################################
diff --git a/etc/ppp/ppp.linkup.sample b/etc/ppp/ppp.linkup.sample
index 4dee12efd1e..d654cee3311 100644
--- a/etc/ppp/ppp.linkup.sample
+++ b/etc/ppp/ppp.linkup.sample
@@ -12,7 +12,7 @@
# 3) If no label has been found, use MYADDR if it exists.
#
#
-# $OpenBSD: ppp.linkup.sample,v 1.3 1998/09/23 07:30:58 todd Exp $
+# $OpenBSD: ppp.linkup.sample,v 1.4 2002/06/09 06:15:15 todd Exp $
#
#########################################################################
@@ -44,6 +44,6 @@ pmdemand:
# If your minimum call charge is 5 minutes, you may as well stay on
# the line for that amount of time. If we want a 60 second subsequent
# timeout, set your timeout to 300 in ppp.conf and then do this:
-#
+#
min5minutes:
!bg sh -c "sleep 240; pppctl -p mypassword 3000 set timeout 60"
diff --git a/etc/ppp/ppp.secret.sample b/etc/ppp/ppp.secret.sample
index 73f7e35ad9e..4bf5034380b 100644
--- a/etc/ppp/ppp.secret.sample
+++ b/etc/ppp/ppp.secret.sample
@@ -26,8 +26,8 @@
# field, these numbers will be used to call back the client if
# ``auth'' or ``cbcp'' callback is enabled (see ``set callback'').
# A ``*'' specifies that the client must specify the number.
-#
-# $OpenBSD: ppp.secret.sample,v 1.3 1998/09/23 07:30:58 todd Exp $
+#
+# $OpenBSD: ppp.secret.sample,v 1.4 2002/06/09 06:15:15 todd Exp $
#
##################################################