mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
*sigh* I will not commit late at night. I will not commit late at night.
I will not commit late at night. I will not commit late at night. I swear it's been Monday all week for me. Apply proper fix for services target submitted by Andre Albsmeier <andre.albsmeier@mchp.siemens.de>. Sorry for botching this that last time, Andre. (Could have been worse: t least I didn't break the build.)
This commit is contained in:
parent
4bd4f74b5f
commit
32b14f697c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33719
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# Makefile for the NIS databases
|
||||
#
|
||||
# $Id: Makefile.yp,v 1.22 1998/02/18 04:11:49 wpaul Exp $
|
||||
# $Id: Makefile.yp,v 1.23 1998/02/20 04:00:48 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
|
||||
|
@ -440,7 +440,6 @@ services.byname: $(SERVICES)
|
|||
printf("%s/%s", $$n, t[2]) }; \
|
||||
print "\t"$$0; \
|
||||
if (n == 1) n = 2; \
|
||||
} \
|
||||
} ; print $$2"\t"$$0 ; \
|
||||
}' $^ | $(DBLOAD) -i $(SERVICES) -o $(YPMAPDIR)/$@ - $(TMP); \
|
||||
$(RMV) $(TMP) $@
|
||||
|
|
Loading…
Reference in a new issue