Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jul 2001 11:17:51 +0200 (CEST)
From:      Cyrille Lefevre <clefevre@redirect.to>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28690: setiathome - pkg-plist is incomplete
Message-ID:  <200107040917.f649HpS72366@gits.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         28690
>Category:       ports
>Synopsis:       setiathome - pkg-plist is incomplete
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 04 02:30:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
ACME
>Environment:
System: FreeBSD gits 4.3-STABLE FreeBSD 4.3-STABLE #26: Wed May 23 12:46:38 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386

>Description:
	the pkg-plist file of the setiathome port is incomplete.
>How-To-Repeat:
	n/a
>Fix:

Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/astro/setiathome/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	2001/01/27 04:40:32	1.3
+++ pkg-plist	2001/07/04 00:20:15
@@ -1 +1,2 @@
+sbin/setiathome
 etc/rc.d/setiathome.sh
Index: files/setiathome.sh
===================================================================
RCS file: /home/ncvs/ports/astro/setiathome/files/setiathome.sh,v
retrieving revision 1.4
diff -u -r1.4 setiathome.sh
--- files/setiathome.sh	2001/01/28 08:53:51	1.4
+++ files/setiathome.sh	2001/04/09 02:00:37
@@ -1,5 +1,6 @@
 #!/bin/sh
-
+#
+# $FreeBSD$
 #
 # Start or stop setiathome, or set up working directory and register
 #
@@ -10,6 +11,7 @@
 seti_command=setiathome			# command name
 seti_std_args=-email			# command arguments for standard mode
 seti_reg_args=-login			# command arguments for register mode
+seti_proxy_args=			# proxy arguments
 seti_user=nobody			# user id to run as
 seti_nice=1				# nice level to run at
 seti_maxprocs=`sysctl -n hw.ncpu`	# max. number of processes to start
@@ -50,7 +52,7 @@
 			su -fm ${seti_user} -c "\
 				(cd ${seti_wrkdir}/${i} && \
 				 exec ${PREFIX}/${seti_bindir}/${seti_command} \
-				 ${seti_std_args} \
+				 ${seti_std_args} ${seti_proxy_args} \
 				 ${seti_nice+-nice} ${seti_nice} >/dev/null &)"
 			echo -n " SETI@home"
 		done
@@ -65,6 +67,7 @@
 		mkdir -p ${seti_wrkdir}
 		chown ${seti_user} ${seti_wrkdir}
 		chmod u=Xrw,g=Xr,o=Xr ${seti_wrkdir}
+		seti_dontlogin=no
 		if [ -f ${seti_wrkdir}/user_info.sah ]; then
 			echo "      It seems you have already registered with SETI@home.  Would you like"
 			echo -n "      to repeat the procedure? [Y/n] "
@@ -78,7 +81,7 @@
 			su -fm ${seti_user} -c "\
 				cd ${seti_wrkdir} && \
 				exec ${PREFIX}/${seti_bindir}/${seti_command} \
-				${seti_reg_args}"
+				${seti_reg_args} ${seti_proxy_args}"
 		fi
 
 		if [ ${seti_maxprocs} -gt 1 ]; then
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107040917.f649HpS72366>