[Midnightbsd-cvs] src [11402] trunk/libexec/fingerd: sync fingerd with freebsd.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Jul 6 21:02:32 EDT 2018
Revision: 11402
http://svnweb.midnightbsd.org/src/?rev=11402
Author: laffer1
Date: 2018-07-06 21:02:31 -0400 (Fri, 06 Jul 2018)
Log Message:
-----------
sync fingerd with freebsd.
Modified Paths:
--------------
trunk/libexec/fingerd/Makefile
trunk/libexec/fingerd/fingerd.8
trunk/libexec/fingerd/fingerd.c
trunk/libexec/fingerd/pathnames.h
Property Changed:
----------------
trunk/libexec/fingerd/fingerd.8
Modified: trunk/libexec/fingerd/Makefile
===================================================================
--- trunk/libexec/fingerd/Makefile 2018-07-07 01:02:14 UTC (rev 11401)
+++ trunk/libexec/fingerd/Makefile 2018-07-07 01:02:31 UTC (rev 11402)
@@ -1,13 +1,13 @@
+# $MidnightBSD$
# @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $FreeBSD: src/libexec/fingerd/Makefile,v 1.11 2004/03/29 09:29:51 pjd Exp $
-# $MidnightBSD$
+# $FreeBSD: stable/10/libexec/fingerd/Makefile 201380 2010-01-02 09:50:19Z ed $
PROG= fingerd
DPADD= ${LIBUTIL}
LDADD= -lutil
MAN= fingerd.8
+
WARNS?= 2
-
WFORMAT=0
.include <bsd.prog.mk>
Modified: trunk/libexec/fingerd/fingerd.8
===================================================================
--- trunk/libexec/fingerd/fingerd.8 2018-07-07 01:02:14 UTC (rev 11401)
+++ trunk/libexec/fingerd/fingerd.8 2018-07-07 01:02:31 UTC (rev 11402)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -9,11 +10,7 @@
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
-.\" 3. All advertising materials mentioning features or use of this software
-.\" must display the following acknowledgement:
-.\" This product includes software developed by the University of
-.\" California, Berkeley and its contributors.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
.\"
@@ -30,8 +27,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)fingerd.8 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD: src/libexec/fingerd/fingerd.8,v 1.14 2005/01/18 09:29:39 ru Exp $
-.\" $MidnightBSD: src/libexec/fingerd/fingerd.8,v 1.2 2008/11/20 15:23:03 laffer1 Exp $
+.\" $FreeBSD: stable/10/libexec/fingerd/fingerd.8 262435 2014-02-24 08:21:49Z brueffer $
.\"
.Dd April 1, 2010
.Dt FINGERD 8
Property changes on: trunk/libexec/fingerd/fingerd.8
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/libexec/fingerd/fingerd.c
===================================================================
--- trunk/libexec/fingerd/fingerd.c 2018-07-07 01:02:14 UTC (rev 11401)
+++ trunk/libexec/fingerd/fingerd.c 2018-07-07 01:02:31 UTC (rev 11402)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -10,11 +11,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by the University of
- * California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -37,18 +34,12 @@
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
-
-#include <sys/cdefs.h>
-__MBSDID("$MidnightBSD: src/libexec/fingerd/fingerd.c,v 1.2 2008/11/20 15:23:03 laffer1 Exp $");
-
#ifndef lint
#if 0
static char sccsid[] = "@(#)fingerd.c 8.1 (Berkeley) 6/4/93";
#endif
-#if 0
static const char rcsid[] =
- "$FreeBSD: src/libexec/fingerd/fingerd.c,v 1.25 2005/02/14 17:42:57 stefanf Exp $";
-#endif
+ "$FreeBSD: stable/10/libexec/fingerd/fingerd.c 262435 2014-02-24 08:21:49Z brueffer $";
#endif /* not lint */
#include <sys/types.h>
Modified: trunk/libexec/fingerd/pathnames.h
===================================================================
--- trunk/libexec/fingerd/pathnames.h 2018-07-07 01:02:14 UTC (rev 11401)
+++ trunk/libexec/fingerd/pathnames.h 2018-07-07 01:02:31 UTC (rev 11402)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -10,11 +11,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by the University of
- * California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -31,7 +28,8 @@
* SUCH DAMAGE.
*
* @(#)pathnames.h 8.1 (Berkeley) 6/4/93
- * $MidnightBSD$
+ *
+ * $FreeBSD: stable/10/libexec/fingerd/pathnames.h 262435 2014-02-24 08:21:49Z brueffer $
*/
#define _PATH_FINGER "/usr/bin/finger"
More information about the Midnightbsd-cvs
mailing list