FreeBSD Bugzilla – Attachment 9557 Details for
Bug 19538
NIS passwd and group maps do not clean out comments (2nd part)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.27 KB, created by
Andre Albsmeier
on 2000-06-27 07:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Andre Albsmeier
Created:
2000-06-27 07:00:01 UTC
Size:
1.27 KB
patch
obsolete
>--- Makefile.yp.ORI Tue Jun 27 07:47:54 2000 >+++ Makefile.yp Tue Jun 27 07:47:57 2000 >@@ -466,11 +466,11 @@ > @echo "Creating new $@ file from $(MASTER)..." > @if [ ! $(UNSECURE) ]; then \ > $(RCAT) $(MASTER) | \ >- $(AWK) -F: '{if ($$1 != "+") \ >+ $(AWK) -F: '{if ($$1 != "" && $$1 !~ "^#.*" && $$1 != "+") \ > print $$1":*:"$$3":"$$4":"$$8":"$$9":"$$10}' $^ \ > > $(PASSWD) ; \ > else $(RCAT) $(MASTER) | \ >- $(AWK) -F: '{if ($$1 != "+") \ >+ $(AWK) -F: '{if ($$1 != "" && $$1 !~ "^#.*" && $$1 != "+") \ > print $$1":"$$2":"$$3":"$$4":"$$8":"$$9":"$$10}' $^ \ > > $(PASSWD) ; fi > >@@ -541,7 +541,8 @@ > @echo "Master.passwd source file not found -- skipping" > .else > $(CAT) $(MASTER) | \ >- $(AWK) -F: '{ if ($$1 != "+") print $$1"\t"$$0 }' $^ \ >+ $(AWK) -F: '{ if ($$1 != "" && $$1 !~ "^#.*" && $$1 != "+") \ >+ print $$1"\t"$$0 }' $^ \ > | $(DBLOAD) ${S} -f -i $(MASTER) -o $(YPMAPDIR)/$@ - $(TMP); \ > $(RMV) $(TMP) $@ > @$(DBLOAD) -c >@@ -556,7 +557,8 @@ > @echo "Master.passwd source file not found -- skipping" > .else > $(CAT) $(MASTER) | \ >- $(AWK) -F: '{ if ($$1 != "+") print $$3"\t"$$0 }' $^ \ >+ $(AWK) -F: '{ if ($$1 != "" && $$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 19538
: 9557