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 700280 Details for
Bug 913195
New services are missing from chkconfig
[?]
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]
Candidate 1
openstack-swift-bz913195-1.diff (text/plain), 4.72 KB, created by
Pete Zaitcev
on 2013-02-20 22:32:18 UTC
(
hide
)
Description:
Candidate 1
Filename:
MIME Type:
Creator:
Pete Zaitcev
Created:
2013-02-20 22:32:18 UTC
Size:
4.72 KB
patch
obsolete
>--- openstack-swift-bz913195/openstack-swift.spec 2013-02-20 15:25:51.847886523 -0700 >+++ openstack-swift.spec.913195 2013-02-20 12:32:11.695990774 -0700 >@@ -6,7 +6,7 @@ > > Name: openstack-swift > Version: 1.7.4 >-Release: 8%{?dist} >+Release: 8.z1%{?dist} > Summary: OpenStack Object Storage (swift) > > Group: Development/Languages >@@ -276,58 +274,98 @@ > > %post account > /sbin/chkconfig --add openstack-swift-account >+/sbin/chkconfig --add openstack-swift-account-auditor >+/sbin/chkconfig --add openstack-swift-account-reaper >+/sbin/chkconfig --add openstack-swift-account-replicator > > %preun account > if [ $1 = 0 ] ; then > /sbin/service openstack-swift-account stop >/dev/null 2>&1 >+ /sbin/service openstack-swift-account-auditor stop >/dev/null 2>&1 >+ /sbin/service openstack-swift-account-reaper stop >/dev/null 2>&1 >+ /sbin/service openstack-swift-account-replicator stop >/dev/null 2>&1 > /sbin/chkconfig --del openstack-swift-account >+ /sbin/chkconfig --del openstack-swift-account-auditor >+ /sbin/chkconfig --del openstack-swift-account-reaper >+ /sbin/chkconfig --del openstack-swift-account-replicator > fi > > %postun account > if [ "$1" -ge "1" ] ; then > /sbin/service openstack-swift-account condrestart >/dev/null 2>&1 || : >+ /sbin/service openstack-swift-account-auditor condrestart >/dev/null 2>&1 || : >+ /sbin/service openstack-swift-account-reaper condrestart >/dev/null 2>&1 || : >+ /sbin/service openstack-swift-account-replicator condrestart >/dev/null 2>&1 || : > fi > > %post container > /sbin/chkconfig --add openstack-swift-container >+/sbin/chkconfig --add openstack-swift-container-auditor >+/sbin/chkconfig --add openstack-swift-container-replicator >+/sbin/chkconfig --add openstack-swift-container-updater > > %preun container > if [ $1 = 0 ] ; then > /sbin/service openstack-swift-container stop >/dev/null 2>&1 >+ /sbin/service openstack-swift-container-auditor stop >/dev/null 2>&1 >+ /sbin/service openstack-swift-container-replicator stop >/dev/null 2>&1 >+ /sbin/service openstack-swift-container-updater stop >/dev/null 2>&1 > /sbin/chkconfig --del openstack-swift-container >+ /sbin/chkconfig --del openstack-swift-container-auditor >+ /sbin/chkconfig --del openstack-swift-container-replicator >+ /sbin/chkconfig --del openstack-swift-container-updater > fi > > %postun container > if [ "$1" -ge "1" ] ; then > /sbin/service openstack-swift-container condrestart >/dev/null 2>&1 || : >+ /sbin/service openstack-swift-container-auditor condrestart >/dev/null 2>&1 || : >+ /sbin/service openstack-swift-container-replicator condrestart >/dev/null 2>&1 || : >+ /sbin/service openstack-swift-container-updater condrestart >/dev/null 2>&1 || : > fi > > %post object > /sbin/chkconfig --add openstack-swift-object >+/sbin/chkconfig --add openstack-swift-object-auditor >+/sbin/chkconfig --add openstack-swift-object-replicator >+/sbin/chkconfig --add openstack-swift-object-updater > > %preun object > if [ $1 = 0 ] ; then > /sbin/service openstack-swift-object stop >/dev/null 2>&1 >+ /sbin/service openstack-swift-object-auditor stop >/dev/null 2>&1 >+ /sbin/service openstack-swift-object-replicator stop >/dev/null 2>&1 >+ /sbin/service openstack-swift-object-updater stop >/dev/null 2>&1 > /sbin/chkconfig --del openstack-swift-object >+ /sbin/chkconfig --del openstack-swift-object-auditor >+ /sbin/chkconfig --del openstack-swift-object-replicator >+ /sbin/chkconfig --del openstack-swift-object-updater > fi > > %postun object > if [ "$1" -ge "1" ] ; then > /sbin/service openstack-swift-object condrestart >/dev/null 2>&1 || : >+ /sbin/service openstack-swift-object-auditor condrestart >/dev/null 2>&1 || : >+ /sbin/service openstack-swift-object-replicator condrestart >/dev/null 2>&1 || : >+ /sbin/service openstack-swift-object-updater condrestart >/dev/null 2>&1 || : > fi > > %post proxy > /sbin/chkconfig --add openstack-swift-proxy >+/sbin/chkconfig --add openstack-swift-object-expirer > > %preun proxy > if [ $1 = 0 ] ; then > /sbin/service openstack-swift-proxy stop >/dev/null 2>&1 >+ /sbin/service openstack-swift-object-expirer stop >/dev/null 2>&1 > /sbin/chkconfig --del openstack-swift-proxy >+ /sbin/chkconfig --del openstack-swift-object-expirer > fi > > %postun proxy > if [ "$1" -ge "1" ] ; then > /sbin/service openstack-swift-proxy condrestart >/dev/null 2>&1 || : >+ /sbin/service openstack-swift-object-expirer condrestart >/dev/null 2>&1 || : > fi > > %files >@@ -457,6 +494,9 @@ > %doc LICENSE doc/build/html > > %changelog >+* Wed Feb 20 2013 Pete Zaitcev <zaitcev@redhat.com> 1.7.4-8.z1 >+- add additional services to scriptlets >+ > * Thu Jan 10 2013 Pete Zaitcev <zaitcev@redhat.com> - 1.7.4-8 > - Add missing Recon directory, bz#877343 >
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
Flags:
apevec
: review+
Actions:
View
|
Diff
Attachments on
bug 913195
: 700280