public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/transmission] epel10: corrected init script for bug #560180
@ 2026-07-20 20:36 Ankur Sinha
  0 siblings, 0 replies; only message in thread
From: Ankur Sinha @ 2026-07-20 20:36 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-20 20:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 20:36 [rpms/transmission] epel10: corrected init script for bug #560180 Ankur Sinha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox