From 9ac2a83a115393a31e130adb04244493b9a09205 Mon Sep 17 00:00:00 2001 From: Bill Paul Date: Wed, 18 Feb 1998 04:11:49 +0000 Subject: [PATCH] Doh! Replace backslash that got eaten by gremlins in the last commit. --- usr.sbin/ypserv/Makefile.yp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/ypserv/Makefile.yp b/usr.sbin/ypserv/Makefile.yp index f7ef27eed59c..4841ad01e949 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.20 1998/02/04 16:16:58 wpaul Exp $ +# $Id: Makefile.yp,v 1.21 1998/02/13 03:38:41 wpaul Exp $ # # 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 @@ -438,7 +438,7 @@ services.byname: $(SERVICES) '$$1 !~ "^#.*" { for (n=1; n<=NF && $$n !~ "^#.*"; n++) { \ if (split($$2, t, "/")) { \ printf("%s/%s", $$n, t[2]) }; \ - print "\t"$$0; + print "\t"$$0; \ if (n == 1) n = 2; \ } } ; print $$2"\t"$$0 ; \