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 864791 Details for
Bug 1066665
scl-utils: move statefiles and conf files to writable and non-shared locations
[?]
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]
Changes to the rpm macros that define the filesystem paths for confdirs and statedirs
scl-utils-fhs-state-conf.patch (text/plain), 863 bytes, created by
Toshio Ernie Kuratomi
on 2014-02-18 20:46:55 UTC
(
hide
)
Description:
Changes to the rpm macros that define the filesystem paths for confdirs and statedirs
Filename:
MIME Type:
Creator:
Toshio Ernie Kuratomi
Created:
2014-02-18 20:46:55 UTC
Size:
863 bytes
patch
obsolete
>Index: scl-utils-20140127/macros.scl >=================================================================== >--- scl-utils-20140127.orig/macros.scl >+++ scl-utils-20140127/macros.scl >@@ -33,9 +33,12 @@ > %global _sbindir %{_exec_prefix}/sbin > %global _libexecdir %{_exec_prefix}/libexec > %global _datadir %{_prefix}/share >-%global _sysconfdir %{_scl_root}/etc >-%global _sharedstatedir %{_scl_root}/var/lib >-%global _localstatedir %{_scl_root}/var >+# /etc equivalent >+%global _sysconfdir %{_root_sysconfdir}/opt/%{scl_vendor}/scls/%{scl}/ >+# /var equivalent >+%global _localstatedir %{_root_localstatedir}/opt/%{scl_vendor}/scls/%{scl}/ >+# /var/lib equivalent >+%global _sharedstatedir %{_root_localstatedir}/opt/%{scl_vendor}/scls/%{scl}/lib > %global _libdir %{_exec_prefix}/%{_lib} > %global _includedir %{_prefix}/include > %global _infodir %{_datadir}/info
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 1066665
: 864791 |
864792