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 601680 Details for
Bug 844900
rpm scriptlets of whatsup-pingd don't work for el5 and el6
[?]
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 scriptlets for el5 and el6
whatsup-pingd.patch (text/plain), 941 bytes, created by
Tuomo Soini
on 2012-08-01 08:04:55 UTC
(
hide
)
Description:
Proposed patch to fix scriptlets for el5 and el6
Filename:
MIME Type:
Creator:
Tuomo Soini
Created:
2012-08-01 08:04:55 UTC
Size:
941 bytes
patch
obsolete
>diff --git a/whatsup.spec b/whatsup.spec >index 8279bdf..7adbdb8 100644 >--- a/whatsup.spec >+++ b/whatsup.spec >@@ -81,6 +81,7 @@ Requires(post): systemd-units > Requires(preun): systemd-units > Requires(postun): systemd-units > %endif >+ > %description -n %{name}-pingd > pingd daemon for %{name} > >@@ -183,8 +184,8 @@ if [ $1 -eq 0 ] ; then > /bin/systemctl --no-reload disable whatsup-pingd.service > /dev/null 2>&1 || : > /bin/systemctl stop whatsup-pingd.service > /dev/null 2>&1 || : > %else >- /sbin/chkconfig whatsup off >- /sbin/service whatsup stop >+ /sbin/service whatsup-pingd stop >/dev/null 2>&1 >+ /sbin/chkconfig --del whatsup-pingd || : > %endif > fi > >@@ -197,7 +198,7 @@ if [ $1 -ge 1 ] ; then > %if 0%{?fedora} > 15 > /bin/systemctl try-restart whatsup-pingd.service >/dev/null 2>&1 || : > %else >- /sbin/service whatsup-pingd restart >+ /sbin/service whatsup-pingd condrestart >/dev/null 2>&1 || : > %endif > fi >
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 844900
: 601680