summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1998-02-18 04:11:49 +0000
committerwpaul <wpaul@FreeBSD.org>1998-02-18 04:11:49 +0000
commitfb3f84b8bf589c9ebeb77f8ab1a1caf40db52e5d (patch)
tree4d44937ecc27b99a45071702f2aa0dd300148133
parent09ed137b689b031d56e6128713402947ace7a44e (diff)
downloadFreeBSD-src-fb3f84b8bf589c9ebeb77f8ab1a1caf40db52e5d.zip
FreeBSD-src-fb3f84b8bf589c9ebeb77f8ab1a1caf40db52e5d.tar.gz
Doh! Replace backslash that got eaten by gremlins in the last commit.
-rw-r--r--usr.sbin/ypserv/Makefile.yp4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypserv/Makefile.yp b/usr.sbin/ypserv/Makefile.yp
index f7ef27e..4841ad0 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 ; \
OpenPOWER on IntegriCloud