diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
| commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
| tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /usr.sbin/ngctl | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs
'RELENG_7_0_0_RELEASE'.
This commit was manufactured to restore the state of the 7.0-RELEASE image.
Diffstat (limited to 'usr.sbin/ngctl')
| -rw-r--r-- | usr.sbin/ngctl/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/ngctl/config.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ngctl/connect.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ngctl/debug.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ngctl/dot.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ngctl/list.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ngctl/main.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ngctl/mkpeer.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ngctl/msg.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ngctl/name.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ngctl/ngctl.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/ngctl/ngctl.h | 2 | ||||
| -rw-r--r-- | usr.sbin/ngctl/rmhook.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ngctl/show.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ngctl/shutdown.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ngctl/status.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ngctl/types.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ngctl/write.c | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/usr.sbin/ngctl/Makefile b/usr.sbin/ngctl/Makefile index e02265d771bd..5d6148790350 100644 --- a/usr.sbin/ngctl/Makefile +++ b/usr.sbin/ngctl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ngctl/Makefile,v 1.22 2007/10/09 23:31:11 obrien Exp $ # $Whistle: Makefile,v 1.3 1999/01/16 00:10:11 archie Exp $ .include <bsd.own.mk> diff --git a/usr.sbin/ngctl/config.c b/usr.sbin/ngctl/config.c index 9b1a2751d136..06f3ec958f12 100644 --- a/usr.sbin/ngctl/config.c +++ b/usr.sbin/ngctl/config.c @@ -33,7 +33,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/config.c,v 1.6 2006/07/17 08:35:47 stefanf Exp $ */ #include <err.h> diff --git a/usr.sbin/ngctl/connect.c b/usr.sbin/ngctl/connect.c index cd5307e499c2..56aed9ba2cf2 100644 --- a/usr.sbin/ngctl/connect.c +++ b/usr.sbin/ngctl/connect.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/connect.c,v 1.5 2006/06/28 10:38:38 glebius Exp $ */ #include <err.h> diff --git a/usr.sbin/ngctl/debug.c b/usr.sbin/ngctl/debug.c index d64e32d7f4cf..ffbbd265bec4 100644 --- a/usr.sbin/ngctl/debug.c +++ b/usr.sbin/ngctl/debug.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/debug.c,v 1.5 2006/07/17 08:35:47 stefanf Exp $ */ #include <netgraph.h> diff --git a/usr.sbin/ngctl/dot.c b/usr.sbin/ngctl/dot.c index bd4673fda4b4..fc15a319078f 100644 --- a/usr.sbin/ngctl/dot.c +++ b/usr.sbin/ngctl/dot.c @@ -35,7 +35,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/dot.c,v 1.5 2007/02/06 08:48:28 kevlo Exp $ */ #include <err.h> diff --git a/usr.sbin/ngctl/list.c b/usr.sbin/ngctl/list.c index da4174c27e75..8a98bc69003e 100644 --- a/usr.sbin/ngctl/list.c +++ b/usr.sbin/ngctl/list.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/list.c,v 1.9 2007/02/06 08:48:28 kevlo Exp $ */ #include <err.h> diff --git a/usr.sbin/ngctl/main.c b/usr.sbin/ngctl/main.c index 5747bca71384..ae5bd561eca2 100644 --- a/usr.sbin/ngctl/main.c +++ b/usr.sbin/ngctl/main.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/main.c,v 1.23 2007/02/06 08:48:28 kevlo Exp $ * $Whistle: main.c,v 1.12 1999/11/29 19:17:46 archie Exp $ */ diff --git a/usr.sbin/ngctl/mkpeer.c b/usr.sbin/ngctl/mkpeer.c index 1c6896b1d18c..68bb62255c23 100644 --- a/usr.sbin/ngctl/mkpeer.c +++ b/usr.sbin/ngctl/mkpeer.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/mkpeer.c,v 1.5 2006/07/17 08:35:47 stefanf Exp $ */ #include <err.h> diff --git a/usr.sbin/ngctl/msg.c b/usr.sbin/ngctl/msg.c index f74efde1bca9..f42fc536ded0 100644 --- a/usr.sbin/ngctl/msg.c +++ b/usr.sbin/ngctl/msg.c @@ -35,7 +35,7 @@ * OF SUCH DAMAGE. * * $Whistle: msg.c,v 1.2 1999/11/29 23:38:35 archie Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/msg.c,v 1.8 2006/09/21 01:48:47 kan Exp $ */ #include <err.h> diff --git a/usr.sbin/ngctl/name.c b/usr.sbin/ngctl/name.c index 7149d35dbc88..43134e5232f5 100644 --- a/usr.sbin/ngctl/name.c +++ b/usr.sbin/ngctl/name.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/name.c,v 1.5 2006/07/17 08:35:47 stefanf Exp $ */ #include <err.h> diff --git a/usr.sbin/ngctl/ngctl.8 b/usr.sbin/ngctl/ngctl.8 index ce77069d3185..30bfdfb87eac 100644 --- a/usr.sbin/ngctl/ngctl.8 +++ b/usr.sbin/ngctl/ngctl.8 @@ -30,7 +30,7 @@ .\" THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY .\" OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ngctl/ngctl.8,v 1.16 2005/01/17 07:44:42 ru Exp $ .\" $Whistle: ngctl.8,v 1.6 1999/01/20 03:19:44 archie Exp $ .\" .Dd January 19, 1999 diff --git a/usr.sbin/ngctl/ngctl.h b/usr.sbin/ngctl/ngctl.h index 4d8c2adb7691..6ccd78425df6 100644 --- a/usr.sbin/ngctl/ngctl.h +++ b/usr.sbin/ngctl/ngctl.h @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/ngctl.h,v 1.13 2006/05/24 14:46:55 glebius Exp $ */ #define MAX_CMD_ALIAS 8 diff --git a/usr.sbin/ngctl/rmhook.c b/usr.sbin/ngctl/rmhook.c index 9a47a9d66fdf..6d9b0467c3c2 100644 --- a/usr.sbin/ngctl/rmhook.c +++ b/usr.sbin/ngctl/rmhook.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/rmhook.c,v 1.5 2006/06/28 10:38:38 glebius Exp $ */ #include <err.h> diff --git a/usr.sbin/ngctl/show.c b/usr.sbin/ngctl/show.c index 26eea0468273..d9a3ec481f4a 100644 --- a/usr.sbin/ngctl/show.c +++ b/usr.sbin/ngctl/show.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/show.c,v 1.7 2007/02/06 08:48:28 kevlo Exp $ */ #include <err.h> diff --git a/usr.sbin/ngctl/shutdown.c b/usr.sbin/ngctl/shutdown.c index b06beb5ca0ff..7ca61fee6230 100644 --- a/usr.sbin/ngctl/shutdown.c +++ b/usr.sbin/ngctl/shutdown.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/shutdown.c,v 1.4 2006/06/28 10:38:38 glebius Exp $ */ #include <err.h> diff --git a/usr.sbin/ngctl/status.c b/usr.sbin/ngctl/status.c index 7827c631513d..65989ed9cb6b 100644 --- a/usr.sbin/ngctl/status.c +++ b/usr.sbin/ngctl/status.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/status.c,v 1.5 2006/07/17 08:35:47 stefanf Exp $ */ #include <err.h> diff --git a/usr.sbin/ngctl/types.c b/usr.sbin/ngctl/types.c index 5ed4b53d00ea..8ed87957c40b 100644 --- a/usr.sbin/ngctl/types.c +++ b/usr.sbin/ngctl/types.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/types.c,v 1.7 2006/07/17 08:35:47 stefanf Exp $ */ #include <err.h> diff --git a/usr.sbin/ngctl/write.c b/usr.sbin/ngctl/write.c index 4114211705c6..9a5453445d7b 100644 --- a/usr.sbin/ngctl/write.c +++ b/usr.sbin/ngctl/write.c @@ -30,7 +30,7 @@ * THIS SOFTWARE, EVEN IF ARCHIE L. COBBS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/write.c,v 1.3 2006/06/28 10:38:38 glebius Exp $ */ #include <sys/types.h> |
