public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: James Hogarth <james.hogarth@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/sslh] epel10.2: fix systemd unit variable bug
Date: Sun, 21 Jun 2026 02:50:58 GMT	[thread overview]
Message-ID: <178201025818.1.15183882897576223898.rpms-sslh-d1ac2782381b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/sslh
Branch : epel10.2
Commit : d1ac2782381bbecc7c2894f62023443dc6acf428
Author : James Hogarth <james.hogarth@gmail.com>
Date   : 2015-09-17T16:31:44+01:00
Stats  : +3/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/sslh/c/d1ac2782381bbecc7c2894f62023443dc6acf428?branch=epel10.2

Log:
fix systemd unit variable bug

---
diff --git a/00-systemd-tuning.patch b/00-systemd-tuning.patch
index 52df1f6..e63410e 100644
--- a/00-systemd-tuning.patch
+++ b/00-systemd-tuning.patch
@@ -32,7 +32,7 @@ index c2a69fd..b4d0c49 100644
 -EnvironmentFile=/etc/conf.d/sslh
 -ExecStart=/usr/bin/sslh --foreground $DAEMON_OPTS
 +EnvironmentFile=/etc/sysconfig/sslh
-+ExecStart=/usr/sbin/sslh ${DAEMON_OPTS}
++ExecStart=/usr/sbin/sslh $DAEMON_OPTS
  KillMode=process
 +CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_NET_ADMIN CAP_SETGID CAP_SETUID
 +PrivateTmp=true

diff --git a/sslh.spec b/sslh.spec
index 837625e..e019c3d 100644
--- a/sslh.spec
+++ b/sslh.spec
@@ -98,6 +98,8 @@ exit 0
 
 
 %changelog
+* Thu Sep 17 2015 James Hogarth <james.hogarth@gmail.com> - 1.17-4
+- Bug un systemd unit with incorrect variable usage BZ#1264140
 * Mon Jul 20 2015 James Hogarth <james.hogarth@gmail.com> - 1.17-3
 - Make sslh.cfg argument overrideable from sysconfig BZ#1221320
 * Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-2

                 reply	other threads:[~2026-06-21  2:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178201025818.1.15183882897576223898.rpms-sslh-d1ac2782381b@fedoraproject.org \
    --to=james.hogarth@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox