[Midnightbsd-cvs] src [11389] trunk/libexec/rpc.rwalld/rwalld.c: sync with freebsd

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jul 6 20:57:54 EDT 2018


Revision: 11389
          http://svnweb.midnightbsd.org/src/?rev=11389
Author:   laffer1
Date:     2018-07-06 20:57:53 -0400 (Fri, 06 Jul 2018)
Log Message:
-----------
sync with freebsd

Modified Paths:
--------------
    trunk/libexec/rpc.rwalld/Makefile
    trunk/libexec/rpc.rwalld/rpc.rwalld.8
    trunk/libexec/rpc.rwalld/rwalld.c

Property Changed:
----------------
    trunk/libexec/rpc.rwalld/rpc.rwalld.8

Modified: trunk/libexec/rpc.rwalld/Makefile
===================================================================
--- trunk/libexec/rpc.rwalld/Makefile	2018-07-07 00:57:33 UTC (rev 11388)
+++ trunk/libexec/rpc.rwalld/Makefile	2018-07-07 00:57:53 UTC (rev 11389)
@@ -1,5 +1,5 @@
-# $MidnightBSD: src/libexec/rpc.rwalld/Makefile,v 1.2 2012/04/11 00:58:36 laffer1 Exp $
-# $FreeBSD: src/libexec/rpc.rwalld/Makefile,v 1.7 2004/02/04 11:59:07 ru Exp $
+# $MidnightBSD$
+# $FreeBSD: stable/10/libexec/rpc.rwalld/Makefile 201380 2010-01-02 09:50:19Z ed $
 
 PROG =	rpc.rwalld
 SRCS =	rwalld.c

Modified: trunk/libexec/rpc.rwalld/rpc.rwalld.8
===================================================================
--- trunk/libexec/rpc.rwalld/rpc.rwalld.8	2018-07-07 00:57:33 UTC (rev 11388)
+++ trunk/libexec/rpc.rwalld/rpc.rwalld.8	2018-07-07 00:57:53 UTC (rev 11389)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
 .\" -*- nroff -*-
 .\"
 .\" Copyright (c) 1985, 1991 The Regents of the University of California.
@@ -11,11 +12,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,8 +28,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\" $FreeBSD: src/libexec/rpc.rwalld/rpc.rwalld.8,v 1.9 2004/07/02 21:28:49 ru Exp $
-.\" $MidnightBSD$ 
+.\" $FreeBSD: stable/10/libexec/rpc.rwalld/rpc.rwalld.8 262435 2014-02-24 08:21:49Z brueffer $
 .\"
 .Dd June 7, 1993
 .Dt RPC.RWALLD 8


Property changes on: trunk/libexec/rpc.rwalld/rpc.rwalld.8
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/libexec/rpc.rwalld/rwalld.c
===================================================================
--- trunk/libexec/rpc.rwalld/rwalld.c	2018-07-07 00:57:33 UTC (rev 11388)
+++ trunk/libexec/rpc.rwalld/rwalld.c	2018-07-07 00:57:53 UTC (rev 11389)
@@ -1,4 +1,4 @@
-/* $MidnightBSD: src/libexec/rpc.rwalld/rwalld.c,v 1.2 2012/04/11 00:58:36 laffer1 Exp $ */
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1993 Christopher G. Demetriou
  * All rights reserved.
@@ -28,10 +28,8 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static const char rcsid[] =
-  "$FreeBSD: src/libexec/rpc.rwalld/rwalld.c,v 1.13 2005/02/14 17:42:58 stefanf Exp $";
-#endif /* not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD: stable/10/libexec/rpc.rwalld/rwalld.c 216560 2010-12-19 13:05:17Z charnier $");
 
 #include <err.h>
 #include <pwd.h>



More information about the Midnightbsd-cvs mailing list