Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man5 Note that pkgdb_dir is deprecated and point t...



details:   https://anonhg.NetBSD.org/src/rev/f0f4244b3aa7
branches:  trunk
changeset: 751483:f0f4244b3aa7
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Fri Feb 05 16:32:19 2010 +0000

description:
Note that pkgdb_dir is deprecated and point to the alternative setting.

diffstat:

 share/man/man5/daily.conf.5    |  13 ++++++++++---
 share/man/man5/security.conf.5 |  19 ++++++++++++-------
 2 files changed, 22 insertions(+), 10 deletions(-)

diffs (74 lines):

diff -r f8ba4bb12385 -r f0f4244b3aa7 share/man/man5/daily.conf.5
--- a/share/man/man5/daily.conf.5       Fri Feb 05 16:29:02 2010 +0000
+++ b/share/man/man5/daily.conf.5       Fri Feb 05 16:32:19 2010 +0000
@@ -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
diff -r f8ba4bb12385 -r f0f4244b3aa7 share/man/man5/security.conf.5
--- a/share/man/man5/security.conf.5    Fri Feb 05 16:29:02 2010 +0000
+++ b/share/man/man5/security.conf.5    Fri Feb 05 16:32:19 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index