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 678826 Details for
Bug 885888
Swift initscript has empty "reload"
[?]
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]
Removed reload from init scripts
0001-bz-885888-Removed-useless-reload-from-init-scripts.patch (text/plain), 6.94 KB, created by
Flavio Percoco
on 2013-01-15 15:04:19 UTC
(
hide
)
Description:
Removed reload from init scripts
Filename:
MIME Type:
Creator:
Flavio Percoco
Created:
2013-01-15 15:04:19 UTC
Size:
6.94 KB
patch
obsolete
>From 836802f8038dd3935c73295d26a353cfbee4467a Mon Sep 17 00:00:00 2001 >From: Flavio Percoco <fpercoco@redhat.com> >Date: Tue, 15 Jan 2013 09:31:40 -0500 >Subject: [PATCH] bz/885888 Removed useless reload from init scripts > >--- > openstack-swift-account-auditor.init | 4 ---- > openstack-swift-account-reaper.init | 4 ---- > openstack-swift-account-replicator.init | 4 ---- > openstack-swift-account.init | 2 -- > openstack-swift-container-auditor.init | 4 ---- > openstack-swift-container-replicator.init | 4 ---- > openstack-swift-container-updater.init | 4 ---- > openstack-swift-container.init | 2 -- > openstack-swift-object-auditor.init | 4 ---- > openstack-swift-object-expirer.init | 4 ---- > openstack-swift-object-replicator.init | 4 ---- > openstack-swift-object-updater.init | 4 ---- > openstack-swift-object.init | 2 -- > openstack-swift-proxy.init | 2 -- > 14 files changed, 48 deletions(-) > >diff --git a/openstack-swift-account-auditor.init b/openstack-swift-account-auditor.init >index 1f7ce58..c83348f 100644 >--- a/openstack-swift-account-auditor.init >+++ b/openstack-swift-account-auditor.init >@@ -63,8 +63,6 @@ case "$1" in > restart) > $1 > ;; >- reload) >- ;; > status) > rh_status > ;; >@@ -142,8 +140,6 @@ case "$1" in > restart) > $1 > ;; >- reload) >- ;; > status) > rh_status > ;; >diff --git a/openstack-swift-account-reaper.init b/openstack-swift-account-reaper.init >index 194e959..ff6af08 100644 >--- a/openstack-swift-account-reaper.init >+++ b/openstack-swift-account-reaper.init >@@ -63,8 +63,6 @@ case "$1" in > restart) > $1 > ;; >- reload) >- ;; > status) > rh_status > ;; >@@ -142,8 +140,6 @@ case "$1" in > restart) > $1 > ;; >- reload) >- ;; > status) > rh_status > ;; >diff --git a/openstack-swift-account-replicator.init b/openstack-swift-account-replicator.init >index 564c12d..05c9bb5 100644 >--- a/openstack-swift-account-replicator.init >+++ b/openstack-swift-account-replicator.init >@@ -63,8 +63,6 @@ case "$1" in > restart) > $1 > ;; >- reload) >- ;; > status) > rh_status > ;; >@@ -142,8 +140,6 @@ case "$1" in > restart) > $1 > ;; >- reload) >- ;; > status) > rh_status > ;; >diff --git a/openstack-swift-account.init b/openstack-swift-account.init >index fe0aafe..22dc376 100644 >--- a/openstack-swift-account.init >+++ b/openstack-swift-account.init >@@ -63,8 +63,6 @@ case "$1" in > restart) > $1 > ;; >- reload) >- ;; > status) > rh_status > ;; >diff --git a/openstack-swift-container-auditor.init b/openstack-swift-container-auditor.init >index 8683a92..6947991 100644 >--- a/openstack-swift-container-auditor.init >+++ b/openstack-swift-container-auditor.init >@@ -63,8 +63,6 @@ case "$1" in > restart) > $1 > ;; >- reload) >- ;; > status) > rh_status > ;; >@@ -142,8 +140,6 @@ case "$1" in > restart) > $1 > ;; >- reload) >- ;; > status) > rh_status > ;; >diff --git a/openstack-swift-container-replicator.init b/openstack-swift-container-replicator.init >index c9d2761..7b908f0 100644 >--- a/openstack-swift-container-replicator.init >+++ b/openstack-swift-container-replicator.init >@@ -63,8 +63,6 @@ case "$1" in > restart) > $1 > ;; >- reload) >- ;; > status) > rh_status > ;; >@@ -142,8 +140,6 @@ case "$1" in > restart) > $1 > ;; >- reload) >- ;; > status) > rh_status > ;; >diff --git a/openstack-swift-container-updater.init b/openstack-swift-container-updater.init >index 3398100..18fb7d6 100644 >--- a/openstack-swift-container-updater.init >+++ b/openstack-swift-container-updater.init >@@ -63,8 +63,6 @@ case "$1" in > restart) > $1 > ;; >- reload) >- ;; > status) > rh_status > ;; >@@ -142,8 +140,6 @@ case "$1" in > restart) > $1 > ;; >- reload) >- ;; > status) > rh_status > ;; >diff --git a/openstack-swift-container.init b/openstack-swift-container.init >index 0341287..cd6d074 100644 >--- a/openstack-swift-container.init >+++ b/openstack-swift-container.init >@@ -63,8 +63,6 @@ case "$1" in > restart) > $1 > ;; >- reload) >- ;; > status) > rh_status > ;; >diff --git a/openstack-swift-object-auditor.init b/openstack-swift-object-auditor.init >index ea7ccc6..6677f74 100644 >--- a/openstack-swift-object-auditor.init >+++ b/openstack-swift-object-auditor.init >@@ -64,8 +64,6 @@ case "$1" in > restart) > $1 > ;; >- reload) >- ;; > status) > rh_status > ;; >@@ -144,8 +142,6 @@ case "$1" in > restart) > $1 > ;; >- reload) >- ;; > status) > rh_status > ;; >diff --git a/openstack-swift-object-expirer.init b/openstack-swift-object-expirer.init >index 01ebeda..f6ee4a6 100644 >--- a/openstack-swift-object-expirer.init >+++ b/openstack-swift-object-expirer.init >@@ -64,8 +64,6 @@ case "$1" in > restart) > $1 > ;; >- reload) >- ;; > status) > rh_status > ;; >@@ -144,8 +142,6 @@ case "$1" in > restart) > $1 > ;; >- reload) >- ;; > status) > rh_status > ;; >diff --git a/openstack-swift-object-replicator.init b/openstack-swift-object-replicator.init >index e1e81ed..f98316c 100644 >--- a/openstack-swift-object-replicator.init >+++ b/openstack-swift-object-replicator.init >@@ -64,8 +64,6 @@ case "$1" in > restart) > $1 > ;; >- reload) >- ;; > status) > rh_status > ;; >@@ -144,8 +142,6 @@ case "$1" in > restart) > $1 > ;; >- reload) >- ;; > status) > rh_status > ;; >diff --git a/openstack-swift-object-updater.init b/openstack-swift-object-updater.init >index c07ad51..fddf546 100644 >--- a/openstack-swift-object-updater.init >+++ b/openstack-swift-object-updater.init >@@ -64,8 +64,6 @@ case "$1" in > restart) > $1 > ;; >- reload) >- ;; > status) > rh_status > ;; >@@ -144,8 +142,6 @@ case "$1" in > restart) > $1 > ;; >- reload) >- ;; > status) > rh_status > ;; >diff --git a/openstack-swift-object.init b/openstack-swift-object.init >index 78061e4..f779567 100644 >--- a/openstack-swift-object.init >+++ b/openstack-swift-object.init >@@ -64,8 +64,6 @@ case "$1" in > restart) > $1 > ;; >- reload) >- ;; > status) > rh_status > ;; >diff --git a/openstack-swift-proxy.init b/openstack-swift-proxy.init >index bac2df5..5fc226f 100644 >--- a/openstack-swift-proxy.init >+++ b/openstack-swift-proxy.init >@@ -63,8 +63,6 @@ case "$1" in > restart) > $1 > ;; >- reload) >- ;; > status) > rh_status > ;; >-- >1.7.11.7 >
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 885888
: 678826