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 609466 Details for
Bug 854046
patch to replace init.d script with systemd service
[?]
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]
patch to soundmodem.spec
soundmodem.spec.patch (text/plain), 1.23 KB, created by
Alan Crosswell
on 2012-09-03 19:14:29 UTC
(
hide
)
Description:
patch to soundmodem.spec
Filename:
MIME Type:
Creator:
Alan Crosswell
Created:
2012-09-03 19:14:29 UTC
Size:
1.23 KB
patch
obsolete
>3c3 >< Release: 5%{?dist} >--- >> Release: 4%{?dist} >9d8 >< Source1: soundmodem.service >16,17d14 >< BuildRequires: gcc-c++ >< BuildRequires: libstdc++-devel >22c19 >< Requires: systemd >--- >> >52,54c49,51 >< mkdir -p %{buildroot}%{_sysconfdir}/ax25 >< mkdir -p %{buildroot}%{_unitdir} >< install -p -m 644 ${RPM_SOURCE_DIR}/soundmodem.service %{buildroot}%{_unitdir}/soundmodem.service >--- >> mkdir -p %{buildroot}%{_sysconfdir}/{ax25,rc.d/init.d} >> sed -i -e "s/# chk.*/# chkconfig: - 50 50/g" soundmodem.initscript >> install -p -m 755 soundmodem.initscript %{buildroot}%{_sysconfdir}/rc.d/init.d/soundmodem >64c61 >< /usr/bin/systemctl enable soundmodem.service >--- >> /sbin/chkconfig --add soundmodem >68,69c65,66 >< /usr/bin/systemctl -q stop soundmodem.service >< /usr/bin/systemctl -q disable soundmodem.service >--- >> /sbin/service soundmodem stop > /dev/null 2>&1 >> /sbin/chkconfig --del soundmodem >74c71 >< /usr/bin/systemctl -q condrestart soundmodem.service >--- >> /sbin/service soundmodem condrestart >/dev/null 2>&1 || : >83c80 >< %{_unitdir}/soundmodem.service >--- >> %{_initddir}/soundmodem >91,94d87 >< * Mon Sep 03 2012 Alan Crosswell <n2ygk@wecsa.org> - 0.15.4 >< - replace init.d/soundmodem with systemd-based soundmodem.service >< - add BuildRequires for g++ ><
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 854046
:
609456
|
609457
|
609463
| 609466 |
616215