Lines Matching +full:- +full:- +full:yes

3 # This is defaults/periodic.conf - a file full of useful variables that
19 _localbase=`/sbin/sysctl -n user.localbase 2> /dev/null`
39 # with the output of the sub-programs that are run, and where to send
43 daily_diff_flags="-b -U 0" # flags for diff output
45 daily_show_success="YES" # scripts returning 0
46 daily_show_info="YES" # scripts returning 1
49 # 100.clean-disks
51 daily_clean_disks_files="[#,]* .#* a.out *.core *.CKP .emacs_[0-9]*"
53 daily_clean_disks_verbose="YES" # Mention files deleted
55 # 110.clean-tmps
59 daily_clean_tmps_ignore=".X*-lock .X11-unix .ICE-unix .font-unix .XIM-unix"
63 daily_clean_tmps_verbose="YES" # Mention files deleted
65 # 120.clean-preserve
66 daily_clean_preserve_enable="YES" # Delete files daily
68 daily_clean_preserve_verbose="YES" # Mention files deleted
70 # 130.clean-msgs
71 daily_clean_msgs_enable="YES" # Delete msgs daily
74 # 140.clean-rwho
75 daily_clean_rwho_enable="YES" # Delete rwho daily
77 daily_clean_rwho_verbose="YES" # Mention files deleted
79 # 150.clean-hoststat
80 daily_clean_hoststat_enable="YES" # Purge sendmail host
83 # 200.backup-passwd
84 daily_backup_passwd_enable="YES" # Backup passwd & group
86 # 210.backup-aliases
87 daily_backup_aliases_enable="YES" # Backup mail aliases
89 # 221.backup-gpart
90 if [ $(sysctl -n security.jail.jailed) = 0 ]; then
92 daily_backup_gpart_enable="YES"
99 # 222.backup-gmirror
103 # 223.backup-zfs
109 daily_backup_zpool_list_flags="-v" # flags passed to `zpool list`
113 daily_calendar_enable="NO" # Run calendar -a
116 daily_accounting_enable="YES" # Rotate acct files
118 daily_accounting_flags=-q # Flags to /usr/sbin/sa
121 # 400.status-disks
122 daily_status_disks_enable="YES" # Check disk status
123 daily_status_disks_df_flags="-l -h" # df(1) flags for check
125 # 401.status-graid
128 # 404.status-zfs
130 daily_status_zfs_zpool_list_enable="YES" # List ZFS pools
132 # 406.status-gmirror
135 # 407.status-graid3
138 # 408.status-gstripe
141 # 409.status-gconcat
144 # 410.status-mfi
147 # 420.status-network
148 daily_status_network_enable="YES" # Check network status
149 daily_status_network_usedns="YES" # DNS lookups are ok
150 daily_status_network_netstat_flags="-d -W" # netstat(1) flags
152 # 430.status-uptime
153 daily_status_uptime_enable="YES" # Check system uptime
155 # 440.status-mailq
156 daily_status_mailq_enable="YES" # Check mail status
158 daily_status_include_submit_mailq="YES" # Also submit queue
160 # 450.status-security
161 daily_status_security_enable="YES" # Security check
166 # 460.status-mail-rejects
167 daily_status_mail_rejects_enable="YES" # Check mail rejects
171 # 480.leapfile-ntpd
172 daily_ntpd_leapfile_enable="YES" # Fetch NTP leapfile
174 # 480.status-ntpd
178 daily_queuerun_enable="YES" # Run mail queue
179 daily_submit_queuerun="YES" # Also submit queue
181 # 510.status-world-kernel
182 daily_status_world_kernel="YES" # Check the running
185 # 800.scrub-zfs
191 # 801.trim-zfs
194 daily_trim_zfs_flags="" # zpool-trim(8) flags
203 # with the output of the sub-programs that are run, and where to send
208 weekly_show_success="YES" # scripts returning 0
209 weekly_show_info="YES" # scripts returning 1
213 weekly_locate_enable="YES" # Update locate weekly
216 weekly_whatis_enable="YES" # Update whatis weekly
222 # 450.status-security
223 weekly_status_security_enable="YES" # Security check
235 # with the output of the sub-programs that are run, and where to send
240 monthly_show_success="YES" # scripts returning 0
241 monthly_show_info="YES" # scripts returning 1
245 monthly_accounting_enable="YES" # Login accounting
247 # 450.status-security
248 monthly_status_security_enable="YES" # Security check
259 security_show_success="YES" # scripts returning 0
260 security_show_info="YES" # scripts returning 1
264 # daily and weekly 450.status-security.
266 security_status_diff_flags="-b -U 0" # flags for diff output
270 # - NO: do not run at all
271 # - daily: only run during the daily security status
272 # - weekly: only run during the weekly security status
273 # - monthly: only run during the monthly security status
278 security_status_chksetuid_enable="YES"
282 security_status_neggrpperm_enable="YES"
286 security_status_chkmounts_enable="YES"
293 security_status_chkuid0_enable="YES"
297 security_status_passwdless_enable="YES"
301 security_status_logincheck_enable="YES"
305 security_status_ipfwdenied_enable="YES"
309 security_status_ipfdenied_enable="YES"
313 security_status_pfdenied_enable="YES"
318 security_status_ipfwlimit_enable="YES"
322 security_status_ipf6denied_enable="YES"
326 security_status_kernelmsg_enable="YES"
330 security_status_loginfail_enable="YES"
334 security_status_tcpwrap_enable="YES"
342 if [ -z "${source_periodic_confs_defined}" ]; then
343 source_periodic_confs_defined=yes
350 [ -n "$PERIODIC_IS_INTERACTIVE" ] && return
351 if [ -f "$PERIODIC_ANTICONGESTION_FILE" ]; then
352 rm -f $PERIODIC_ANTICONGESTION_FILE
353 sleep `jot -r 1 0 ${anticongestion_sleeptime}`
415 [ -r $i ] && . $i