diff options
author | brian <brian@FreeBSD.org> | 2004-05-30 20:32:00 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2004-05-30 20:32:00 +0000 |
commit | a16be643f5cac94b5c526c2acaa9d65c70975310 (patch) | |
tree | c9eb10444605cbeaaf30e9640439bad527af3dd0 /share/man | |
parent | f43aa0c4bc56d0ae426158929dd7131e564971a1 (diff) | |
download | FreeBSD-src-a16be643f5cac94b5c526c2acaa9d65c70975310.zip FreeBSD-src-a16be643f5cac94b5c526c2acaa9d65c70975310.tar.gz |
Describe pkg_version_index
Reviewed by: joe
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/periodic.conf.5 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/share/man/man5/periodic.conf.5 b/share/man/man5/periodic.conf.5 index 84bd970..f543567 100644 --- a/share/man/man5/periodic.conf.5 +++ b/share/man/man5/periodic.conf.5 @@ -657,6 +657,27 @@ program is used. As an example, this variable might be set to .Dq portversion if the portupgrade port has been installed. +.It Va pkg_version_index +.Pq Vt string +This variable specifies the INDEX file from +.Pa /usr/ports +that should be used by +.Xr pkg_version 1 . +Because the dependency tree may be substantially different between versions of +.Fx , +there may be more than one INDEX file in +.Pa /usr/ports . +.Pp +Note, if the +.Va pkg_version +variable is set to +.Dq portversion , +it will also be neccessary to arrange that the correct INDEX file is specified +using environment variables and that +.Dq pkg_version_index +is cleared in +.Pa /etc/periodic.conf +.Pq pkg_version_index= . .It Va weekly_local .Pq Vt str Set to a list of extra scripts that should be run after all other |