Deleted Added
full compact
periodic.8 (71107) periodic.8 (75531)
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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/usr.sbin/periodic/periodic.8 71107 2001-01-16 11:52:00Z ru $
25.\" $FreeBSD: head/usr.sbin/periodic/periodic.8 75531 2001-04-15 19:53:47Z dd $
26.\"
27.Dd August 13, 1997
28.Os FreeBSD
29.Dt PERIODIC 8
30.Sh NAME
31.Nm periodic
32.Nd
33run periodic system functions

--- 34 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
26.\"
27.Dd August 13, 1997
28.Os FreeBSD
29.Dt PERIODIC 8
30.Sh NAME
31.Nm periodic
32.Nd
33run periodic system functions

--- 34 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 ---