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 581128 Details for
Bug 817442
Miscellaneous Quagga packaging fixes
[?]
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]
[6/9] Set ownership of generated vtysh.conf properly
Set-ownership-of-generated-vtysh.conf.patch (text/plain), 758 bytes, created by
David Ward
on 2012-04-30 03:25:29 UTC
(
hide
)
Description:
[6/9] Set ownership of generated vtysh.conf properly
Filename:
MIME Type:
Creator:
David Ward
Created:
2012-04-30 03:25:29 UTC
Size:
758 bytes
patch
obsolete
>From 6c0a97fdfe3679bdc3a9600d56c402fd056c0230 Mon Sep 17 00:00:00 2001 >From: David Ward <david.ward@ll.mit.edu> >Date: Sat, 21 Apr 2012 21:24:14 -0400 >Subject: [PATCH 6/9] Set ownership of generated vtysh.conf properly > >--- > quagga.spec | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > >diff --git a/quagga.spec b/quagga.spec >index f9df184..f25809e 100644 >--- a/quagga.spec >+++ b/quagga.spec >@@ -284,7 +284,13 @@ fi > if [ ! -e %{_sysconfdir}/vtysh.conf ]; then > touch %{_sysconfdir}/vtysh.conf > chmod 640 %{_sysconfdir}/vtysh.conf >+%if %quagga_user >+%if %vty_group > chown %{quagga_user}:%{vty_group} %{_sysconfdir}/vtysh.conf >+%else >+ chown %{quagga_user}:%{quagga_user} %{_sysconfdir}/vtysh.conf >+%endif >+%endif > fi > > %postun >-- >1.7.7.6 >
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 817442
:
581123
|
581124
|
581125
|
581126
|
581127
| 581128 |
581129
|
581130
|
581131