diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2012-10-11 17:35:46 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2012-10-11 17:35:46 +0000 |
commit | ded01ce5beaf3f0632e9751196b751a26e392540 (patch) | |
tree | 8c7231cb697d7b62732e0371b510429ee5d96c3e | |
parent | 97330b59712ce736f962668d079181d5dee39733 (diff) |
package checksums are no longer MD5, from Dawe on tech@.
-rw-r--r-- | usr.sbin/pkg_add/pkg.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg.conf.5 b/usr.sbin/pkg_add/pkg.conf.5 index d607c707770..c25df168d85 100644 --- a/usr.sbin/pkg_add/pkg.conf.5 +++ b/usr.sbin/pkg_add/pkg.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg.conf.5,v 1.4 2011/08/17 10:48:27 espie Exp $ +.\" $OpenBSD: pkg.conf.5,v 1.5 2012/10/11 17:35:45 sthen Exp $ .\" .\" Copyright (c) 2010 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 17 2011 $ +.Dd $Mdocdate: October 11 2012 $ .Dt PKG.CONF 5 .Os .Sh NAME @@ -73,7 +73,7 @@ is not defined and no further options are defined. .It Ar nochecksum Set to .Ar yes -to waive MD5 checksums during package deletions. +to waive checksums during package deletions. .It Ar ntogo Set to .Ar yes |