From owner-freebsd-multimedia@FreeBSD.ORG Wed Mar 21 18:06:03 2007 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7313816A400 for ; Wed, 21 Mar 2007 18:06:03 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id F3CAD13C46C for ; Wed, 21 Mar 2007 18:06:02 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so1008778nfc for ; Wed, 21 Mar 2007 11:06:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LwB02m8Tl0eB/yrHxx3Wz6o6Kv1DZ12o/+khomwtcpjjOY71oOuF/jfCnGsMgRRPjqQbjDVDZ212g+TngdmBzRqTOZVwn4XF0m1D6LHw9NHLhy6Y2DEJCTDz5+zTNbdyP84j4e14khULVkDa+a++4lvol+oJFSUFlmD9GlZfr3U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jiCDwkeIrKh+Ac01aJ5XVHUqBcyfHxp+gTNI5FRmcWjFEziLjD5a3BwAQxKfXXJvIVUbibxxxKCrF0ftOTHSL2+MaNsTGDN0ULCSrfiW5B5v5Np1D+oi7s1aJsQcuYptn8x9VIhrqyfymZt/UQNrFnNAOVVaq6PkrFD+rnU/gcg= Received: by 10.82.136.4 with SMTP id j4mr2159182bud.1174500361593; Wed, 21 Mar 2007 11:06:01 -0700 (PDT) Received: by 10.82.191.16 with HTTP; Wed, 21 Mar 2007 11:06:01 -0700 (PDT) Message-ID: <80f4f2b20703211106pa3ae0c8qb918e4444724aeff@mail.gmail.com> Date: Wed, 21 Mar 2007 14:06:01 -0400 From: "Jim Stapleton" To: freebsd-multimedia@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <80f4f2b20703211052q3e23a6b8lafbb30975fd1a5ac@mail.gmail.com> Subject: Re: creating rc.d scripts X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2007 18:06:03 -0000 I forgot to mentions, sorry, doing $ /usr/local/etc/rc.d/sb_server start works just fine. I used "/usr/bin/env python" because I would like to add this to the port that installs the server this script starts, and I cannot be certain that python will be installed in "/usr/local/bin", instead of some other path directory (can I? Is this even a concern porters should take into account?) Thanks for the information. I'll reboot the machine and see if sendmail is dead when I get home. -Jim Stapleton > Your rc script is probably not working because it might not find > python under /usr/local/bin unless you explicitly set $PATH to > include that directory.