On Sun, Mar 14, 2010 at 3:00 PM, <[email protected]> wrote: > The following reply was made to PR conf/129697; it has been noted by GNATS. > > From: [email protected] > To: [email protected], [email protected] > Cc: [email protected] > Subject: Re: conf/129697: [patch] fix misbehavior of > periodic/daily/100.clean-disks vs. port lang/sbcl > Date: Sun, 14 Mar 2010 15:55:25 +0200 > > Very weird logic in the explanation why... With this logic, all ports which > need *_enable="YES" > in 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="YES" you can also add at the same time in this file: daily_clean_disks_files=whatever you want This logic is not weird and it does not apply to all ports. Cheers, Antoine _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
