From owner-freebsd-doc Mon Oct 23 23:20: 5 2000 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 494FC37B4C5 for ; Mon, 23 Oct 2000 23:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA85999; Mon, 23 Oct 2000 23:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id CACF537B479; Mon, 23 Oct 2000 23:17:03 -0700 (PDT) Message-Id: <20001024061703.CACF537B479@hub.freebsd.org> Date: Mon, 23 Oct 2000 23:17:03 -0700 (PDT) From: koich@cac.co.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: docs/22267: Some mistakes and fixes in periodic.conf.5 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22267 >Category: docs >Synopsis: Some mistakes and fixes in periodic.conf.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 23 23:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: SUZUKI Koichi >Release: FreeBSD 4.1.1 >Organization: >Environment: >Description: I found some mistakes in periodic.conf.5 rev 1.8.2.5. 1. daily_status_uucp_enable has same discription of daily_uuclean_enable. This variable invokes uustat. 2. weekly_clean_kvmdb_verbose affects to 'weekly' output. and a trivial fix. >How-To-Repeat: >Fix: --- periodic.conf.5.org Sat Sep 30 13:14:51 2000 +++ periodic.conf.5 Tue Oct 24 14:52:39 2000 @@ -297,7 +297,7 @@ .Ar daily_status_disks_df_flags .Pc and -.Ic dump W . +.Ic dump -W . .It Ar daily_status_disks_df_flags (str) Set to the arguments for the .Xr df 1 @@ -309,7 +309,7 @@ (bool) Set to .Dq YES if you want to run -.Pa /etc/uuclean.daily . +.Ic uustat -a . .It Ar daily_status_network_enable (bool) Set to .Dq YES @@ -406,7 +406,7 @@ .It Ar weekly_clean_kvmdb_verbose (bool) Set to .Dq YES -if you want the removed files to be reported in your daily output. +if you want the removed files to be reported in your weekly output. .It Ar weekly_uucp_enable (bool) Set to .Dq YES >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message