From owner-cvs-all Wed Jul 5 6:17:38 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 45B1F37BE67; Wed, 5 Jul 2000 06:17:25 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 139p3J-0000N2-00; Wed, 05 Jul 2000 15:17:21 +0200 From: Sheldon Hearn To: Thomas Gellekum Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/audio/rplay Makefile ports/audio/rplay/files rplayd.sh ports/chinese/xemacs/files xemacs20.sh ports/comms/conserver Makefile ports/comms/conserver/files conserver.sh ports/comms/hylafax/files hylafax.sh.sample ... In-reply-to: Your message of "Wed, 05 Jul 2000 05:37:07 MST." <200007051237.FAA47588@freefall.freebsd.org> Date: Wed, 05 Jul 2000 15:17:21 +0200 Message-ID: <1427.962803041@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 05 Jul 2000 05:37:07 MST, Thomas Gellekum wrote: > Log: > As threatened on freebsd-ports: all startup scripts know about the two > options `start' and `stop' now (unless I have forgotten any). This allows > us to call the scripts from /etc/rc.shutdown with the correct option. Are you sure it's wise to use killall? I presume you used it everywhere, although I only looked at my own port, exim. It seems to me that it's better to look for a pidfile where one is specifically created for this purpose. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message