diff options
-rw-r--r-- | sbin/ipsecctl/Makefile | 2 | ||||
-rw-r--r-- | sbin/ipsecctl/ipsec.conf.5 | 2 | ||||
-rw-r--r-- | sbin/ipsecctl/ipsecctl.8 | 2 | ||||
-rw-r--r-- | sbin/ipsecctl/ipsecctl.c | 2 | ||||
-rw-r--r-- | sbin/ipsecctl/ipsecctl.h | 2 | ||||
-rw-r--r-- | sbin/ipsecctl/parse.y | 2 | ||||
-rw-r--r-- | sbin/ipsecctl/pfkey.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/sbin/ipsecctl/Makefile b/sbin/ipsecctl/Makefile index cf171012ce4..f9df063b4de 100644 --- a/sbin/ipsecctl/Makefile +++ b/sbin/ipsecctl/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 2005/04/04 22:19:50 hshoexer Exp $ +# $OpenBSD: Makefile,v 1.2 2005/04/04 22:22:55 hshoexer Exp $ PROG= ipsecctl MAN= ipsecctl.8 ipsec.conf.5 diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5 index 4ef7288e2d3..fee4064d4ce 100644 --- a/sbin/ipsecctl/ipsec.conf.5 +++ b/sbin/ipsecctl/ipsec.conf.5 @@ -1,4 +1,4 @@ -.\" $Id: ipsec.conf.5,v 1.1 2005/04/04 22:19:50 hshoexer Exp $ +.\" $OpenBSD: ipsec.conf.5,v 1.2 2005/04/04 22:22:55 hshoexer Exp $ .\" .\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved. .\" diff --git a/sbin/ipsecctl/ipsecctl.8 b/sbin/ipsecctl/ipsecctl.8 index f12049fb263..7f17447b515 100644 --- a/sbin/ipsecctl/ipsecctl.8 +++ b/sbin/ipsecctl/ipsecctl.8 @@ -1,4 +1,4 @@ -.\" $Id: ipsecctl.8,v 1.1 2005/04/04 22:19:50 hshoexer Exp $ +.\" $OpenBSD: ipsecctl.8,v 1.2 2005/04/04 22:22:55 hshoexer Exp $ .\" .\" The following requests are required for all man pages. .Dd Month DD, YYYY diff --git a/sbin/ipsecctl/ipsecctl.c b/sbin/ipsecctl/ipsecctl.c index 25c15585075..a87b919217c 100644 --- a/sbin/ipsecctl/ipsecctl.c +++ b/sbin/ipsecctl/ipsecctl.c @@ -1,4 +1,4 @@ -/* $Id: ipsecctl.c,v 1.1 2005/04/04 22:19:50 hshoexer Exp $ */ +/* $OpenBSD: ipsecctl.c,v 1.2 2005/04/04 22:22:55 hshoexer Exp $ */ /* * Copyright (c) 2004, 2005 Hans-Joerg Hoexer <hshoexer@openbsd.org> * diff --git a/sbin/ipsecctl/ipsecctl.h b/sbin/ipsecctl/ipsecctl.h index f11a862a730..2c8c0e01208 100644 --- a/sbin/ipsecctl/ipsecctl.h +++ b/sbin/ipsecctl/ipsecctl.h @@ -1,4 +1,4 @@ -/* $Id: ipsecctl.h,v 1.1 2005/04/04 22:19:50 hshoexer Exp $ */ +/* $OpenBSD: ipsecctl.h,v 1.2 2005/04/04 22:22:55 hshoexer Exp $ */ /* * Copyright (c) 2004, 2005 Hans-Joerg Hoexer <hshoexer@openbsd.org> * diff --git a/sbin/ipsecctl/parse.y b/sbin/ipsecctl/parse.y index 9475a1927bd..4b6fa440748 100644 --- a/sbin/ipsecctl/parse.y +++ b/sbin/ipsecctl/parse.y @@ -1,4 +1,4 @@ -/* $Id: parse.y,v 1.1 2005/04/04 22:19:50 hshoexer Exp $ */ +/* $OpenBSD: parse.y,v 1.2 2005/04/04 22:22:55 hshoexer Exp $ */ /* * Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org> diff --git a/sbin/ipsecctl/pfkey.c b/sbin/ipsecctl/pfkey.c index 38a8aebf07b..8e809a9179e 100644 --- a/sbin/ipsecctl/pfkey.c +++ b/sbin/ipsecctl/pfkey.c @@ -1,4 +1,4 @@ -/* $Id: pfkey.c,v 1.1 2005/04/04 22:19:50 hshoexer Exp $ */ +/* $OpenBSD: pfkey.c,v 1.2 2005/04/04 22:22:55 hshoexer Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> * Copyright (c) 2003, 2004 Markus Friedl <markus@openbsd.org> |