summaryrefslogtreecommitdiff
path: root/share/examples/netgraph
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2007-01-11 22:54:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2007-01-11 22:54:46 +0000
commit201f78d6b90635d961fa373ecd706e3786333b7e (patch)
treec8937d0d96aa193878973d98a3a5240f9232ad5a /share/examples/netgraph
parent99e934d3327f7c05890356105bbe793570b22829 (diff)
Diffstat (limited to 'share/examples/netgraph')
-rw-r--r--share/examples/netgraph/bluetooth/rc.bluetooth2
-rw-r--r--share/examples/netgraph/ether.bridge2
-rw-r--r--share/examples/netgraph/frame_relay2
-rw-r--r--share/examples/netgraph/ngctl2
-rw-r--r--share/examples/netgraph/raw2
-rw-r--r--share/examples/netgraph/udp.tunnel2
6 files changed, 6 insertions, 6 deletions
diff --git a/share/examples/netgraph/bluetooth/rc.bluetooth b/share/examples/netgraph/bluetooth/rc.bluetooth
index 7749395454ed..858f570d268a 100644
--- a/share/examples/netgraph/bluetooth/rc.bluetooth
+++ b/share/examples/netgraph/bluetooth/rc.bluetooth
@@ -27,7 +27,7 @@
# SUCH DAMAGE.
#
# $Id: rc.bluetooth,v 1.5 2003/03/30 04:03:16 max Exp $
-# $FreeBSD$
+# $FreeBSD: src/share/examples/netgraph/bluetooth/rc.bluetooth,v 1.2 2004/11/02 20:06:33 emax Exp $
#
logger="/usr/bin/logger -i -s -p user.err"
diff --git a/share/examples/netgraph/ether.bridge b/share/examples/netgraph/ether.bridge
index 273e4c4c26d0..ab8a491b7734 100644
--- a/share/examples/netgraph/ether.bridge
+++ b/share/examples/netgraph/ether.bridge
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/share/examples/netgraph/ether.bridge,v 1.4 2002/04/22 13:44:33 des Exp $
# This script sets up an Ethernet bridging network across multiple
# Ethernet interfaces using the ng_bridge(4) and ng_ether(4) netgraph
# node types.
diff --git a/share/examples/netgraph/frame_relay b/share/examples/netgraph/frame_relay
index 0becb471c810..78421e35a35f 100644
--- a/share/examples/netgraph/frame_relay
+++ b/share/examples/netgraph/frame_relay
@@ -1,7 +1,7 @@
#!/bin/sh
# script to set up a frame relay link on the sr card.
# The dlci used is selected below. The default is 16
-# $FreeBSD$
+# $FreeBSD: src/share/examples/netgraph/frame_relay,v 1.1 1999/11/19 06:56:34 julian Exp $
CARD=sr0
DLCI=16
diff --git a/share/examples/netgraph/ngctl b/share/examples/netgraph/ngctl
index 80a7f22d13fd..3a2096177053 100644
--- a/share/examples/netgraph/ngctl
+++ b/share/examples/netgraph/ngctl
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/share/examples/netgraph/ngctl,v 1.3 2003/11/15 15:26:35 harti Exp $
#
# This is an example that shows how to send ASCII formatted control
diff --git a/share/examples/netgraph/raw b/share/examples/netgraph/raw
index e0970f3c0b33..4bcfc4ce1fc2 100644
--- a/share/examples/netgraph/raw
+++ b/share/examples/netgraph/raw
@@ -1,7 +1,7 @@
#!/bin/sh
# script to connect a raw synchronous card to a system interface.
# Assumes the file if_sr was compiled with options NETGRAPH.
-# $FreeBSD$
+# $FreeBSD: src/share/examples/netgraph/raw,v 1.1 1999/11/19 07:04:36 julian Exp $
CARD=sr0
diff --git a/share/examples/netgraph/udp.tunnel b/share/examples/netgraph/udp.tunnel
index fc5810b84436..dc92827e8b58 100644
--- a/share/examples/netgraph/udp.tunnel
+++ b/share/examples/netgraph/udp.tunnel
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/share/examples/netgraph/udp.tunnel,v 1.2 2003/09/30 22:39:22 julian Exp $
# This script sets up a virtual point-to-point WAN link between
# two subnets, using UDP packets as the ``WAN connection.''