- Fix initscript to use the config file properly
epel9
Rahul Sundaram 15 years ago
parent 6e69fe300e
commit 6f05493e3e

@ -1 +1 @@
transmission-1.83.tar.xz transmission-1.90.tar.xz

@ -1 +1 @@
2714db4c58c404bffaea8a33653b8155 transmission-1.83.tar.xz b7f109121d3620ed8db5c05f66c0def0 transmission-1.90.tar.xz

@ -24,9 +24,10 @@ DAEMON_ARGS="-T --blocklist -g $TRANSMISSION_HOME/.config/transmission"
# Config overrides # Config overrides
[ -f /etc/sysconfig/transmission-daemon ] && .
/etc/sysconfig/transmission-daemon
if [ -f /etc/sysconfig/transmission-daemon ]; then
. /etc/sysconfig/transmission-daemon
fi
# Daemon # Daemon
NAME=transmission-daemon NAME=transmission-daemon

@ -1,6 +1,6 @@
Name: transmission Name: transmission
Version: 1.83 Version: 1.90
Release: 3%{?dist} Release: 1%{?dist}
Summary: A lightweight GTK+ BitTorrent client Summary: A lightweight GTK+ BitTorrent client
Group: Applications/Internet Group: Applications/Internet
@ -184,6 +184,10 @@ update-desktop-database > /dev/null 2>&1 || :
%{_datadir}/applications/qtr.desktop %{_datadir}/applications/qtr.desktop
%changelog %changelog
* Wed Feb 17 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 1.90-1
- http://trac.transmissionbt.com/browser/trunk/NEWS#L1
- Fix initscript to use the config file properly
* Wed Feb 10 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 1.83-3 * Wed Feb 10 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 1.83-3
- rhbz #563090 - fixed config for daemon initscript - rhbz #563090 - fixed config for daemon initscript

Loading…
Cancel
Save