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 1477444 Details for
Bug 1611589
Need to use {} around the environment variables in unit 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]
Patch
service.patch (text/plain), 5.07 KB, created by
Michal Ruprich
on 2018-08-21 08:05:37 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Michal Ruprich
Created:
2018-08-21 08:05:37 UTC
Size:
5.07 KB
patch
obsolete
>From: Michal Ruprich <mruprich@redhat.com> >diff --git a/redhat/bgpd.service b/redhat/bgpd.service >index a50bfff..2eda1b8 100644 >--- a/redhat/bgpd.service >+++ b/redhat/bgpd.service >@@ -11,7 +11,7 @@ Documentation=man:bgpd > Type=forking > EnvironmentFile=/etc/sysconfig/quagga > ExecStartPre=-/bin/chmod -f 640 /etc/quagga/bgpd.conf >-ExecStartPre=-/bin/chown -f $QUAGGA_USER:$QUAGGA_GROUP /etc/quagga/bgpd.conf >+ExecStartPre=-/bin/chown -f ${QUAGGA_USER}:${QUAGGA_GROUP} /etc/quagga/bgpd.conf > ExecStart=/usr/sbin/bgpd -d $BGPD_OPTS -f /etc/quagga/bgpd.conf > Restart=on-abort > >diff --git a/redhat/isisd.service b/redhat/isisd.service >index 93663aa..db33281 100644 >--- a/redhat/isisd.service >+++ b/redhat/isisd.service >@@ -11,7 +11,7 @@ Documentation=man:isisd > Type=forking > EnvironmentFile=/etc/sysconfig/quagga > ExecStartPre=-/bin/chmod -f 640 /etc/quagga/isisd.conf >-ExecStartPre=-/bin/chown -f $QUAGGA_USER:$QUAGGA_GROUP /etc/quagga/isisd.conf >+ExecStartPre=-/bin/chown -f ${QUAGGA_USER}:${QUAGGA_GROUP} /etc/quagga/isisd.conf > ExecStart=/usr/sbin/isisd -d $ISISD_OPTS -f /etc/quagga/isisd.conf > Restart=on-abort > >diff --git a/redhat/nhrpd.service b/redhat/nhrpd.service >index 5b4120d..043c220 100644 >--- a/redhat/nhrpd.service >+++ b/redhat/nhrpd.service >@@ -11,7 +11,7 @@ Documentation=man:nhrpd > Type=forking > EnvironmentFile=/etc/sysconfig/quagga > ExecStartPre=-/bin/chmod -f 640 /etc/quagga/nhrpd.conf >-ExecStartPre=-/bin/chown -f $QUAGGA_USER:$QUAGGA_GROUP /etc/quagga/nhrpd.conf >+ExecStartPre=-/bin/chown -f ${QUAGGA_USER}:${QUAGGA_GROUP} /etc/quagga/nhrpd.conf > ExecStart=/usr/sbin/nhrpd -d $NHRPD_OPTS -f /etc/quagga/nhrpdd.conf > Restart=on-abort > >diff --git a/redhat/ospf6d.service b/redhat/ospf6d.service >index 3c1c978..a0d6223 100644 >--- a/redhat/ospf6d.service >+++ b/redhat/ospf6d.service >@@ -11,7 +11,7 @@ Documentation=man:ospf6d > Type=forking > EnvironmentFile=/etc/sysconfig/quagga > ExecStartPre=-/bin/chmod -f 640 /etc/quagga/ospf6d.conf >-ExecStartPre=-/bin/chown -f $QUAGGA_USER:$QUAGGA_GROUP /etc/quagga/ospf6d.conf >+ExecStartPre=-/bin/chown -f ${QUAGGA_USER}:${QUAGGA_GROUP} /etc/quagga/ospf6d.conf > ExecStart=/usr/sbin/ospf6d -d $OSPF6D_OPTS -f /etc/quagga/ospf6d.conf > Restart=on-abort > >diff --git a/redhat/ospfd.service b/redhat/ospfd.service >index 0084b6c..ffc048a 100644 >--- a/redhat/ospfd.service >+++ b/redhat/ospfd.service >@@ -11,7 +11,7 @@ Documentation=man:ospfd > Type=forking > EnvironmentFile=/etc/sysconfig/quagga > ExecStartPre=-/bin/chmod -f 640 /etc/quagga/ospfd.conf >-ExecStartPre=-/bin/chown -f $QUAGGA_USER:$QUAGGA_GROUP /etc/quagga/ospfd.conf >+ExecStartPre=-/bin/chown -f ${QUAGGA_USER}:${QUAGGA_GROUP} /etc/quagga/ospfd.conf > ExecStart=/usr/sbin/ospfd -d $OSPFD_OPTS -f /etc/quagga/ospfd.conf > Restart=on-abort > >diff --git a/redhat/pimd.service b/redhat/pimd.service >index 1916846..ae30f16 100644 >--- a/redhat/pimd.service >+++ b/redhat/pimd.service >@@ -9,7 +9,7 @@ Documentation=man:pimd > Type=forking > EnvironmentFile=/etc/sysconfig/quagga > ExecStartPre=-/bin/chmod -f 640 /etc/quagga/pimd.conf >-ExecStartPre=-/bin/chown -f $QUAGGA_USER:$QUAGGA_GROUP /etc/quagga/pimd.conf >+ExecStartPre=-/bin/chown -f ${QUAGGA_USER}:${QUAGGA_GROUP} /etc/quagga/pimd.conf > ExecStart=/usr/sbin/pimd -d $PIMD_OPTS -f /etc/quagga/pimd.conf > Restart=on-abort > >diff --git a/redhat/ripd.service b/redhat/ripd.service >index 103b5a9..56e885a 100644 >--- a/redhat/ripd.service >+++ b/redhat/ripd.service >@@ -11,7 +11,7 @@ Documentation=man:ripd > Type=forking > EnvironmentFile=/etc/sysconfig/quagga > ExecStartPre=-/bin/chmod -f 640 /etc/quagga/ripd.conf >-ExecStartPre=-/bin/chown -f $QUAGGA_USER:$QUAGGA_GROUP /etc/quagga/ripd.conf >+ExecStartPre=-/bin/chown -f ${QUAGGA_USER}:${QUAGGA_GROUP} /etc/quagga/ripd.conf > ExecStart=/usr/sbin/ripd -d $RIPD_OPTS -f /etc/quagga/ripd.conf > Restart=on-abort > >diff --git a/redhat/ripngd.service b/redhat/ripngd.service >index 6fe6ba8..c0defa0 100644 >--- a/redhat/ripngd.service >+++ b/redhat/ripngd.service >@@ -11,7 +11,7 @@ Documentation=man:ripngd > Type=forking > EnvironmentFile=/etc/sysconfig/quagga > ExecStartPre=-/bin/chmod -f 640 /etc/quagga/ripngd.conf >-ExecStartPre=-/bin/chown -f $QUAGGA_USER:$QUAGGA_GROUP /etc/quagga/ripngd.conf >+ExecStartPre=-/bin/chown -f ${QUAGGA_USER}:${QUAGGA_GROUP} /etc/quagga/ripngd.conf > ExecStart=/usr/sbin/ripngd -d $RIPNGD_OPTS -f /etc/quagga/ripngd.conf > Restart=on-abort > >diff --git a/redhat/zebra.service b/redhat/zebra.service >index fa5a004..d4ba5ea 100644 >--- a/redhat/zebra.service >+++ b/redhat/zebra.service >@@ -11,8 +11,8 @@ Type=forking > EnvironmentFile=-/etc/sysconfig/quagga > ExecStartPre=/sbin/ip route flush proto zebra > ExecStartPre=-/bin/chmod -f 640 /etc/quagga/vtysh.conf /etc/quagga/zebra.conf >-ExecStartPre=-/bin/chown -f $QUAGGA_USER:$QUAGGA_GROUP /run/quagga /etc/quagga/zebra.conf >-ExecStartPre=-/bin/chown -f ${QUAGGA_USER}${VTY_GROUP:+":$VTY_GROUP"} quaggavty /etc/quagga/vtysh.conf >+ExecStartPre=-/bin/chown -f ${QUAGGA_USER}:${QUAGGA_GROUP} /run/quagga /etc/quagga/zebra.conf >+ExecStartPre=-/bin/sh -c '/bin/chown -f ${QUAGGA_USER}${VTY_GROUP:+":$VTY_GROUP"} /etc/quagga/vtysh.conf' > ExecStart=/usr/sbin/zebra -d $ZEBRA_OPTS -f /etc/quagga/zebra.conf > Restart=on-abort >
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 1611589
: 1477444