rpms/bittorrent/devel bittorrent.spec, 1.27, 1.28 btseed.init, 1.4, 1.5

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Thu Oct 13 11:49:03 UTC 2005


Author: pghmcfc

Update of /cvs/extras/rpms/bittorrent/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31720

Modified Files:
	bittorrent.spec btseed.init 
Log Message:
Append to seed log file instead of overwriting it



Index: bittorrent.spec
===================================================================
RCS file: /cvs/extras/rpms/bittorrent/devel/bittorrent.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- bittorrent.spec	13 Oct 2005 10:23:30 -0000	1.27
+++ bittorrent.spec	13 Oct 2005 11:49:01 -0000	1.28
@@ -4,7 +4,7 @@
 
 Name:           bittorrent
 Version:        4.1.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        BitTorrent swarming network file transfer tool
 
 Group:          Applications/Internet
@@ -217,6 +217,9 @@
 %{_datadir}/icons/hicolor/48x48/apps/bittorrent.png
 
 %changelog
+* Thu Oct 13 2005 Paul Howarth <paul at city-fan.org> 4.1.6-2
+- append to seed log file instead of overwriting it
+
 * Thu Oct 13 2005 Paul Howarth <paul at city-fan.org> 4.1.6-1
 - update to 4.1.6
 


Index: btseed.init
===================================================================
RCS file: /cvs/extras/rpms/bittorrent/devel/btseed.init,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- btseed.init	18 Aug 2005 11:39:13 -0000	1.4
+++ btseed.init	13 Oct 2005 11:49:01 -0000	1.5
@@ -31,7 +31,7 @@
 case "$1" in
   start)
 	echo -n $"Starting BitTorrent seed client: "
-	runuser -s /bin/sh -c "$prog $OPTIONS $DIR" $btuser &> $SEEDLOG &
+	runuser -s /bin/sh -c "$prog $OPTIONS $DIR" $btuser >> $SEEDLOG 2>&1 &
 	disown -ar
 	usleep 500000
 	status btseed &> /dev/null && echo_success || echo_failure




More information about the fedora-extras-commits mailing list