CVS commit: src/share/man/man4

2019-12-29 Thread Frédéric Fauberteau
Module Name:src
Committed By:   triaxx
Date:   Sun Dec 29 20:58:34 UTC 2019

Modified Files:
src/share/man/man4: urndis.4

Log Message:
urndis.4: add LGE Nexus 5 as a knonw working device.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/share/man/man4/urndis.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/urndis.4
diff -u src/share/man/man4/urndis.4:1.9 src/share/man/man4/urndis.4:1.10
--- src/share/man/man4/urndis.4:1.9	Sun Sep  1 23:01:01 2019
+++ src/share/man/man4/urndis.4	Sun Dec 29 20:58:34 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: urndis.4,v 1.9 2019/09/01 23:01:01 gutteridge Exp $
+.\" $NetBSD: urndis.4,v 1.10 2019/12/29 20:58:34 triaxx Exp $
 .\"
 .\" Copyright (c) 2010 Michael Knudsen 
 .\" All rights reserved.
@@ -64,6 +64,8 @@ HTC Tattoo
 .It
 HTC Wildfire
 .It
+LGE Nexus 5
+.It
 Motorola Moto X (2nd Gen.)
 .It
 Samsung Galaxy S / S2



CVS commit: src/external/bsd/dhcpcd

2018-07-04 Thread Frédéric Fauberteau
Module Name:src
Committed By:   triaxx
Date:   Thu Jul  5 05:41:17 UTC 2018

Modified Files:
src/external/bsd/dhcpcd: Makefile.inc

Log Message:
Fix an inconsistency that showed /var/db/duid in the man page while the
binary opened /var/db/dhcpcd/duid.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/dhcpcd/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/dhcpcd/Makefile.inc
diff -u src/external/bsd/dhcpcd/Makefile.inc:1.2 src/external/bsd/dhcpcd/Makefile.inc:1.3
--- src/external/bsd/dhcpcd/Makefile.inc:1.2	Mon Jun 12 14:50:38 2017
+++ src/external/bsd/dhcpcd/Makefile.inc	Thu Jul  5 05:41:17 2018
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.inc,v 1.2 2017/06/12 14:50:38 roy Exp $
+# $NetBSD: Makefile.inc,v 1.3 2018/07/05 05:41:17 triaxx Exp $
 
 SRCDIR=		${NETBSDSRCDIR}/external/bsd/dhcpcd
 DIST=		${SRCDIR}/dist
 
 SED_SYS=	-e 's:@SYSCONFDIR@:/etc:g' \
 		-e 's:@DATADIR@:/usr/share/examples:g' \
-		-e 's:@DBDIR@:/var/db:g' \
+		-e 's:@DBDIR@:/var/db/dhcpcd:g' \
 		-e 's:@LIBDIR@:/lib:g' \
 		-e 's:@RUNDIR@:/var/run:g' \
 		-e 's:@HOOKDIR@:/libexec/dhcpcd-hooks:g' \