Doh! Replace backslash that got eaten by gremlins in the last commit.

This commit is contained in:
Bill Paul 1998-02-18 04:11:49 +00:00
parent a7b4a3794c
commit 9ac2a83a11
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33536

View File

@ -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 ; \