diff options
Diffstat (limited to 'usr.sbin/bluetooth/hcsecd')
-rw-r--r-- | usr.sbin/bluetooth/hcsecd/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/bluetooth/hcsecd/hcsecd.8 | 2 | ||||
-rw-r--r-- | usr.sbin/bluetooth/hcsecd/hcsecd.c | 2 | ||||
-rw-r--r-- | usr.sbin/bluetooth/hcsecd/hcsecd.conf | 2 | ||||
-rw-r--r-- | usr.sbin/bluetooth/hcsecd/hcsecd.conf.5 | 2 | ||||
-rw-r--r-- | usr.sbin/bluetooth/hcsecd/hcsecd.h | 2 | ||||
-rw-r--r-- | usr.sbin/bluetooth/hcsecd/lexer.l | 2 | ||||
-rw-r--r-- | usr.sbin/bluetooth/hcsecd/parser.y | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/bluetooth/hcsecd/Makefile b/usr.sbin/bluetooth/hcsecd/Makefile index e544ed4e61804..e967f140eadc6 100644 --- a/usr.sbin/bluetooth/hcsecd/Makefile +++ b/usr.sbin/bluetooth/hcsecd/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.8 2003/08/14 20:06:20 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bluetooth/hcsecd/Makefile,v 1.3.4.1 2004/09/17 03:45:24 emax Exp $ PROG= hcsecd MAN= hcsecd.8 hcsecd.conf.5 diff --git a/usr.sbin/bluetooth/hcsecd/hcsecd.8 b/usr.sbin/bluetooth/hcsecd/hcsecd.8 index b7c2322fbc32b..d4744a27e856f 100644 --- a/usr.sbin/bluetooth/hcsecd/hcsecd.8 +++ b/usr.sbin/bluetooth/hcsecd/hcsecd.8 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: hcsecd.8,v 1.8 2003/09/08 18:54:20 max Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/bluetooth/hcsecd/hcsecd.8,v 1.4 2003/12/19 18:15:56 emax Exp $ .\" .Dd November 16, 2002 .Dt HCSECD 8 diff --git a/usr.sbin/bluetooth/hcsecd/hcsecd.c b/usr.sbin/bluetooth/hcsecd/hcsecd.c index a1b72a3b34ae6..2ca2bdecf4610 100644 --- a/usr.sbin/bluetooth/hcsecd/hcsecd.c +++ b/usr.sbin/bluetooth/hcsecd/hcsecd.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: hcsecd.c,v 1.6 2003/08/18 19:19:55 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/hcsecd/hcsecd.c,v 1.3 2004/04/09 23:58:53 emax Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/bluetooth/hcsecd/hcsecd.conf b/usr.sbin/bluetooth/hcsecd/hcsecd.conf index 127ce04b74d65..67344bf371e00 100644 --- a/usr.sbin/bluetooth/hcsecd/hcsecd.conf +++ b/usr.sbin/bluetooth/hcsecd/hcsecd.conf @@ -1,6 +1,6 @@ # # $Id: hcsecd.conf,v 1.1 2002/11/24 20:22:39 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bluetooth/hcsecd/hcsecd.conf,v 1.1 2003/05/10 21:50:35 julian Exp $ # # HCI security daemon configuration file # diff --git a/usr.sbin/bluetooth/hcsecd/hcsecd.conf.5 b/usr.sbin/bluetooth/hcsecd/hcsecd.conf.5 index 189ca66606c53..6de5f2603dafd 100644 --- a/usr.sbin/bluetooth/hcsecd/hcsecd.conf.5 +++ b/usr.sbin/bluetooth/hcsecd/hcsecd.conf.5 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: hcsecd.conf.5,v 1.1 2003/05/26 22:49:23 max Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/bluetooth/hcsecd/hcsecd.conf.5,v 1.2 2004/06/13 18:03:40 ru Exp $ .\" .Dd May 26, 2003 .Dt HCSECD.CONF 5 diff --git a/usr.sbin/bluetooth/hcsecd/hcsecd.h b/usr.sbin/bluetooth/hcsecd/hcsecd.h index acfc8875a0112..8e1292d2e5957 100644 --- a/usr.sbin/bluetooth/hcsecd/hcsecd.h +++ b/usr.sbin/bluetooth/hcsecd/hcsecd.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: hcsecd.h,v 1.3 2003/09/08 18:54:21 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/hcsecd/hcsecd.h,v 1.3 2004/04/09 23:58:53 emax Exp $ */ #ifndef _HCSECD_H_ diff --git a/usr.sbin/bluetooth/hcsecd/lexer.l b/usr.sbin/bluetooth/hcsecd/lexer.l index 2430d7e2982c0..8669afdd0365c 100644 --- a/usr.sbin/bluetooth/hcsecd/lexer.l +++ b/usr.sbin/bluetooth/hcsecd/lexer.l @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * $Id: lexer.l,v 1.1 2002/11/24 20:22:39 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/hcsecd/lexer.l,v 1.1 2003/05/10 21:50:35 julian Exp $ */ #include <string.h> diff --git a/usr.sbin/bluetooth/hcsecd/parser.y b/usr.sbin/bluetooth/hcsecd/parser.y index 385bff257b3ac..d8ab923183d79 100644 --- a/usr.sbin/bluetooth/hcsecd/parser.y +++ b/usr.sbin/bluetooth/hcsecd/parser.y @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * $Id: parser.y,v 1.5 2003/06/07 21:22:30 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/hcsecd/parser.y,v 1.3.2.1 2004/09/17 03:45:24 emax Exp $ */ #include <sys/fcntl.h> |