From efabb9ccb197b05958967dd035c279ba3bc19cb0 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 28 Aug 1999 01:35:59 +0000 Subject: $Id$ -> $FreeBSD$ --- usr.sbin/ypserv/Makefile | 2 +- usr.sbin/ypserv/Makefile.yp | 2 +- usr.sbin/ypserv/yp_access.c | 2 +- usr.sbin/ypserv/yp_dblookup.c | 2 +- usr.sbin/ypserv/yp_dnslookup.c | 2 +- usr.sbin/ypserv/yp_error.c | 2 +- usr.sbin/ypserv/yp_extern.h | 2 +- usr.sbin/ypserv/yp_main.c | 2 +- usr.sbin/ypserv/yp_server.c | 2 +- usr.sbin/ypserv/yp_svc_udp.c | 2 +- usr.sbin/ypserv/ypinit.8 | 2 +- usr.sbin/ypserv/ypinit.sh | 2 +- usr.sbin/ypserv/ypserv.8 | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'usr.sbin/ypserv') diff --git a/usr.sbin/ypserv/Makefile b/usr.sbin/ypserv/Makefile index 7157a3c..851cc22 100644 --- a/usr.sbin/ypserv/Makefile +++ b/usr.sbin/ypserv/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.15 1998/05/10 16:03:17 bde Exp $ +# $FreeBSD$ PROG= ypserv SRCS= yp_svc.c yp_server.c yp_dblookup.c yp_dnslookup.c \ diff --git a/usr.sbin/ypserv/Makefile.yp b/usr.sbin/ypserv/Makefile.yp index cd678e1..61a5636 100644 --- a/usr.sbin/ypserv/Makefile.yp +++ b/usr.sbin/ypserv/Makefile.yp @@ -1,7 +1,7 @@ # # Makefile for the NIS databases # -# $Id: Makefile.yp,v 1.26 1999/06/24 17:19:35 n_hibma Exp $ +# $FreeBSD$ # # This Makefile should only be run on the NIS master server of a domain. # All updated maps will be pushed to all NIS slave servers listed in the diff --git a/usr.sbin/ypserv/yp_access.c b/usr.sbin/ypserv/yp_access.c index 9d61afc..d6089fe 100644 --- a/usr.sbin/ypserv/yp_access.c +++ b/usr.sbin/ypserv/yp_access.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$Id: yp_access.c,v 1.15 1997/10/29 07:25:02 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/usr.sbin/ypserv/yp_dblookup.c b/usr.sbin/ypserv/yp_dblookup.c index 9983b52..f558b05 100644 --- a/usr.sbin/ypserv/yp_dblookup.c +++ b/usr.sbin/ypserv/yp_dblookup.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id: yp_dblookup.c,v 1.15 1998/02/11 19:15:32 wpaul Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/usr.sbin/ypserv/yp_dnslookup.c b/usr.sbin/ypserv/yp_dnslookup.c index 1c334a8..3a62694 100644 --- a/usr.sbin/ypserv/yp_dnslookup.c +++ b/usr.sbin/ypserv/yp_dnslookup.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id: yp_dnslookup.c,v 1.14 1998/06/09 05:06:27 imp Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/ypserv/yp_error.c b/usr.sbin/ypserv/yp_error.c index 94adf32..d1ffd40 100644 --- a/usr.sbin/ypserv/yp_error.c +++ b/usr.sbin/ypserv/yp_error.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/ypserv/yp_extern.h b/usr.sbin/ypserv/yp_extern.h index 4786cca..cefab07b 100644 --- a/usr.sbin/ypserv/yp_extern.h +++ b/usr.sbin/ypserv/yp_extern.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: yp_extern.h,v 1.12 1997/10/29 07:25:03 charnier Exp $ + * $FreeBSD$ */ #include diff --git a/usr.sbin/ypserv/yp_main.c b/usr.sbin/ypserv/yp_main.c index dbd38fe..9fdb396 100644 --- a/usr.sbin/ypserv/yp_main.c +++ b/usr.sbin/ypserv/yp_main.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id: yp_main.c,v 1.19 1999/02/10 16:16:14 wpaul Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/ypserv/yp_server.c b/usr.sbin/ypserv/yp_server.c index 41e76a1..aa95bba 100644 --- a/usr.sbin/ypserv/yp_server.c +++ b/usr.sbin/ypserv/yp_server.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$Id: yp_server.c,v 1.27 1999/02/10 16:16:14 wpaul Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "yp.h" diff --git a/usr.sbin/ypserv/yp_svc_udp.c b/usr.sbin/ypserv/yp_svc_udp.c index 728a181..40ee473 100644 --- a/usr.sbin/ypserv/yp_svc_udp.c +++ b/usr.sbin/ypserv/yp_svc_udp.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/usr.sbin/ypserv/ypinit.8 b/usr.sbin/ypserv/ypinit.8 index 614e3b1..6e2c014 100644 --- a/usr.sbin/ypserv/ypinit.8 +++ b/usr.sbin/ypserv/ypinit.8 @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ypinit.8,v 1.3 1998/03/23 08:31:04 charnier Exp $ +.\" $FreeBSD$ .\" .Dd November 10, 1997 .Dt YPINIT 8 diff --git a/usr.sbin/ypserv/ypinit.sh b/usr.sbin/ypserv/ypinit.sh index e96eb31..8d1871b 100644 --- a/usr.sbin/ypserv/ypinit.sh +++ b/usr.sbin/ypserv/ypinit.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: ypinit.sh,v 1.1 1997/11/10 22:17:13 wpaul Exp $ +# $FreeBSD$ # # ypinit.sh - setup an master or slave server. # (Taken from OpenBSD and modified for FreeBSD.) diff --git a/usr.sbin/ypserv/ypserv.8 b/usr.sbin/ypserv/ypserv.8 index add9266..90d1598 100644 --- a/usr.sbin/ypserv/ypserv.8 +++ b/usr.sbin/ypserv/ypserv.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: ypserv.8,v 1.17 1999/03/02 04:14:53 ghelmer Exp $ +.\" $FreeBSD$ .\" .Dd February 4, 1995 .Dt YPSERV 8 -- cgit v1.1