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 640036 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]
fix for comment 20
scsi-target-utils-default-config.patch (text/plain), 1.15 KB, created by
Pádraig Brady
on 2012-11-07 12:46:26 UTC
(
hide
)
Description:
fix for comment 20
Filename:
MIME Type:
Creator:
Pádraig Brady
Created:
2012-11-07 12:46:26 UTC
Size:
1.15 KB
patch
obsolete
>Reset the default config used with `tgt-admin --update` etc. > >Ideally this should be decoupled by reading the >/etc/sysconfig value, but for now this will do. > >diff -Naur tgt-1.0.32.orig/scripts/initd.sample tgt-1.0.32/scripts/initd.sample >--- tgt-1.0.32.orig/scripts/initd.sample 2012-09-30 22:39:21.000000000 +0000 >+++ tgt-1.0.32/scripts/initd.sample 2012-11-07 12:28:53.544906721 +0000 >@@ -2,7 +2,7 @@ > > # This is an example init.d script for stopping/starting/reconfiguring tgtd. > >-TGTD_CONFIG=/etc/tgt/targets.conf >+TGTD_CONFIG=/etc/tgt/tgtd.conf > > TASK=$1 > >diff -Naur tgt-1.0.32.orig/scripts/tgt-admin tgt-1.0.32/scripts/tgt-admin >--- tgt-1.0.32.orig/scripts/tgt-admin 2012-11-07 12:26:17.549607174 +0000 >+++ tgt-1.0.32/scripts/tgt-admin 2012-11-07 12:29:31.328979226 +0000 >@@ -1,6 +1,6 @@ > #!/usr/bin/perl > # >-# This tools parses /etc/tgt/targets.conf file and configures tgt >+# This tools parses /etc/tgt/tgtd.conf file and configures tgt > # > # Author: Tomasz Chmielewski > # License: GPLv2 >@@ -11,7 +11,7 @@ > use Getopt::Long; > > # Our config file >-my $configfile = "/etc/tgt/targets.conf"; >+my $configfile = "/etc/tgt/tgtd.conf"; > > sub usage { > print <<EOF;
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