Deleted Added
full compact
periodic.conf.5 (130104) periodic.conf.5 (130582)
1.\"-
2.\" Copyright (c) 2000 Brian Somers <brian@Awfulhak.org>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\"-
2.\" Copyright (c) 2000 Brian Somers <brian@Awfulhak.org>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/share/man/man5/periodic.conf.5 130104 2004-06-05 03:01:20Z ceri $
26.\" $FreeBSD: head/share/man/man5/periodic.conf.5 130582 2004-06-16 08:33:57Z ru $
27.\"
27.\"
28.Dd June 22, 2000
28.Dd May 30, 2004
29.Dt PERIODIC.CONF 5
30.Os
31.Sh NAME
32.Nm periodic.conf
33.Nd periodic job configuration information
34.Sh DESCRIPTION
35The file
36.Nm

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

654If unset, the
655.Xr pkg_version 1
656program is used.
657As an example, this variable might be set to
658.Dq portversion
659if the portupgrade port has been installed.
660.It Va pkg_version_index
661.Pq Vt string
29.Dt PERIODIC.CONF 5
30.Os
31.Sh NAME
32.Nm periodic.conf
33.Nd periodic job configuration information
34.Sh DESCRIPTION
35The file
36.Nm

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

654If unset, the
655.Xr pkg_version 1
656program is used.
657As an example, this variable might be set to
658.Dq portversion
659if the portupgrade port has been installed.
660.It Va pkg_version_index
661.Pq Vt string
662This variable specifies the INDEX file from
662This variable specifies the
663.Pa INDEX
664file from
663.Pa /usr/ports
664that should be used by
665.Xr pkg_version 1 .
666Because the dependency tree may be substantially different between versions of
667.Fx ,
665.Pa /usr/ports
666that should be used by
667.Xr pkg_version 1 .
668Because the dependency tree may be substantially different between versions of
669.Fx ,
668there may be more than one INDEX file in
670there may be more than one
671.Pa INDEX
672file in
669.Pa /usr/ports .
670.Pp
671Note, if the
672.Va pkg_version
673variable is set to
673.Pa /usr/ports .
674.Pp
675Note, if the
676.Va pkg_version
677variable is set to
674.Dq portversion ,
675it will also be necessary to arrange that the correct INDEX file is specified
678.Dq Li portversion ,
679it will also be necessary to arrange that the correct
680.Pa INDEX
681file is specified
676using environment variables and that
682using environment variables and that
677.Dq pkg_version_index
683.Va pkg_version_index
678is cleared in
679.Pa /etc/periodic.conf
684is cleared in
685.Pa /etc/periodic.conf
680.Pq pkg_version_index= .
686.Pq Dq Li pkg_version_index= .
681.It Va weekly_local
682.Pq Vt str
683Set to a list of extra scripts that should be run after all other
684weekly scripts.
685All scripts must be absolute path names.
686.El
687.Pp
688The following variables are used by the standard scripts that reside in

--- 53 unchanged lines hidden ---
687.It Va weekly_local
688.Pq Vt str
689Set to a list of extra scripts that should be run after all other
690weekly scripts.
691All scripts must be absolute path names.
692.El
693.Pp
694The following variables are used by the standard scripts that reside in

--- 53 unchanged lines hidden ---