diff options
| author | Brian Somers <brian@FreeBSD.org> | 2001-03-15 23:25:55 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2001-03-15 23:25:55 +0000 |
| commit | b045a5d8a9ed2996e13df8ee808f2a304723ce22 (patch) | |
| tree | 9d12e712a74b52902e28dfc0672724b3613bff80 | |
| parent | 09ef0b3c853d2710178dc6d02048dadaecc06988 (diff) | |
Notes
| -rw-r--r-- | etc/defaults/periodic.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/periodic.conf b/etc/defaults/periodic.conf index a5aee1bda45f..9e0e5946370c 100644 --- a/etc/defaults/periodic.conf +++ b/etc/defaults/periodic.conf @@ -71,7 +71,7 @@ daily_backup_passwd_enable="YES" # Backup passwd & group daily_backup_aliases_enable="YES" # Backup mail aliases # 220.backup-distfile -daily_backup_distfile_enable="YES" # rdist /etc/Distfile +daily_backup_distfile_enable="YES" # Backup /etc/Distfile # 300.calendar daily_calendar_enable="NO" # Run calendar -a |
