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 572249 Details for
Bug 806294
API_PROVIDER from /etc/sysconfig/deltacloud-core is by /etc/init.d/deltacloud-core
[?]
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]
Proposed patch to fix the problem
deltacloud-core-API_CONFIG.diff (text/plain), 908 bytes, created by
Luigi Toscano
on 2012-03-23 11:40:40 UTC
(
hide
)
Description:
Proposed patch to fix the problem
Filename:
MIME Type:
Creator:
Luigi Toscano
Created:
2012-03-23 11:40:40 UTC
Size:
908 bytes
patch
obsolete
>--- deltacloud-core.orig 2012-03-23 07:13:41.394933001 -0400 >+++ deltacloud-core.ok 2012-03-23 07:21:09.067052613 -0400 >@@ -34,6 +34,7 @@ > LOGFILE="${LOGFILE:-/var/log/$prog/$DRIVER.log}" > LOCKFILE="${LOCKFILE:-/var/lock/subsys/$prog}" > PIDFILE="${PIDFILE:-/var/run/deltacloud/deltacloud-core-$DRIVER.pid}" >+[ -n "${API_PROVIDER}" ] && API_PROVIDER_CMD="-P ${API_PROVIDER}" > > [[ ! -d /var/run/deltacloud ]] && mkdir /var/run/deltacloud > chown $DELTACLOUD_USER /var/run/deltacloud >@@ -45,7 +46,7 @@ > USER=${DELTACLOUD_USER} > cd / > echo -n $"Starting $prog-$DRIVER: " >- $exec -i ${DRIVER} -e ${API_ENV} --user ${DELTACLOUD_USER} --daemon --pid ${PIDFILE} --port ${PORT} --host ${HOST} >+ $exec -i ${DRIVER} -e ${API_ENV} --user ${DELTACLOUD_USER} --daemon --pid ${PIDFILE} --port ${PORT} --host ${HOST} ${API_PROVIDER_CMD} > retval=$? > > if [ $retval -eq 0 ] && touch $LOCKFILE ; then
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 806294
: 572249