[Midnightbsd-cvs] src [11283] U trunk/usr.sbin/bluetooth/hcsecd: sync
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Jul 4 09:27:43 EDT 2018
Revision: 11283
http://svnweb.midnightbsd.org/src/?rev=11283
Author: laffer1
Date: 2018-07-04 09:27:43 -0400 (Wed, 04 Jul 2018)
Log Message:
-----------
sync
Modified Paths:
--------------
trunk/usr.sbin/bluetooth/hcsecd/Makefile
trunk/usr.sbin/bluetooth/hcsecd/hcsecd.8
trunk/usr.sbin/bluetooth/hcsecd/hcsecd.c
trunk/usr.sbin/bluetooth/hcsecd/hcsecd.conf
trunk/usr.sbin/bluetooth/hcsecd/hcsecd.conf.5
trunk/usr.sbin/bluetooth/hcsecd/hcsecd.h
trunk/usr.sbin/bluetooth/hcsecd/lexer.l
trunk/usr.sbin/bluetooth/hcsecd/parser.y
Property Changed:
----------------
trunk/usr.sbin/bluetooth/hcsecd/hcsecd.8
trunk/usr.sbin/bluetooth/hcsecd/hcsecd.conf
trunk/usr.sbin/bluetooth/hcsecd/hcsecd.conf.5
trunk/usr.sbin/bluetooth/hcsecd/lexer.l
trunk/usr.sbin/bluetooth/hcsecd/parser.y
Modified: trunk/usr.sbin/bluetooth/hcsecd/Makefile
===================================================================
--- trunk/usr.sbin/bluetooth/hcsecd/Makefile 2018-07-04 13:26:59 UTC (rev 11282)
+++ trunk/usr.sbin/bluetooth/hcsecd/Makefile 2018-07-04 13:27:43 UTC (rev 11283)
@@ -1,5 +1,6 @@
-# $Id: Makefile,v 1.2 2013-01-01 17:41:47 laffer1 Exp $
# $MidnightBSD$
+# $Id: Makefile,v 1.8 2003/08/14 20:06:20 max Exp $
+# $FreeBSD: stable/10/usr.sbin/bluetooth/hcsecd/Makefile 135245 2004-09-14 20:04:33Z emax $
PROG= hcsecd
MAN= hcsecd.8 hcsecd.conf.5
Modified: trunk/usr.sbin/bluetooth/hcsecd/hcsecd.8
===================================================================
--- trunk/usr.sbin/bluetooth/hcsecd/hcsecd.8 2018-07-04 13:26:59 UTC (rev 11282)
+++ trunk/usr.sbin/bluetooth/hcsecd/hcsecd.8 2018-07-04 13:27:43 UTC (rev 11283)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin at yahoo.com>
.\" All rights reserved.
.\"
@@ -22,8 +23,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: hcsecd.8,v 1.3 2013-01-01 17:41:47 laffer1 Exp $
-.\" $MidnightBSD$
+.\" $Id: hcsecd.8,v 1.8 2003/09/08 18:54:20 max Exp $
+.\" $FreeBSD: stable/10/usr.sbin/bluetooth/hcsecd/hcsecd.8 155541 2006-02-11 15:36:37Z markus $
.\"
.Dd November 16, 2002
.Dt HCSECD 8
Property changes on: trunk/usr.sbin/bluetooth/hcsecd/hcsecd.8
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/usr.sbin/bluetooth/hcsecd/hcsecd.c
===================================================================
--- trunk/usr.sbin/bluetooth/hcsecd/hcsecd.c 2018-07-04 13:26:59 UTC (rev 11282)
+++ trunk/usr.sbin/bluetooth/hcsecd/hcsecd.c 2018-07-04 13:27:43 UTC (rev 11283)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* hcsecd.c
*
@@ -25,8 +26,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: hcsecd.c,v 1.3 2013-01-01 17:41:47 laffer1 Exp $
- * $MidnightBSD$
+ * $Id: hcsecd.c,v 1.6 2003/08/18 19:19:55 max Exp $
+ * $FreeBSD: stable/10/usr.sbin/bluetooth/hcsecd/hcsecd.c 188130 2009-02-04 22:04:06Z emax $
*/
#include <sys/queue.h>
Modified: trunk/usr.sbin/bluetooth/hcsecd/hcsecd.conf
===================================================================
--- trunk/usr.sbin/bluetooth/hcsecd/hcsecd.conf 2018-07-04 13:26:59 UTC (rev 11282)
+++ trunk/usr.sbin/bluetooth/hcsecd/hcsecd.conf 2018-07-04 13:27:43 UTC (rev 11283)
@@ -1,6 +1,6 @@
-#
-# $Id: hcsecd.conf,v 1.2 2013-01-01 17:41:47 laffer1 Exp $
# $MidnightBSD$
+# $Id: hcsecd.conf,v 1.1 2002/11/24 20:22:39 max Exp $
+# $FreeBSD: stable/10/usr.sbin/bluetooth/hcsecd/hcsecd.conf 114879 2003-05-10 21:50:37Z julian $
#
# HCI security daemon configuration file
#
Property changes on: trunk/usr.sbin/bluetooth/hcsecd/hcsecd.conf
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/usr.sbin/bluetooth/hcsecd/hcsecd.conf.5
===================================================================
--- trunk/usr.sbin/bluetooth/hcsecd/hcsecd.conf.5 2018-07-04 13:26:59 UTC (rev 11282)
+++ trunk/usr.sbin/bluetooth/hcsecd/hcsecd.conf.5 2018-07-04 13:27:43 UTC (rev 11283)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin at yahoo.com>
.\" All rights reserved.
.\"
@@ -22,8 +23,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: hcsecd.conf.5,v 1.2 2013-01-01 17:41:47 laffer1 Exp $
-.\" $MidnightBSD$
+.\" $Id: hcsecd.conf.5,v 1.1 2003/05/26 22:49:23 max Exp $
+.\" $FreeBSD: stable/10/usr.sbin/bluetooth/hcsecd/hcsecd.conf.5 130420 2004-06-13 18:03:44Z ru $
.\"
.Dd May 26, 2003
.Dt HCSECD.CONF 5
Property changes on: trunk/usr.sbin/bluetooth/hcsecd/hcsecd.conf.5
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/usr.sbin/bluetooth/hcsecd/hcsecd.h
===================================================================
--- trunk/usr.sbin/bluetooth/hcsecd/hcsecd.h 2018-07-04 13:26:59 UTC (rev 11282)
+++ trunk/usr.sbin/bluetooth/hcsecd/hcsecd.h 2018-07-04 13:27:43 UTC (rev 11283)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* hcsecd.h
*
@@ -25,8 +26,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: hcsecd.h,v 1.2 2013-01-01 17:41:47 laffer1 Exp $
- * $MidnightBSD$
+ * $Id: hcsecd.h,v 1.3 2003/09/08 18:54:21 max Exp $
+ * $FreeBSD: stable/10/usr.sbin/bluetooth/hcsecd/hcsecd.h 128079 2004-04-09 23:58:53Z emax $
*/
#ifndef _HCSECD_H_
Modified: trunk/usr.sbin/bluetooth/hcsecd/lexer.l
===================================================================
--- trunk/usr.sbin/bluetooth/hcsecd/lexer.l 2018-07-04 13:26:59 UTC (rev 11282)
+++ trunk/usr.sbin/bluetooth/hcsecd/lexer.l 2018-07-04 13:27:43 UTC (rev 11283)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
%{
/*
* lexer.l
@@ -26,8 +27,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: lexer.l,v 1.2 2013-01-01 17:41:47 laffer1 Exp $
- * $MidnightBSD$
+ * $Id: lexer.l,v 1.1 2002/11/24 20:22:39 max Exp $
+ * $FreeBSD: stable/10/usr.sbin/bluetooth/hcsecd/lexer.l 215676 2010-11-22 14:16:22Z brucec $
*/
#include <string.h>
Property changes on: trunk/usr.sbin/bluetooth/hcsecd/lexer.l
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/usr.sbin/bluetooth/hcsecd/parser.y
===================================================================
--- trunk/usr.sbin/bluetooth/hcsecd/parser.y 2018-07-04 13:26:59 UTC (rev 11282)
+++ trunk/usr.sbin/bluetooth/hcsecd/parser.y 2018-07-04 13:27:43 UTC (rev 11283)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
%{
/*
* parser.y
@@ -26,8 +27,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: parser.y,v 1.2 2013-01-01 17:41:47 laffer1 Exp $
- * $MidnightBSD$
+ * $Id: parser.y,v 1.5 2003/06/07 21:22:30 max Exp $
+ * $FreeBSD: stable/10/usr.sbin/bluetooth/hcsecd/parser.y 235789 2012-05-22 16:33:10Z bapt $
*/
#include <sys/fcntl.h>
Property changes on: trunk/usr.sbin/bluetooth/hcsecd/parser.y
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list