Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 617838 Details for
Bug 643302
some enhancements to tgt's configuration files
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
allow conf.d files to include directories
tgtd-include-dirs.patch (text/plain), 1.08 KB, created by
Pádraig Brady
on 2012-09-26 23:26:48 UTC
(
hide
)
Description:
allow conf.d files to include directories
Filename:
MIME Type:
Creator:
Pádraig Brady
Created:
2012-09-26 23:26:48 UTC
Size:
1.08 KB
patch
obsolete
>--- tgt-admin.old 2012-09-26 23:15:24.544264517 +0100 >+++ /usr/sbin/tgt-admin 2012-09-26 23:07:10.489057377 +0100 >@@ -162,7 +162,7 @@ > # Check if alternative configuration file exists > if (-e "$alternate_conf") { > execute("# Using $alternate_conf as configuration file\n"); >- %conf = ParseConfig(-ConfigFile => "$alternate_conf", -UseApacheInclude => 1, -IncludeGlob => 1, -MergeDuplicateBlocks => 1); >+ %conf = ParseConfig(-ConfigFile => "$alternate_conf", -UseApacheInclude => 1, -IncludeDirectories => 1, -IncludeGlob => 1, -MergeDuplicateBlocks => 1); > } > else { > die("Config file $alternate_conf not found. Exiting...\n"); >@@ -170,7 +170,7 @@ > } else { > # Parse the config file with Config::General > if (-e "$configfile") { >- %conf = ParseConfig(-ConfigFile => "$configfile", -UseApacheInclude => 1, -IncludeGlob => 1, -MergeDuplicateBlocks => 1); >+ %conf = ParseConfig(-ConfigFile => "$configfile", -UseApacheInclude => 1, -IncludeDirectories => 1, -IncludeGlob => 1, -MergeDuplicateBlocks => 1); > } else { > die("Config file $configfile not found. Exiting...\n"); > }
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 643302
:
453673
|
453675
|
453677
| 617838 |
639693
|
640036