FreeBSD Bugzilla – Attachment 7013 Details for
Bug 15497
NIS does not deal well with comments
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.99 KB, created by
jonny
on 1999-12-15 16:40:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
jonny
Created:
1999-12-15 16:40:02 UTC
Size:
1.99 KB
patch
obsolete
>--- Makefile.antes Wed Dec 15 14:15:41 1999 >+++ Makefile Wed Dec 15 14:37:56 1999 >@@ -479,7 +479,7 @@ > passwd.byname: $(PASSWD) > @echo "Updating $@..." > $(CAT) $(PASSWD) | \ >- $(AWK) -F: '{ if ($$1 != "+") print $$1"\t"$$0 }' $^ \ >+ $(AWK) -F: '{ if ($$1 != "+" && $$1 !~ "^#.*") print $$1"\t"$$0 }' $^ \ > | $(DBLOAD) -f -i $(PASSWD) -o $(YPMAPDIR)/$@ - $(TMP); \ > $(RMV) $(TMP) $@ > @$(DBLOAD) -c >@@ -490,7 +490,7 @@ > passwd.byuid: $(PASSWD) > @echo "Updating $@..." > $(CAT) $(PASSWD) | \ >- $(AWK) -F: '{ if ($$1 != "+") print $$3"\t"$$0 }' $^ \ >+ $(AWK) -F: '{ if ($$1 != "+" && $$1 !~ "^#.*") print $$3"\t"$$0 }' $^ \ > | $(DBLOAD) -f -i $(PASSWD) -o $(YPMAPDIR)/$@ - $(TMP); \ > $(RMV) $(TMP) $@ > @$(DBLOAD) -c >@@ -502,7 +502,7 @@ > group.byname: $(GROUP) > @echo "Updating $@..." > $(CAT) $(GROUP) | \ >- $(AWK) -F: '{ if ($$1 != "+") print $$1"\t"$$0 }' $^ \ >+ $(AWK) -F: '{ if ($$1 != "+" && $$1 !~ "^#.*") print $$1"\t"$$0 }' $^ \ > | $(DBLOAD) -f -i $(GROUP) -o $(YPMAPDIR)/$@ - $(TMP); \ > $(RMV) $(TMP) $@ > @$(DBLOAD) -c >@@ -513,7 +513,7 @@ > group.bygid: $(GROUP) > @echo "Updating $@..." > $(CAT) $(GROUP) | \ >- $(AWK) -F: '{ if ($$1 != "+") print $$3"\t"$$0 }' $^ \ >+ $(AWK) -F: '{ if ($$1 != "+" && $$1 !~ "^#.*") print $$3"\t"$$0 }' $^ \ > | $(DBLOAD) -f -i $(GROUP) -o $(YPMAPDIR)/$@ - $(TMP); \ > $(RMV) $(TMP) $@ > @$(DBLOAD) -c >@@ -538,7 +538,7 @@ > @echo "Master.passwd source file not found -- skipping" > .else > $(CAT) $(MASTER) | \ >- $(AWK) -F: '{ if ($$1 != "+") print $$1"\t"$$0 }' $^ \ >+ $(AWK) -F: '{ if ($$1 != "+" && $$1 !~ "^#.*") print $$1"\t"$$0 }' $^ \ > | $(DBLOAD) ${S} -f -i $(MASTER) -o $(YPMAPDIR)/$@ - $(TMP); \ > $(RMV) $(TMP) $@ > @$(DBLOAD) -c >@@ -553,7 +553,7 @@ > @echo "Master.passwd source file not found -- skipping" > .else > $(CAT) $(MASTER) | \ >- $(AWK) -F: '{ if ($$1 != "+") print $$3"\t"$$0 }' $^ \ >+ $(AWK) -F: '{ if ($$1 != "+" && $$1 !~ "^#.*") print $$3"\t"$$0 }' $^ \ > | $(DBLOAD) ${S} -f -i $(MASTER) -o $(YPMAPDIR)/$@ - $(TMP); \ > $(RMV) $(TMP) $@ > @$(DBLOAD) -c
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15497
: 7013