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 153225 Details for
Bug 237344
Review Request: supervisor - System for Allowing the Control of Process State on UNIX
[?]
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]
Spec patch with two changes
supervisor.spec-1.patch (text/plain), 2.19 KB, created by
Toshio Kuratomi
on 2007-04-20 22:32:21 UTC
(
hide
)
Description:
Spec patch with two changes
Filename:
MIME Type:
Creator:
Toshio Kuratomi
Created:
2007-04-20 22:32:21 UTC
Size:
2.19 KB
patch
obsolete
>--- supervisor.spec.bak 2007-04-20 14:59:23.000000000 -0700 >+++ supervisor.spec 2007-04-20 15:18:06.000000000 -0700 >@@ -1,3 +1,4 @@ >+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} > Summary: A System for Allowing the Control of Process State on UNIX > Name: supervisor > Version: 2.1 >@@ -7,7 +8,7 @@ > Group: System Environment/Base > URL: http://www.plope.com/software/supervisor2/ > Source: http://www.plope.com/software/supervisor2/%{name}-%{version}.tar.gz >-Source1: supervisor.init >+Source1: supervisord.init > Source2: supervisord.conf > Source3: supervisor.logrotate > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root >@@ -36,31 +37,31 @@ > %{__mkdir} -p %{buildroot}/%{_initrddir} > %{__mkdir} -p %{buildroot}/%{_localstatedir}/log/%{name} > %{__chmod} 770 %{buildroot}/%{_localstatedir}/log/%{name} >-%{__install} -m 755 %{SOURCE1} %{buildroot}/%{_initrddir}/supervisor >+%{__install} -m 755 %{SOURCE1} %{buildroot}/%{_initrddir}/supervisord > %{__install} -m 644 %{SOURCE2} %{buildroot}/%{_sysconfdir}/supervisord.conf > %{__install} -m 644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/logrotate.d/supervisor >-%{__sed} -i s'/^#!.*//' $( find %{buildroot}/%{_libdir}/python2.4/site-packages/supervisor/ -type f) >+%{__sed} -i s'/^#!.*//' $( find %{buildroot}/%{python_sitelib}/supervisor/ -type f) > >-%{__rm} -rf %{buildroot}/%{_libdir}/python2.4/site-packages/supervisor/meld3/elementtree/ >+%{__rm} -rf %{buildroot}/%{python_sitelib}/supervisor/meld3/elementtree/ > > %clean > %{__rm} -rf %{buildroot} > > %post >-/sbin/chkconfig --add %{name} || : >+/sbin/chkconfig --add %{name}d || : > > %preun > if [ $1 = 0 ]; then >- /sbin/service supervisor stop > /dev/null 2>&1 || : >- /sbin/chkconfig --del %{name} || : >+ /sbin/service supervisord stop > /dev/null 2>&1 || : >+ /sbin/chkconfig --del %{name}d || : > fi > > %files > %defattr(-,root,root,-) > %doc README.txt LICENSES.txt TODO.txt CHANGES.txt COPYRIGHT.txt > %dir %{_localstatedir}/log/%{name} >-%{_initrddir}/supervisor >-%{_libdir}/python2.4/site-packages/supervisor/ >+%{_initrddir}/supervisord >+%{python_sitelib}/supervisor/ > %{_bindir}/supervisor* > > %config(noreplace) %{_sysconfdir}/supervisord.conf
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 237344
: 153225