Module Name: src
Committed By: jmmv
Date: Fri Feb 5 16:32:20 UTC 2010
Modified Files:
src/share/man/man5: daily.conf.5 security.conf.5
Log Message:
Note that pkgdb_dir is deprecated and point to the alternative setting.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/share/man/man5/daily.conf.5
cvs rdiff -u -r1.35 -r1.36 src/share/man/man5/security.conf.5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man5/daily.conf.5
diff -u src/share/man/man5/daily.conf.5:1.25 src/share/man/man5/daily.conf.5:1.26
--- src/share/man/man5/daily.conf.5:1.25 Tue Jan 19 22:08:52 2010
+++ src/share/man/man5/daily.conf.5 Fri Feb 5 16:32:19 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: daily.conf.5,v 1.25 2010/01/19 22:08:52 jmmv Exp $
+.\" $NetBSD: daily.conf.5,v 1.26 2010/02/05 16:32:19 jmmv Exp $
.\"
.\" Copyright (c) 1996 Matthew R. Green
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd January 19, 2010
+.Dd February 5, 2010
.Dt DAILY.CONF 5
.Os
.Sh NAME
@@ -169,7 +169,14 @@
.Sy run_security
phase will always be sent, even if it is empty.
.It Sy pkgdb_dir
-Location of the packages database.
+.Em DEPRECATED .
+Please set
+.Sq PKGDB_DIR
+in
+.Xr pkg_install.conf 5
+instead.
+.Pp
+If defined, points to the location of the packages database.
Defaults to
.Pa /var/db/pkg .
.El
Index: src/share/man/man5/security.conf.5
diff -u src/share/man/man5/security.conf.5:1.35 src/share/man/man5/security.conf.5:1.36
--- src/share/man/man5/security.conf.5:1.35 Wed Jan 20 07:33:25 2010
+++ src/share/man/man5/security.conf.5 Fri Feb 5 16:32:20 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: security.conf.5,v 1.35 2010/01/20 07:33:25 wiz Exp $
+.\" $NetBSD: security.conf.5,v 1.36 2010/02/05 16:32:20 jmmv Exp $
.\"
.\" Copyright (c) 1996 Matthew R. Green
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd January 19, 2010
+.Dd February 5, 2010
.Dt SECURITY.CONF 5
.Os
.Sh NAME
@@ -253,11 +253,16 @@
.Dq -u ,
for unified-format context-diffs.
.It Sy pkgdb_dir
-Change the pkg database directory from
-.Pa /var/db/pkg
-when
-.Sy check_pkgs
-is enabled.
+.Em DEPRECATED .
+Please set
+.Sq PKGDB_DIR
+in
+.Xr pkg_install.conf 5
+instead.
+.Pp
+If defined, points to the location of the packages database.
+Defaults to
+.Pa /var/db/pkg .
.It Sy backup_uses_rcs
Use
.Xr rcs 1