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 636681 Details for
Bug 872183
smsd paths for infofile and pidfile not set to sane defaults
[?]
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 the fedpkg
smstools-filepath.patch (text/plain), 2.71 KB, created by
Tomas Edwardsson
on 2012-11-01 13:44:33 UTC
(
hide
)
Description:
Patch to the fedpkg
Filename:
MIME Type:
Creator:
Tomas Edwardsson
Created:
2012-11-01 13:44:33 UTC
Size:
2.71 KB
patch
obsolete
>commit c1dd41041aaa10c502f653d510dcfc777c2b71aa >Author: Tomas Edwardsson <tommi@tommi.org> >Date: Thu Nov 1 13:38:48 2012 +0000 > > Added default path to infofile and pidfile > >diff --git a/smstools.spec b/smstools.spec >index a51f663..bd45edc 100644 >--- a/smstools.spec >+++ b/smstools.spec >@@ -3,7 +3,7 @@ > > Name: smstools > Version: 3.1.15 >-Release: 2%{?dist} >+Release: 3%{?dist} > Summary: Tools to send and receive short messages through GSM modems or mobile phones > > License: GPLv2+ >@@ -13,6 +13,8 @@ Source0: http://smstools3.kekekasvi.com/packages/smstools3-%{version}.tar > Source1 : smsd.init > Source2: smsd.logrotate > Patch0: smstools3-3.1.5-loglocation.patch >+Patch1: smstools3-3.1.15-filepath.patch >+ > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > Requires(post): /sbin/chkconfig > Requires(preun): /sbin/chkconfig >@@ -28,6 +30,7 @@ programs for automatic actions. > %prep > %setup -q -n smstools3 > %patch0 -p1 -b .loglocation >+%patch1 -p1 -b .filepath > mv doc manual > mv examples/.procmailrc examples/procmailrc > mv examples/.qmailrc examples/qmailrc >@@ -123,6 +126,9 @@ fi > %attr(0700,smstools,smstools) %dir %{_varrundir} > > %changelog >+* Sat Nov 01 2012 Tomas Edwardsson <tommi@fedoraproject.org> 3.1.15-3 >+- Fixed path to infofile and pidfile >+ > * Sat Oct 27 2012 Patrick C. F. Ernzer <smstools.spec@pcfe.net> 3.1.15-2 > - fixing fedpkg lint warnings > >diff --git a/smstools3-3.1.15-filepath.patch b/smstools3-3.1.15-filepath.patch >new file mode 100644 >index 0000000..29e09f7 >--- /dev/null >+++ b/smstools3-3.1.15-filepath.patch >@@ -0,0 +1,26 @@ >+diff -ur smstools3.orig/examples/smsd.conf.easy smstools3/examples/smsd.conf.easy >+--- smstools3.orig/examples/smsd.conf.easy 2012-11-01 13:18:15.644716237 +0000 >++++ smstools3/examples/smsd.conf.easy 2012-11-01 13:19:09.065889792 +0000 >+@@ -4,6 +4,8 @@ >+ logfile = /var/log/smsd/smsd.log >+ loglevel = 7 >+ user = smstools >++infofile = /var/run/smsd/smsd.working >++pidfile = /var/run/smsd/smsd.pid >+ # 3.1.5 introduced smart logging >+ # once your configuration is OK, set log level lower (5 is good in most cases) >+ smart_logging = yes >+diff -ur smstools3.orig/examples/smsd.conf.full smstools3/examples/smsd.conf.full >+--- smstools3.orig/examples/smsd.conf.full 2012-11-01 13:18:15.644716237 +0000 >++++ smstools3/examples/smsd.conf.full 2012-11-01 13:19:23.353936059 +0000 >+@@ -38,8 +38,8 @@ >+ #internal_combine = no >+ #user = smstools >+ #group = dialout >+-#infofile = /var/run/sms/smsd.working >+-#pidfile = /var/run/sms/smsd.pid >++infofile = /var/run/smsd/smsd.working >++pidfile = /var/run/smsd/smsd.pid >+ #keep_filename = no >+ #store_original_filename = yes >+ #regular_run = /var/spool/sms/regular_run
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 872183
: 636681 |
636682