X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by lists.alpinelinux.org (Postfix) with ESMTP id 28FDE3617A29 for ; Thu, 24 Jun 2010 09:34:52 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so1974280fga.7 for ; Thu, 24 Jun 2010 02:34:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=ETj0EO/pAIHbfydslISWehJ4d/sHxVxi0KLsduK7cxQ=; b=DZXLn/rw1IknBBlsCxVXwqFBvGc6eeniOWhg876tlg2EM2t0vMaWhNV1cMbmPHSL83 RS2EtKaYiHWpJC+cIbjZKCiBNrNJa3W9u05ceNod1iUwCHBO8dK2PbLYVFFkQ3ebT+Vs xFQeeB9g43DPXlV32H4Ov+hLJ8s4fjhM6ZIgs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=rByk7hSX5uf0wrAJEUQ655PmvpYCTVdqjasLvaGgqChArGpQu80Y10mcWv3iJtWsyG 7l2+vuMdq+pd5gopAZHqxKpeNnlyJgOWmCJp8YnRVKciZYb/v5aQ8CULd9ct0IwA9LqO qS5KCApXvNmnwGPPPSN8W9zG8Xbbruqo0hfvQ= X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.204.47.30 with SMTP id l30mr6415645bkf.139.1277372090810; Thu, 24 Jun 2010 02:34:50 -0700 (PDT) Received: by 10.204.120.208 with HTTP; Thu, 24 Jun 2010 02:34:50 -0700 (PDT) In-Reply-To: <4C097434.1030905@nothome.org> References: <4C09588E.7000007@nothome.org> <4C097434.1030905@nothome.org> Date: Thu, 24 Jun 2010 11:34:50 +0200 Message-ID: Subject: Re: [alpine-devel] Upcomming feature freeze for alpine 2.0.0 From: Natanael Copa To: Nathan Angelacos Cc: alpine-devel@lists.alpinelinux.org Content-Type: text/plain; charset=ISO-8859-1 On 6/4/10, Nathan Angelacos wrote: > On 06/04/10 13:59, Natanael Copa wrote: >> On Fri, Jun 4, 2010 at 7:48 PM, Nathan Angelacos >> wrote: >>> Here's a first hack at some of the packages: >>> >>>> collectd >>> >>> (1/1) Installing collectd (4.9.1-r2) >>> >>> Daemon starts; no init.d script yet >> >> so this needs to be done. >> > > Attached is a init script; however, there's a few things that could be > fixed: > > Config file is /etc/collectd.conf > recommend /etc/collectd/collectd.conf fixed. > PID file is /usr/var/run/collectd.pid > recommend /var/run/collectd.pid fixed. > Logging/collection dir is /usr/var/lib/collectd/ > recommend /var/lib/collectd/ fixed. > Also, the "network.so" module is loaded in the default collectd.conf, > but is not included in the package. network.so allows collectd to > send/receive logging data across the network - Should be included in the > package, or the collectd.conf should not load the module. fixed. commented out the module from default conf. And moved to main. Thanks! -- Natanael Copa --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---