[Midnightbsd-cvs] src [11396] trunk/libexec/pppoed/pppoed.c: sync with freebsd

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jul 6 21:00:17 EDT 2018


Revision: 11396
          http://svnweb.midnightbsd.org/src/?rev=11396
Author:   laffer1
Date:     2018-07-06 21:00:17 -0400 (Fri, 06 Jul 2018)
Log Message:
-----------
sync with freebsd

Modified Paths:
--------------
    trunk/libexec/pppoed/Makefile
    trunk/libexec/pppoed/pppoed.8
    trunk/libexec/pppoed/pppoed.c

Property Changed:
----------------
    trunk/libexec/pppoed/pppoed.8

Modified: trunk/libexec/pppoed/Makefile
===================================================================
--- trunk/libexec/pppoed/Makefile	2018-07-07 00:59:46 UTC (rev 11395)
+++ trunk/libexec/pppoed/Makefile	2018-07-07 01:00:17 UTC (rev 11396)
@@ -1,5 +1,5 @@
-# $MidnightBSD: src/libexec/pppoed/Makefile,v 1.2 2012/04/11 00:46:55 laffer1 Exp $
-# $FreeBSD: src/libexec/pppoed/Makefile,v 1.5.18.1 2008/11/25 02:59:29 kensmith Exp $
+# $MidnightBSD$
+# $FreeBSD: stable/10/libexec/pppoed/Makefile 201380 2010-01-02 09:50:19Z ed $
 
 PROG=	pppoed
 DPADD=	${LIBNETGRAPH}

Modified: trunk/libexec/pppoed/pppoed.8
===================================================================
--- trunk/libexec/pppoed/pppoed.8	2018-07-07 00:59:46 UTC (rev 11395)
+++ trunk/libexec/pppoed/pppoed.8	2018-07-07 01:00:17 UTC (rev 11396)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
 .\"-
 .\" Copyright (c) 1999-2001 Brian Somers <brian at Awfulhak.org>
 .\" All rights reserved.
@@ -23,8 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\" $FreeBSD: src/libexec/pppoed/pppoed.8,v 1.18.18.1 2008/11/25 02:59:29 kensmith Exp $
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/libexec/pppoed/pppoed.8 141851 2005-02-13 23:45:54Z ru $
 .\"
 .Dd November 8, 1999
 .Dt PPPOED 8


Property changes on: trunk/libexec/pppoed/pppoed.8
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/libexec/pppoed/pppoed.c
===================================================================
--- trunk/libexec/pppoed/pppoed.c	2018-07-07 00:59:46 UTC (rev 11395)
+++ trunk/libexec/pppoed/pppoed.c	2018-07-07 01:00:17 UTC (rev 11396)
@@ -1,4 +1,4 @@
-/* $MidnightBSD: src/libexec/pppoed/pppoed.c,v 1.2 2012/04/11 00:46:55 laffer1 Exp $ */
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 1999-2001 Brian Somers <brian at Awfulhak.org>
  * All rights reserved.
@@ -24,7 +24,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $FreeBSD: src/libexec/pppoed/pppoed.c,v 1.27.6.1 2008/11/25 02:59:29 kensmith Exp $
+ * $FreeBSD: stable/10/libexec/pppoed/pppoed.c 228586 2011-12-16 16:07:39Z dim $
  */
 
 #include <sys/param.h>



More information about the Midnightbsd-cvs mailing list