Bug 20841

Summary: variable misspelled in /etc/periodic/daily/100.clean-disks
Product: Base System Reporter: klikes <klikes>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1-STABLE   
Hardware: Any   
OS: Any   

Description klikes 2000-08-25 15:30:01 UTC
Configuration variable is spelled "daily_clean_disks_files" in /etc/defaults/periodic.conf but
referenced as "daily_clean_disk_files" (notice the missing 's' in 'disks') in 
/etc/periodic/daily/100.clean-disks.  This causes the script to not run, even if enabled.

Fix: 

Correct spelling of variable to daily_clean_disks_files.
How-To-Repeat: 
Configure script to run, and attempt to run manually.
Comment 1 Brian Somers freebsd_committer freebsd_triage 2000-08-25 19:51:19 UTC
State Changed
From-To: open->closed

Fixed in -current and -stable