public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ankur Sinha <ankursinha@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/transmission] epel10: corrected init script for bug #560180
Date: Mon, 20 Jul 2026 20:36:45 GMT [thread overview]
Message-ID: <178457980557.1.9859532030336456436.rpms-transmission-e4bdbe2c7f34@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/transmission
Branch : epel10
Commit : e4bdbe2c7f343d5b769da4f500c08f086730e223
Author : Ankur Sinha <ankursinha@fedoraproject.org>
Date : 2010-02-03T04:40:25+00:00
Stats : +6/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/transmission/c/e4bdbe2c7f343d5b769da4f500c08f086730e223?branch=epel10
Log:
corrected init script for bug #560180
---
diff --git a/transmission-daemon-init b/transmission-daemon-init
index 9ca2283..7e2871b 100755
--- a/transmission-daemon-init
+++ b/transmission-daemon-init
@@ -39,8 +39,8 @@ start() {
if [ -n "$TRANSMISSION_HOME" ]; then
export TRANSMISSION_HOME
fi
-
- su - $DAEMON_USER -c "$DAEMON $DAEMON_ARGS"
+
+ daemon --check $DAEMON --user $DAEMON_USER $DAEMON $DAEMON_ARGS
sleep 2
diff --git a/transmission.spec b/transmission.spec
index f34a9cd..e18e1c4 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -1,6 +1,6 @@
Name: transmission
Version: 1.83
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A lightweight GTK+ BitTorrent client
Group: Applications/Internet
@@ -177,6 +177,9 @@ update-desktop-database > /dev/null 2>&1 || :
%{_datadir}/applications/qtr.desktop
%changelog
+* Wed Feb 3 2010 Ankur Sinha <ankursinha@fedoraproject.org> - 1.83-2
+- Bugfix - #560180 - changed init script
+
* Sun Jan 31 2010 Ankur Sinha <ankursinha@fedoraproject.org> - 1.83-1
- New Release
- Fix 1.80 announce error that caused uploads and downloads to periodically freeze
reply other threads:[~2026-07-20 20:36 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=178457980557.1.9859532030336456436.rpms-transmission-e4bdbe2c7f34@fedoraproject.org \
--to=ankursinha@fedoraproject.org \
--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