FreeBSD Bugzilla – Attachment 6212 Details for
Bug 14269
NIS passwd and group maps do not clean out comments
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.25 KB, created by
howard
on 1999-10-11 23:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
howard
Created:
1999-10-11 23:00:01 UTC
Size:
2.25 KB
patch
obsolete
>*** /var/yp/Makefile.orig Thu Sep 16 16:48:34 1999 >--- /var/yp/Makefile.patch Mon Oct 11 14:54:08 1999 >*************** >*** 478,484 **** > passwd.byname: $(PASSWD) > @echo "Updating $@..." > $(CAT) $(PASSWD) | \ >! $(AWK) -F: '{ if ($$1 != "+") print $$1"\t"$$0 }' $^ \ > | $(DBLOAD) -f -i $(PASSWD) -o $(YPMAPDIR)/$@ - $(TMP); \ > $(RMV) $(TMP) $@ > @$(DBLOAD) -c >--- 478,485 ---- > passwd.byname: $(PASSWD) > @echo "Updating $@..." > $(CAT) $(PASSWD) | \ >! $(AWK) -F: '{ if ($$1 != "" && $$1 !~ "^#.*" && $$1 != "+") \ >! print $$1"\t"$$0 }' $^ \ > | $(DBLOAD) -f -i $(PASSWD) -o $(YPMAPDIR)/$@ - $(TMP); \ > $(RMV) $(TMP) $@ > @$(DBLOAD) -c >*************** >*** 489,495 **** > passwd.byuid: $(PASSWD) > @echo "Updating $@..." > $(CAT) $(PASSWD) | \ >! $(AWK) -F: '{ if ($$1 != "+") print $$3"\t"$$0 }' $^ \ > | $(DBLOAD) -f -i $(PASSWD) -o $(YPMAPDIR)/$@ - $(TMP); \ > $(RMV) $(TMP) $@ > @$(DBLOAD) -c >--- 490,497 ---- > passwd.byuid: $(PASSWD) > @echo "Updating $@..." > $(CAT) $(PASSWD) | \ >! $(AWK) -F: '{ if ($$1 != "" && $$1 !~ "^#.*" && $$1 != "+") \ >! print $$3"\t"$$0 }' $^ \ > | $(DBLOAD) -f -i $(PASSWD) -o $(YPMAPDIR)/$@ - $(TMP); \ > $(RMV) $(TMP) $@ > @$(DBLOAD) -c >*************** >*** 501,507 **** > group.byname: $(GROUP) > @echo "Updating $@..." > $(CAT) $(GROUP) | \ >! $(AWK) -F: '{ if ($$1 != "+") print $$1"\t"$$0 }' $^ \ > | $(DBLOAD) -f -i $(GROUP) -o $(YPMAPDIR)/$@ - $(TMP); \ > $(RMV) $(TMP) $@ > @$(DBLOAD) -c >--- 503,510 ---- > group.byname: $(GROUP) > @echo "Updating $@..." > $(CAT) $(GROUP) | \ >! $(AWK) -F: '{ if ($$1 != "" && $$1 !~ "^#.*" && $$1 != "+") \ >! print $$1"\t"$$0 }' $^ \ > | $(DBLOAD) -f -i $(GROUP) -o $(YPMAPDIR)/$@ - $(TMP); \ > $(RMV) $(TMP) $@ > @$(DBLOAD) -c >*************** >*** 512,518 **** > group.bygid: $(GROUP) > @echo "Updating $@..." > $(CAT) $(GROUP) | \ >! $(AWK) -F: '{ if ($$1 != "+") print $$3"\t"$$0 }' $^ \ > | $(DBLOAD) -f -i $(GROUP) -o $(YPMAPDIR)/$@ - $(TMP); \ > $(RMV) $(TMP) $@ > @$(DBLOAD) -c >--- 515,522 ---- > group.bygid: $(GROUP) > @echo "Updating $@..." > $(CAT) $(GROUP) | \ >! $(AWK) -F: '{ if ($$1 != "" && $$1 !~ "^#.*" && $$1 != "+") \ >! print $$3"\t"$$0 }' $^ \ > | $(DBLOAD) -f -i $(GROUP) -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 14269
: 6212