Displaying 1 result from an estimated 1 matches for "cfginclud".
Did you mean:
cfginclude
2016 Aug 04
0
[Bug 1585] Allow an `Include' option which reads another config file in place and does not error out when `Include' file not readable
...lla.mindrot.org/show_bug.cgi?id=1585
--- Comment #27 from Jakub Jelen <jjelen at redhat.com> ---
Created attachment 2859
--> https://bugzilla.mindrot.org/attachment.cgi?id=2859&action=edit
remove duplicate code from regress test
Not sure how this get in, but the code in the regress/cfginclude.sh is
duplicated (unlike in the patch attached to this bugzilla), except of
the umask part, set to the first copy, and the part
# Ensure that recursive includes are bounded.
which is only in the second copy.
The attached patch removes the duplicate code. No reopening, since it
is not very c...