From owner-freebsd-ports Wed Jul 4 2:30: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A83637B406 for ; Wed, 4 Jul 2001 02:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f649U2P08230; Wed, 4 Jul 2001 02:30:02 -0700 (PDT) (envelope-from gnats) Received: from mail.noos.fr (verlaine.noos.net [212.198.2.73]) by hub.freebsd.org (Postfix) with ESMTP id 230EA37B403 for ; Wed, 4 Jul 2001 02:29:10 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 2056162 invoked by uid 0); 4 Jul 2001 09:17:52 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.73 (qmail-ldap-1.03) with SMTP for ; 4 Jul 2001 09:17:52 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.4/8.11.4) id f649HpS72366; Wed, 4 Jul 2001 11:17:51 +0200 (CEST) (envelope-from root) Message-Id: <200107040917.f649HpS72366@gits.dyndns.org> Date: Wed, 4 Jul 2001 11:17:51 +0200 (CEST) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28690: setiathome - pkg-plist is incomplete Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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