diff options
author | brian <brian@FreeBSD.org> | 2002-09-25 03:01:42 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2002-09-25 03:01:42 +0000 |
commit | b9155304da025f935d34f191093267f40e40cdd2 (patch) | |
tree | b1d5a6d8e7a5a394ed7263040cd769bc4f58bdd7 /share | |
parent | 493e51a834fa2952c4fba0d3b62dd63219c2719a (diff) | |
download | FreeBSD-src-b9155304da025f935d34f191093267f40e40cdd2.zip FreeBSD-src-b9155304da025f935d34f191093267f40e40cdd2.tar.gz |
Add a pkg_version variable so that it's possible to run portsversion instead
of pkg_version in periodic/weekly/400.status-pkg.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/periodic.conf.5 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/share/man/man5/periodic.conf.5 b/share/man/man5/periodic.conf.5 index 96b3b2a..3b3d762 100644 --- a/share/man/man5/periodic.conf.5 +++ b/share/man/man5/periodic.conf.5 @@ -636,6 +636,20 @@ Set to if you want to use .Xr pkg_version 1 to list installed packages which are out of date. +.It Va pkg_version +.Pq Vt string +When +.Va weekly_status_pkg_enable +is set to +.Dq YES , +this variable specifies the program that is used to determine the out of +date packages. +If unset, the +.Xr pkg_version 1 +program is used. +As an example, this variable might be set to +.Dq portversion +if the portupgrade port has been installed. .It Va weekly_local .Pq Vt str Set to a list of extra scripts that should be run after all other |