X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from lists.alpinelinux.org (alpinelinux.org [208.74.141.33]) by lists.alpinelinux.org (Postfix) with ESMTP id C4D59170000B8 for ; Thu, 28 Aug 2008 13:18:15 +0000 (UTC) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by lists.alpinelinux.org (Postfix) with ESMTP id 78E52170000B6 for ; Thu, 28 Aug 2008 13:18:15 +0000 (UTC) Received: by ug-out-1314.google.com with SMTP id 29so1135907ugo.18 for ; Thu, 28 Aug 2008 06:18:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=ffQ2ZuKLRzNHQ3tSdrgXxJL0sneofpFa6lAwWUG0A6o=; b=UlYouQtDp8880yxCqp7PiVCfIFAvPypBLW+a/uitznJSuP9VveyNV4uaxd3p450Of/ O2+sy4ns8rcmAe7XgwYXrVGnardOutatHPeIO9D6nRSuOyfmhMtyGI+K3BdDMe84AL/g qQp8eULYip9ti5bIbxwUgFP8o2+shUseXjW+4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=NmSg5+UhCYdNisQnZw6gaPvX2IfOoZB5m6hwQ0/WQcTXhb9ek5ovWQvSHWaa9N7xA1 MvAux+TAZdCzXRQsAU1MEEasqf9U0FSeTYWphtgeaNjmnlQA1++dYbDiGufeAxr4Q4qd ToQzE/0oJtDvx7LXdG6m51X2rUkgmzljmznCc= Received: by 10.67.87.6 with SMTP id p6mr3374428ugl.14.1219929493946; Thu, 28 Aug 2008 06:18:13 -0700 (PDT) Received: from ?10.65.0.5? ( [90.149.195.12]) by mx.google.com with ESMTPS id 7sm1137270eyg.0.2008.08.28.06.18.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 28 Aug 2008 06:18:13 -0700 (PDT) Subject: Re: [alpine-devel] Fetchmail ACF From: Natanael Copa To: Ted Trask Cc: alpine-devel@lists.alpinelinux.org In-Reply-To: <980279.14612.qm@web50202.mail.re2.yahoo.com> References: <980279.14612.qm@web50202.mail.re2.yahoo.com> Content-Type: text/plain Date: Thu, 28 Aug 2008 15:18:11 +0200 Message-Id: <1219929491.7382.5.camel@nc.nor.wtbts.org> X-Mailinglist: alpine-devel Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP on lists.alpinelinux.org Thu Aug 28 13:18:15 2008 +0000 (UTC) On Thu, 2008-08-28 at 06:04 -0700, Ted Trask wrote: > I'm working on the ACF for fetchmail. cool! > I'm looking for opinions (or a consensus) on how to run fetchmail. > Should it be run as a cron job (in which case, we'll have to decide > how to manage cron) or as a daemon (in which case we'll have to create > an init.d script)? Ideas? Thanks. Looking closer, its a bug really, since there should really be an init.d script. good catch. I suggest we use the init.d script since its easier to handle this service like other services. (think enable/disable, is it running? etc) It will be included in the upcomming alpine-1.7.21 beta1 release. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---