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/create | |
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/create')
-rw-r--r-- | usr.sbin/pkg_install/create/pkg_create.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1 index fa0365e..18780a0 100644 --- a/usr.sbin/pkg_install/create/pkg_create.1 +++ b/usr.sbin/pkg_install/create/pkg_create.1 @@ -23,7 +23,7 @@ .\" [jkh] Took John's changes back and made some additional extensions for .\" better integration with FreeBSD's new ports collection. .\" -.Dd Oct 12, 2010 +.Dd November 9, 2012 .Dt PKG_CREATE 1 .Os .Sh NAME @@ -635,6 +635,10 @@ does not exist. The last choice if .Pa /tmp is unsuitable. +.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 , |