summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/sysdep/linux
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2001-01-28 22:38:50 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2001-01-28 22:38:50 +0000
commitafa46daca7cede154ac8f385c2f02c05794726af (patch)
treea2295320a2479d67a40802d0f2c1978c3207c7a1 /sbin/isakmpd/sysdep/linux
parent25bc656c5d2e962e72778b36ea5e806b7fd41b8d (diff)
$OpenBSD$
Diffstat (limited to 'sbin/isakmpd/sysdep/linux')
-rw-r--r--sbin/isakmpd/sysdep/linux/GNUmakefile.sysdep2
-rw-r--r--sbin/isakmpd/sysdep/linux/Makefile.sysdep2
-rw-r--r--sbin/isakmpd/sysdep/linux/README2
-rw-r--r--sbin/isakmpd/sysdep/linux/klips.c2
-rw-r--r--sbin/isakmpd/sysdep/linux/klips.h2
-rw-r--r--sbin/isakmpd/sysdep/linux/sysdep-os.h2
-rw-r--r--sbin/isakmpd/sysdep/linux/sysdep.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/sbin/isakmpd/sysdep/linux/GNUmakefile.sysdep b/sbin/isakmpd/sysdep/linux/GNUmakefile.sysdep
index 6c694f49a28..2a02b3726d1 100644
--- a/sbin/isakmpd/sysdep/linux/GNUmakefile.sysdep
+++ b/sbin/isakmpd/sysdep/linux/GNUmakefile.sysdep
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile.sysdep,v 1.1 2001/01/26 11:34:04 niklas Exp $
+# $OpenBSD: GNUmakefile.sysdep,v 1.2 2001/01/28 22:38:48 niklas Exp $
#
# Copyright (c) 1999 Niklas Hallqvist. All rights reserved.
diff --git a/sbin/isakmpd/sysdep/linux/Makefile.sysdep b/sbin/isakmpd/sysdep/linux/Makefile.sysdep
index 94ae607a2c6..82bc508717d 100644
--- a/sbin/isakmpd/sysdep/linux/Makefile.sysdep
+++ b/sbin/isakmpd/sysdep/linux/Makefile.sysdep
@@ -1,4 +1,4 @@
-# $Id: Makefile.sysdep,v 1.1 2001/01/26 11:34:04 niklas Exp $
+# $OpenBSD: Makefile.sysdep,v 1.2 2001/01/28 22:38:48 niklas Exp $
#
# Copyright (c) 1999 Niklas Hallqvist. All rights reserved.
diff --git a/sbin/isakmpd/sysdep/linux/README b/sbin/isakmpd/sysdep/linux/README
index 6238820e91d..d0660f227cd 100644
--- a/sbin/isakmpd/sysdep/linux/README
+++ b/sbin/isakmpd/sysdep/linux/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.1 2001/01/26 11:34:04 niklas Exp $
+$OpenBSD: README,v 1.2 2001/01/28 22:38:48 niklas Exp $
Currently, you have to manually configure any ipsec interfaces and do the
association betweent these and the physical ones. This is done like
diff --git a/sbin/isakmpd/sysdep/linux/klips.c b/sbin/isakmpd/sysdep/linux/klips.c
index cd042d7f718..698bc8bebbd 100644
--- a/sbin/isakmpd/sysdep/linux/klips.c
+++ b/sbin/isakmpd/sysdep/linux/klips.c
@@ -1,4 +1,4 @@
-/* $Id: klips.c,v 1.1 2001/01/26 11:34:04 niklas Exp $ */
+/* $OpenBSD: klips.c,v 1.2 2001/01/28 22:38:48 niklas Exp $ */
/*
* Copyright (c) 1999 Niklas Hallqvist. All rights reserved.
diff --git a/sbin/isakmpd/sysdep/linux/klips.h b/sbin/isakmpd/sysdep/linux/klips.h
index fdc1fcbe369..058d1a4f63a 100644
--- a/sbin/isakmpd/sysdep/linux/klips.h
+++ b/sbin/isakmpd/sysdep/linux/klips.h
@@ -1,4 +1,4 @@
-/* $Id: klips.h,v 1.1 2001/01/26 11:34:04 niklas Exp $ */
+/* $OpenBSD: klips.h,v 1.2 2001/01/28 22:38:48 niklas Exp $ */
/*
* Copyright (c) 1999 Niklas Hallqvist. All rights reserved.
diff --git a/sbin/isakmpd/sysdep/linux/sysdep-os.h b/sbin/isakmpd/sysdep/linux/sysdep-os.h
index 4d5362e0d2f..74e051c4f33 100644
--- a/sbin/isakmpd/sysdep/linux/sysdep-os.h
+++ b/sbin/isakmpd/sysdep/linux/sysdep-os.h
@@ -1,4 +1,4 @@
-/* $Id: sysdep-os.h,v 1.3 2001/01/26 11:34:04 niklas Exp $ */
+/* $OpenBSD: sysdep-os.h,v 1.4 2001/01/28 22:38:49 niklas Exp $ */
/*
* Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved.
diff --git a/sbin/isakmpd/sysdep/linux/sysdep.c b/sbin/isakmpd/sysdep/linux/sysdep.c
index d96d6d86a10..0aac833d598 100644
--- a/sbin/isakmpd/sysdep/linux/sysdep.c
+++ b/sbin/isakmpd/sysdep/linux/sysdep.c
@@ -1,4 +1,4 @@
-/* $Id: sysdep.c,v 1.3 2001/01/26 11:34:04 niklas Exp $ */
+/* $OpenBSD: sysdep.c,v 1.4 2001/01/28 22:38:49 niklas Exp $ */
/*
* Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved.