Deleted Added
full compact
ppp.linkup.sample (43902) ppp.linkup.sample (50476)
1#########################################################################
2#
3# Example of ppp.linkup file
4#
5# This file is checked when ppp establishes a connection.
6# ppp searches the labels in this file as follows:
7#
8# 1) The label that matches the IP number assigned to our side.
9#
10# 2) The label specified on the command line to ppp.
11#
12# 3) If no label has been found, use MYADDR if it exists.
13#
14#
1#########################################################################
2#
3# Example of ppp.linkup file
4#
5# This file is checked when ppp establishes a connection.
6# ppp searches the labels in this file as follows:
7#
8# 1) The label that matches the IP number assigned to our side.
9#
10# 2) The label specified on the command line to ppp.
11#
12# 3) If no label has been found, use MYADDR if it exists.
13#
14#
15# $Id: ppp.linkup.sample,v 1.14 1998/05/21 21:45:47 brian Exp $
15# $FreeBSD: head/share/examples/ppp/ppp.linkup.sample 50476 1999-08-28 00:22:10Z peter $
16#
17#########################################################################
18
19# It is no longer necessary to re-add the default route here as our
20# ppp.conf route is `sticky' (see the man page).
21# If you're into sound effects when the link comes up, you can run
22# ``auplay'' (assuming NAS is installed and configured).
23#

--- 26 unchanged lines hidden ---
16#
17#########################################################################
18
19# It is no longer necessary to re-add the default route here as our
20# ppp.conf route is `sticky' (see the man page).
21# If you're into sound effects when the link comes up, you can run
22# ``auplay'' (assuming NAS is installed and configured).
23#

--- 26 unchanged lines hidden ---