From owner-freebsd-bugs@FreeBSD.ORG Sun Mar 14 15:13:57 2010 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D320D106564A for ; Sun, 14 Mar 2010 15:13:57 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 67E058FC08 for ; Sun, 14 Mar 2010 15:13:56 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id e21so841166fga.13 for ; Sun, 14 Mar 2010 08:13:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=CYtJRf/qbOCnq9xkVqDUXRN5h50Ky3jiRxzygUUJLSo=; b=Q7M08hhY4SBvw1+1mPppWErYRFB3Z3cOdHHDXHnG1zrmCp5WXcMsrayyNRvT9IuE8l Q3tkWmWdJ8JU2RiLP5OvHyl8KYnOZ7jSDloTfBeRQxI72RwqEwKlTSzAS3TbZozHuY+/ y/jpjol55RlkIlNJ2VHCdNqZOSpzjwunD/W5o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=mklcJFAbwkBjFvilUz2o6g//ZZHFtsTwZw0JcmVjLfrByeC30vtbtPCLddSC50+USh JQmuIoXwM9IUZqfF3Li+ePa+gTnE9zTEMDX1BHHlIixK4yhE6i6jTu+9Tx6F/3Cj7IsT +nYT+4zU1i5lEbgJuvhGE/Hbd37QG+pqBPCJ8= MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 10.239.137.197 with SMTP id m5mr736019hbm.62.1268577977322; Sun, 14 Mar 2010 07:46:17 -0700 (PDT) In-Reply-To: <201003141400.o2EE0K5x002889@freefall.freebsd.org> References: <201003141400.o2EE0K5x002889@freefall.freebsd.org> Date: Sun, 14 Mar 2010 15:46:17 +0100 X-Google-Sender-Auth: 2b76a703a4ade841 Message-ID: From: Antoine Brodin To: chukharev@mail.ru Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-bugs@freebsd.org Subject: Re: conf/129697: [patch] fix misbehavior of periodic/daily/100.clean-disks vs. port lang/sbcl X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Mar 2010 15:13:57 -0000 On Sun, Mar 14, 2010 at 3:00 PM, wrote: > The following reply was made to PR conf/129697; it has been noted by GNAT= S. > > From: chukharev@mail.ru > To: bug-followup@freebsd.org, chukharev@mail.ru > Cc: brucec@freebsd.org > Subject: Re: conf/129697: [patch] fix misbehavior of > =A0periodic/daily/100.clean-disks vs. port lang/sbcl > Date: Sun, 14 Mar 2010 15:55:25 +0200 > > =A0Very weird logic in the explanation why... With this logic, all ports = which need *_enable=3D"YES" > =A0in rc.conf should never be fixed, which is definitely not the case. Well, if you want to enable this periodic script, you have to add this line to /etc/periodic.conf: daily_clean_disks_enable=3D"YES" you can also add at the same time in this file: daily_clean_disks_files=3Dwhatever you want This logic is not weird and it does not apply to all ports. Cheers, Antoine