diff options
Diffstat (limited to 'usr.sbin/dpt')
| -rw-r--r-- | usr.sbin/dpt/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/dpt/Makefile.inc | 2 | ||||
| -rw-r--r-- | usr.sbin/dpt/dpt_ctlinfo/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/dpt/dpt_ctlinfo/dpt_ctlinfo.c | 2 | ||||
| -rw-r--r-- | usr.sbin/dpt/dpt_ctls/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/dpt/dpt_ctls/dpt_ctls.c | 2 | ||||
| -rw-r--r-- | usr.sbin/dpt/dpt_dm/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/dpt/dpt_dm/dpt_dm.c | 2 | ||||
| -rw-r--r-- | usr.sbin/dpt/dpt_led/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/dpt/dpt_led/dpt_led.c | 2 | ||||
| -rw-r--r-- | usr.sbin/dpt/dpt_sig/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/dpt/dpt_sig/dpt_sig.c | 2 | ||||
| -rw-r--r-- | usr.sbin/dpt/dpt_softc/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/dpt/dpt_softc/dpt_softc.c | 2 | ||||
| -rw-r--r-- | usr.sbin/dpt/dpt_sysinfo/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/dpt/dpt_sysinfo/dpt_sysinfo.c | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/usr.sbin/dpt/Makefile b/usr.sbin/dpt/Makefile index 74313300ffa7..f68ebe7db251 100644 --- a/usr.sbin/dpt/Makefile +++ b/usr.sbin/dpt/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/dpt/Makefile,v 1.1.4.1 1999/08/29 15:41:11 peter Exp $ 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 265f86d1ed55..624d4a39a69b 100644 --- a/usr.sbin/dpt/Makefile.inc +++ b/usr.sbin/dpt/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/dpt/Makefile.inc,v 1.2.4.1 1999/08/29 15:41:12 peter Exp $ .include "../Makefile.inc" diff --git a/usr.sbin/dpt/dpt_ctlinfo/Makefile b/usr.sbin/dpt/dpt_ctlinfo/Makefile index ac71bd1305c2..c4ba2575e952 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 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/dpt/dpt_ctlinfo/Makefile,v 1.4.2.1 1999/08/29 15:41:14 peter Exp $ 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 ccc984ed4b41..701fcce020ce 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 "$FreeBSD$" +#ident "$FreeBSD: src/usr.sbin/dpt/dpt_ctlinfo/dpt_ctlinfo.c,v 1.2.2.1 1999/08/29 15:41:14 peter Exp $" #include <fcntl.h> #include <stdio.h> diff --git a/usr.sbin/dpt/dpt_ctls/Makefile b/usr.sbin/dpt/dpt_ctls/Makefile index e0b0eda2b4ce..112214b5b29f 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 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/dpt/dpt_ctls/Makefile,v 1.3.2.1 1999/08/29 15:41:15 peter Exp $ 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 41e3d24f0155..492ed583bcd5 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 "$FreeBSD$" +#ident "$FreeBSD: src/usr.sbin/dpt/dpt_ctls/dpt_ctls.c,v 1.2.2.1 1999/08/29 15:41:16 peter Exp $" #include <fcntl.h> #include <stdio.h> diff --git a/usr.sbin/dpt/dpt_dm/Makefile b/usr.sbin/dpt/dpt_dm/Makefile index d67e5567972a..7c1778cbfbe4 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 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/dpt/dpt_dm/Makefile,v 1.3.2.1 1999/08/29 15:41:17 peter Exp $ 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 91df80797294..0a4186b59bd6 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 "$FreeBSD$" +#ident "$FreeBSD: src/usr.sbin/dpt/dpt_dm/dpt_dm.c,v 1.2.2.1 1999/08/29 15:41:17 peter Exp $" #include <fcntl.h> #include <stdio.h> diff --git a/usr.sbin/dpt/dpt_led/Makefile b/usr.sbin/dpt/dpt_led/Makefile index e449aa5ae9ef..d9479251dea3 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 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/dpt/dpt_led/Makefile,v 1.3.2.1 1999/08/29 15:41:19 peter Exp $ 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 21728fb093ad..3711f341cf83 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 "$FreeBSD$" +#ident "$FreeBSD: src/usr.sbin/dpt/dpt_led/dpt_led.c,v 1.2.2.1 1999/08/29 15:41:20 peter Exp $" #include <fcntl.h> #include <stdio.h> diff --git a/usr.sbin/dpt/dpt_sig/Makefile b/usr.sbin/dpt/dpt_sig/Makefile index c25c11a18848..571eb4ec8784 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 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/dpt/dpt_sig/Makefile,v 1.3.2.1 1999/08/29 15:41:21 peter Exp $ 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 0d7727bd0e19..e9d9d7ab6121 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 "$FreeBSD$" +#ident "$FreeBSD: src/usr.sbin/dpt/dpt_sig/dpt_sig.c,v 1.2.2.1 1999/08/29 15:41:21 peter Exp $" #include <fcntl.h> #include <stdio.h> diff --git a/usr.sbin/dpt/dpt_softc/Makefile b/usr.sbin/dpt/dpt_softc/Makefile index 45c24ddd601d..700b7f10970c 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 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/dpt/dpt_softc/Makefile,v 1.3.2.1 1999/08/29 15:41:23 peter Exp $ PROG= dpt_softc SRCS= dpt_softc.c diff --git a/usr.sbin/dpt/dpt_softc/dpt_softc.c b/usr.sbin/dpt/dpt_softc/dpt_softc.c index 8b913d915d22..d6a435c95bf5 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 "$FreeBSD$" +#ident "$FreeBSD: src/usr.sbin/dpt/dpt_softc/dpt_softc.c,v 1.2.2.1 1999/08/29 15:41:23 peter Exp $" #include <stdlib.h> #include <fcntl.h> diff --git a/usr.sbin/dpt/dpt_sysinfo/Makefile b/usr.sbin/dpt/dpt_sysinfo/Makefile index d9a61f3c697d..d5c283f5933e 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 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/dpt/dpt_sysinfo/Makefile,v 1.3.2.1 1999/08/29 15:41:25 peter Exp $ 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 edd90fa17318..49cb781cc5d0 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 "$FreeBSD$" +#ident "$FreeBSD: src/usr.sbin/dpt/dpt_sysinfo/dpt_sysinfo.c,v 1.2.2.1 1999/08/29 15:41:25 peter Exp $" #include <fcntl.h> #include <stdio.h> |
