periodic.8 (98849115065f3203c1570734843a296af55fb076) periodic.8 (5e75e35cca2eb446c514ea7c13a6be832fc8602a)
1.\" Copyright (c) 1997 FreeBSD, Inc.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 59 unchanged lines hidden (view full) ---

68.Nm
69program will run each executable file in the directory or directories
70specified.
71If a file does not have the executable bit set, it is silently ignored.
72.Pp
73Each script is required to exit with one of the following values:
74.Bl -tag -width XXXX
75.It 0
1.\" Copyright (c) 1997 FreeBSD, Inc.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 59 unchanged lines hidden (view full) ---

68.Nm
69program will run each executable file in the directory or directories
70specified.
71If a file does not have the executable bit set, it is silently ignored.
72.Pp
73Each script is required to exit with one of the following values:
74.Bl -tag -width XXXX
75.It 0
76The script has produced nothing notable in it's output.
76The script has produced nothing notable in its output.
77The
78.Va <basedir>_show_success
79variable controls the masking of this output.
80.It 1
77The
78.Va <basedir>_show_success
79variable controls the masking of this output.
80.It 1
81The script has produced some notable information in it's output.
81The script has produced some notable information in its output.
82The
83.Va <basedir>_show_info
84variable controls the masking of this output.
85.It 2
86The script has produced some warnings due to invalid configuration settings.
87The
88.Va <basedir>_show_badconfig
89variable controls the masking of this output.

--- 143 unchanged lines hidden ---
82The
83.Va <basedir>_show_info
84variable controls the masking of this output.
85.It 2
86The script has produced some warnings due to invalid configuration settings.
87The
88.Va <basedir>_show_badconfig
89variable controls the masking of this output.

--- 143 unchanged lines hidden ---