mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
Doh! Replace backslash that got eaten by gremlins in the last commit.
This commit is contained in:
parent
a7b4a3794c
commit
9ac2a83a11
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33536
@ -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 ; \
|
||||
|
Loading…
Reference in New Issue
Block a user