View | Details | Raw Unified | Return to bug 30471 | Differences between
and this patch

Collapse All | Expand All

(-)periodic.conf (+4 lines)
Lines 28-33 Link Here
28
# wish to log the daily output and have the files rotated by newsyslog(8)
28
# wish to log the daily output and have the files rotated by newsyslog(8)
29
#
29
#
30
daily_output="root"					# user or /file
30
daily_output="root"					# user or /file
31
daily_output_clobber="NO"				# truncate /file?
31
daily_show_success="YES"				# scripts returning 0
32
daily_show_success="YES"				# scripts returning 0
32
daily_show_info="YES"					# scripts returning 1
33
daily_show_info="YES"					# scripts returning 1
33
daily_show_badconfig="NO"				# scripts returning 2
34
daily_show_badconfig="NO"				# scripts returning 2
Lines 113-118 Link Here
113
daily_status_security_enable="YES"			# Security check
114
daily_status_security_enable="YES"			# Security check
114
daily_status_security_inline="NO"			# Run inline ?
115
daily_status_security_inline="NO"			# Run inline ?
115
daily_status_security_output="root"			# user or /file
116
daily_status_security_output="root"			# user or /file
117
daily_status_security_output_clobber="NO"		# truncate /file?
116
daily_status_security_noamd="NO"			# Don't check amd mounts
118
daily_status_security_noamd="NO"			# Don't check amd mounts
117
daily_status_security_nomfs="NO"			# Don't check mfs mounts
119
daily_status_security_nomfs="NO"			# Don't check mfs mounts
118
120
Lines 139-144 Link Here
139
# wish to log the weekly output and have the files rotated by newsyslog(8)
141
# wish to log the weekly output and have the files rotated by newsyslog(8)
140
#
142
#
141
weekly_output="root"					# user or /file
143
weekly_output="root"					# user or /file
144
weekly_output_clobber="NO"				# truncate /file?
142
weekly_show_success="YES"				# scripts returning 0
145
weekly_show_success="YES"				# scripts returning 0
143
weekly_show_info="YES"					# scripts returning 1
146
weekly_show_info="YES"					# scripts returning 1
144
weekly_show_badconfig="NO"				# scripts returning 2
147
weekly_show_badconfig="NO"				# scripts returning 2
Lines 179-184 Link Here
179
# wish to log the monthly output and have the files rotated by newsyslog(8)
182
# wish to log the monthly output and have the files rotated by newsyslog(8)
180
#
183
#
181
monthly_output="root"					# user or /file
184
monthly_output="root"					# user or /file
185
monthly_output_clobber="NO"				# truncate /file?
182
monthly_show_success="YES"				# scripts returning 0
186
monthly_show_success="YES"				# scripts returning 0
183
monthly_show_info="YES"					# scripts returning 1
187
monthly_show_info="YES"					# scripts returning 1
184
monthly_show_badconfig="NO"				# scripts returning 2
188
monthly_show_badconfig="NO"				# scripts returning 2

Return to bug 30471