From owner-freebsd-questions@FreeBSD.ORG Mon Apr 6 19:18:08 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC3541065843 for ; Mon, 6 Apr 2009 19:18:08 +0000 (UTC) (envelope-from claudiu.vasadi@gmail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id 40B888FC3C for ; Mon, 6 Apr 2009 19:18:08 +0000 (UTC) (envelope-from claudiu.vasadi@gmail.com) Received: by ewy19 with SMTP id 19so1968363ewy.43 for ; Mon, 06 Apr 2009 12:18:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:to:subject:from:cc :content-type:mime-version:references:content-transfer-encoding :message-id:in-reply-to:user-agent; bh=ZPJJzUC/7IBGC10MmnytQE2ICyEKj+/Bfuui4r6nEgk=; b=QpRfKu3U9XzzLTYtgUHQ2fC76D0YwkTvZ/TXqx2kWPnj0K4bWDD2XB8BCyKJ1IwZng ybwaBqW5kCb+TSbMiKJ2nbCsls1ajIBZidalLcdvfviBKGtZrD+vNZXJFBrWuCmFEdB1 7VhrslpQU1rhV/4c/j5rP07HiCpecbrkpaGVg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:to:subject:from:cc:content-type:mime-version:references :content-transfer-encoding:message-id:in-reply-to:user-agent; b=S33Vc/qVy/VjlgVZirh5CEzIJseiQHyaVELOZpMTCl1s0EPrybVXTds1b3Xzr83STZ x+Mnwtxi/UZxtsstiZF/0+ht5AG+jIITnBfNVvDmTb3iDSawOZuOXn7RfGbBC/SJmTPi EZArfkyQAX9fqBItYoEZ6mXL5baLwYbK1yib0= Received: by 10.216.21.194 with SMTP id r44mr1300402wer.80.1239045486825; Mon, 06 Apr 2009 12:18:06 -0700 (PDT) Received: from da1-desktop-x64 ([79.113.15.246]) by mx.google.com with ESMTPS id q9sm12442735gve.3.2009.04.06.12.18.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 06 Apr 2009 12:18:06 -0700 (PDT) Date: Mon, 06 Apr 2009 22:16:01 +0300 To: alexus From: "Vasadi I. Claudiu Florin" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 References: <6ae50c2d0904061119x7fd32cd3tf2b60fcd63395b80@mail.gmail.com> <6ae50c2d0904061141p65f3f4edrbfa3ee73167fd8fa@mail.gmail.com> <6ae50c2d0904061203g71f88587n8dc8461a6fb7622c@mail.gmail.com> <6ae50c2d0904061213j13457808xf2c0b1b0946ef19d@mail.gmail.com> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <6ae50c2d0904061213j13457808xf2c0b1b0946ef19d@mail.gmail.com> User-Agent: Opera Mail/9.64 (Win32) Cc: "freebsd-questions@freebsd.org" Subject: Re: bsnmpd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2009 19:18:10 -0000 > I guess I could put something in either /usr/local/etc/rc.d to kick > /etc/rc.d/bsnmpd script or maybe even put it in /etc/rc.local, but > that wouldn't be right way to go, as this should work from > /etc/rc.conf by itself... Yeah, it should. Did you check the execution bit on the script ? Is it set ?