rpms/boinc-client/devel boinc-client-init-d, 1.4, 1.5 boinc-client.spec, 1.18, 1.19

Miloš Jakubíček mjakubicek at fedoraproject.org
Sat Dec 13 14:03:27 UTC 2008


Author: mjakubicek

Update of /cvs/pkgs/rpms/boinc-client/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30846

Modified Files:
	boinc-client-init-d boinc-client.spec 
Log Message:
- Fix usage of $BOINCDIR in the init script




Index: boinc-client-init-d
===================================================================
RCS file: /cvs/pkgs/rpms/boinc-client/devel/boinc-client-init-d,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- boinc-client-init-d	4 Aug 2008 21:03:39 -0000	1.4
+++ boinc-client-init-d	13 Dec 2008 14:02:56 -0000	1.5
@@ -67,11 +67,6 @@
 LOGFILE=/var/log/boinc.log
 ERRORLOG=/var/log/boincerr.log
 
-# BOINC options: for the command line when running the client.  
-# Be aware that --allow_remote_gui_rpc opens up your machine to the world!
-#
-#BOINCOPTS="--allow_remote_gui_rpc"   
-BOINCOPTS="--daemon"
 
 # Subsys lock file ...
 
@@ -122,6 +117,12 @@
   exit 7
 fi
 
+# BOINC options: for the command line when running the client.  
+# Be aware that --allow_remote_gui_rpc opens up your machine to the world!
+#
+#BOINCOPTS="--allow_remote_gui_rpc"   
+BOINCOPTS="--daemon --dir $BOINCDIR"
+
 
 # Some additional places to look for the client executable
 # (Should do this after init.d/functions and sysconfig/boinc, which sets PATH)
@@ -152,7 +153,7 @@
 ## Functions: $1 is one of  start|stop|status|reload|restart
 
 case "$1" in
-  start)          
+  start) 
 	cd $BOINCDIR
 
         if [ ! -d projects ] ; then


Index: boinc-client.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boinc-client/devel/boinc-client.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- boinc-client.spec	26 Aug 2008 22:04:01 -0000	1.18
+++ boinc-client.spec	13 Dec 2008 14:02:56 -0000	1.19
@@ -4,7 +4,7 @@
 Summary:	The BOINC client core
 Name:		boinc-client
 Version:	6.2.15
-Release:	1.%{snap}svn%{?dist}
+Release:	2.%{snap}svn%{?dist}
 License:	LGPLv2+
 Group:		Applications/Engineering
 URL:		http://boinc.berkeley.edu/
@@ -270,6 +270,9 @@
 %{_includedir}/BOINC/*
 
 %changelog
+* Sat Dec 13 2008 Milos Jakubicek <xjakub at fi.muni.cz> - 6.2.15-2.20080818svn
+- Fix usage of $BOINCDIR in the init script
+
 * Tue Aug 19 2008 Milos Jakubicek <xjakub at fi.muni.cz> - 6.2.15-1.20080818svn
 - Update to 6.2.15
 - Removed the 'noexec' script (fixed upstream)




More information about the fedora-extras-commits mailing list