diff options
author | eadler <eadler@FreeBSD.org> | 2012-11-26 05:11:07 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-11-26 05:11:07 +0000 |
commit | ead7f1f7d0b49646e2d3dab460cbf3b99b228dfe (patch) | |
tree | 08b6aedd65e7d90f2b61e0dfe19477ec455df6de /usr.sbin/pkg_install/info/pkg_info.1 | |
parent | 7bec6c5d6838f84a8e0ddc0b8c227958f254172a (diff) | |
download | FreeBSD-src-ead7f1f7d0b49646e2d3dab460cbf3b99b228dfe.zip FreeBSD-src-ead7f1f7d0b49646e2d3dab460cbf3b99b228dfe.tar.gz |
Provide an option to users to shoot themselves in the foot.
Reviewed by: bapt
Approved by: cperciva
MFC after: 1 month
Diffstat (limited to 'usr.sbin/pkg_install/info/pkg_info.1')
-rw-r--r-- | usr.sbin/pkg_install/info/pkg_info.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/info/pkg_info.1 b/usr.sbin/pkg_install/info/pkg_info.1 index 8b032c1..c29687d 100644 --- a/usr.sbin/pkg_install/info/pkg_info.1 +++ b/usr.sbin/pkg_install/info/pkg_info.1 @@ -17,7 +17,7 @@ .\" @(#)pkg_info.1 .\" $FreeBSD$ .\" -.Dd May 30, 2008 +.Dd November 9, 2012 .Dt PKG_INFO 1 .Os .Sh NAME @@ -258,6 +258,10 @@ Specifies an alternative package location, if a given package cannot be found. .It Ev PKGDIR Specifies an alternative location to save downloaded packages to. +.It Ev PKG_OLD_NOWARN +If set +.Nm +will not warn about its use in the presence of pkgng databases. .El .Sh FILES .Bl -tag -width ".Pa /var/db/pkg" -compact @@ -277,6 +281,10 @@ The last choice if is unsuitable. .It Pa /var/db/pkg Default location of the installed package database. +.It Ev PKG_OLD_NOWARN +If set +.Nm +will not warn about its use in the presence of pkgng databases. .El .Sh SEE ALSO .Xr pkg_add 1 , |