summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dpt
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/dpt')
-rw-r--r--usr.sbin/dpt/Makefile2
-rw-r--r--usr.sbin/dpt/Makefile.inc2
-rw-r--r--usr.sbin/dpt/dpt_ctlinfo/Makefile2
-rw-r--r--usr.sbin/dpt/dpt_ctlinfo/dpt_ctlinfo.c2
-rw-r--r--usr.sbin/dpt/dpt_ctls/Makefile2
-rw-r--r--usr.sbin/dpt/dpt_ctls/dpt_ctls.c2
-rw-r--r--usr.sbin/dpt/dpt_dm/Makefile2
-rw-r--r--usr.sbin/dpt/dpt_dm/dpt_dm.c2
-rw-r--r--usr.sbin/dpt/dpt_led/Makefile2
-rw-r--r--usr.sbin/dpt/dpt_led/dpt_led.c2
-rw-r--r--usr.sbin/dpt/dpt_sig/Makefile2
-rw-r--r--usr.sbin/dpt/dpt_sig/dpt_sig.c2
-rw-r--r--usr.sbin/dpt/dpt_softc/Makefile2
-rw-r--r--usr.sbin/dpt/dpt_softc/dpt_softc.82
-rw-r--r--usr.sbin/dpt/dpt_softc/dpt_softc.c2
-rw-r--r--usr.sbin/dpt/dpt_sysinfo/Makefile2
-rw-r--r--usr.sbin/dpt/dpt_sysinfo/dpt_sysinfo.c2
17 files changed, 17 insertions, 17 deletions
diff --git a/usr.sbin/dpt/Makefile b/usr.sbin/dpt/Makefile
index 63b2ffb..7431330 100644
--- a/usr.sbin/dpt/Makefile
+++ b/usr.sbin/dpt/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1998/01/21 07:46:46 ShimonR Exp ShimonR $
+# $FreeBSD$
SUBDIR= dpt_ctlinfo dpt_ctls dpt_dm dpt_led dpt_sig dpt_softc dpt_sysinfo
diff --git a/usr.sbin/dpt/Makefile.inc b/usr.sbin/dpt/Makefile.inc
index d0c4b25..265f86d 100644
--- a/usr.sbin/dpt/Makefile.inc
+++ b/usr.sbin/dpt/Makefile.inc
@@ -1,3 +1,3 @@
-# $Id: Makefile.inc,v 1.1 1998/01/26 06:20:35 julian Exp $
+# $FreeBSD$
.include "../Makefile.inc"
diff --git a/usr.sbin/dpt/dpt_ctlinfo/Makefile b/usr.sbin/dpt/dpt_ctlinfo/Makefile
index 4f9c4c8..ac71bd1 100644
--- a/usr.sbin/dpt/dpt_ctlinfo/Makefile
+++ b/usr.sbin/dpt/dpt_ctlinfo/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.3 1998/09/19 22:42:06 obrien Exp $
+# $FreeBSD$
PROG= dpt_ctlinfo
SRCS= dpt_ctlinfo.c
diff --git a/usr.sbin/dpt/dpt_ctlinfo/dpt_ctlinfo.c b/usr.sbin/dpt/dpt_ctlinfo/dpt_ctlinfo.c
index 9a3e39b..ccc984e 100644
--- a/usr.sbin/dpt/dpt_ctlinfo/dpt_ctlinfo.c
+++ b/usr.sbin/dpt/dpt_ctlinfo/dpt_ctlinfo.c
@@ -30,7 +30,7 @@
/* dpt_ctlinfo.c: Dunp a DPT HBA Information Block */
-#ident "$Id: dpt_ctlinfo.c,v 1.1 1998/01/26 06:20:37 julian Exp $"
+#ident "$FreeBSD$"
#include <fcntl.h>
#include <stdio.h>
diff --git a/usr.sbin/dpt/dpt_ctls/Makefile b/usr.sbin/dpt/dpt_ctls/Makefile
index aa092a1..e0b0eda 100644
--- a/usr.sbin/dpt/dpt_ctls/Makefile
+++ b/usr.sbin/dpt/dpt_ctls/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.2 1998/08/06 21:19:10 eivind Exp $
+# $FreeBSD$
PROG= dpt_ctls
SRCS= dpt_ctls.c
diff --git a/usr.sbin/dpt/dpt_ctls/dpt_ctls.c b/usr.sbin/dpt/dpt_ctls/dpt_ctls.c
index 3c66da5..41e3d24 100644
--- a/usr.sbin/dpt/dpt_ctls/dpt_ctls.c
+++ b/usr.sbin/dpt/dpt_ctls/dpt_ctls.c
@@ -30,7 +30,7 @@
/* dpt_ctls.c: Dunp a the number of configured DPT HBAs */
-#ident "$Id: dpt_ctls.c,v 1.1 1998/01/26 06:20:39 julian Exp $"
+#ident "$FreeBSD$"
#include <fcntl.h>
#include <stdio.h>
diff --git a/usr.sbin/dpt/dpt_dm/Makefile b/usr.sbin/dpt/dpt_dm/Makefile
index 547511c..d67e556 100644
--- a/usr.sbin/dpt/dpt_dm/Makefile
+++ b/usr.sbin/dpt/dpt_dm/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.2 1998/08/06 21:19:10 eivind Exp $
+# $FreeBSD$
PROG= dpt_dm
SRCS= dpt_dm.c
diff --git a/usr.sbin/dpt/dpt_dm/dpt_dm.c b/usr.sbin/dpt/dpt_dm/dpt_dm.c
index a2d1b12..91df807 100644
--- a/usr.sbin/dpt/dpt_dm/dpt_dm.c
+++ b/usr.sbin/dpt/dpt_dm/dpt_dm.c
@@ -30,7 +30,7 @@
/* dpt_dm.c: Dump a DPT metrics structure */
-#ident "$Id: dpt_dm.c,v 1.1 1998/08/03 16:43:36 root Exp root $"
+#ident "$FreeBSD$"
#include <fcntl.h>
#include <stdio.h>
diff --git a/usr.sbin/dpt/dpt_led/Makefile b/usr.sbin/dpt/dpt_led/Makefile
index 0f8bd24..e449aa5 100644
--- a/usr.sbin/dpt/dpt_led/Makefile
+++ b/usr.sbin/dpt/dpt_led/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.2 1998/08/06 21:19:10 eivind Exp $
+# $FreeBSD$
PROG= dpt_led
SRCS= dpt_led.c
diff --git a/usr.sbin/dpt/dpt_led/dpt_led.c b/usr.sbin/dpt/dpt_led/dpt_led.c
index 9304950..21728fb 100644
--- a/usr.sbin/dpt/dpt_led/dpt_led.c
+++ b/usr.sbin/dpt/dpt_led/dpt_led.c
@@ -30,7 +30,7 @@
/* dpt_led.c: Show the blinking LED array status of a DPT HBAs */
-#ident "$Id: dpt_led.c,v 1.1 1998/01/26 06:26:41 julian Exp $"
+#ident "$FreeBSD$"
#include <fcntl.h>
#include <stdio.h>
diff --git a/usr.sbin/dpt/dpt_sig/Makefile b/usr.sbin/dpt/dpt_sig/Makefile
index 2ed62f9..c25c11a 100644
--- a/usr.sbin/dpt/dpt_sig/Makefile
+++ b/usr.sbin/dpt/dpt_sig/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.2 1998/08/06 21:19:10 eivind Exp $
+# $FreeBSD$
PROG= dpt_sig
SRCS= dpt_sig.c
diff --git a/usr.sbin/dpt/dpt_sig/dpt_sig.c b/usr.sbin/dpt/dpt_sig/dpt_sig.c
index 76e648b..0d7727b 100644
--- a/usr.sbin/dpt/dpt_sig/dpt_sig.c
+++ b/usr.sbin/dpt/dpt_sig/dpt_sig.c
@@ -30,7 +30,7 @@
/* dpt_sig.c: Dunp a DPT Signature */
-#ident "$Id: dpt_sig.c,v 1.1 1998/01/26 06:20:45 julian Exp $"
+#ident "$FreeBSD$"
#include <fcntl.h>
#include <stdio.h>
diff --git a/usr.sbin/dpt/dpt_softc/Makefile b/usr.sbin/dpt/dpt_softc/Makefile
index ad6483a..45c24dd 100644
--- a/usr.sbin/dpt/dpt_softc/Makefile
+++ b/usr.sbin/dpt/dpt_softc/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.2 1998/08/06 21:19:11 eivind Exp $
+# $FreeBSD$
PROG= dpt_softc
SRCS= dpt_softc.c
diff --git a/usr.sbin/dpt/dpt_softc/dpt_softc.8 b/usr.sbin/dpt/dpt_softc/dpt_softc.8
index 888373d..aa38b55 100644
--- a/usr.sbin/dpt/dpt_softc/dpt_softc.8
+++ b/usr.sbin/dpt/dpt_softc/dpt_softc.8
@@ -1,6 +1,6 @@
.\" Copyright (c) 1997 Simon Shapiro. All rights reserved.
.\"
-.\" $Id$
+.\" $FreeBSD$
.\"
.\" There is nothing here yet, but an empty file will not patch
diff --git a/usr.sbin/dpt/dpt_softc/dpt_softc.c b/usr.sbin/dpt/dpt_softc/dpt_softc.c
index 4564791..8b913d9 100644
--- a/usr.sbin/dpt/dpt_softc/dpt_softc.c
+++ b/usr.sbin/dpt/dpt_softc/dpt_softc.c
@@ -30,7 +30,7 @@
/* dpt_softc.c: Dunp a DPT control structure */
-#ident "$Id: dpt_softc.c,v 1.1 1998/01/26 06:20:46 julian Exp $"
+#ident "$FreeBSD$"
#include <stdlib.h>
#include <fcntl.h>
diff --git a/usr.sbin/dpt/dpt_sysinfo/Makefile b/usr.sbin/dpt/dpt_sysinfo/Makefile
index 51eba46..d9a61f3 100644
--- a/usr.sbin/dpt/dpt_sysinfo/Makefile
+++ b/usr.sbin/dpt/dpt_sysinfo/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.2 1998/08/06 21:19:11 eivind Exp $
+# $FreeBSD$
PROG= dpt_sysinfo
SRCS= dpt_sysinfo.c
diff --git a/usr.sbin/dpt/dpt_sysinfo/dpt_sysinfo.c b/usr.sbin/dpt/dpt_sysinfo/dpt_sysinfo.c
index 1e6ab14..edd90fa 100644
--- a/usr.sbin/dpt/dpt_sysinfo/dpt_sysinfo.c
+++ b/usr.sbin/dpt/dpt_sysinfo/dpt_sysinfo.c
@@ -30,7 +30,7 @@
/* dpt_ctlinfo.c: Dunp a DPT HBA Information Block */
-#ident "$Id: dpt_sysinfo.c,v 1.1 1998/01/26 06:20:48 julian Exp $"
+#ident "$FreeBSD$"
#include <fcntl.h>
#include <stdio.h>
OpenPOWER on IntegriCloud