From df3a2f2f11a91539d1148a2b9be21420abade9f6 Mon Sep 17 00:00:00 2001 From: espie Date: Sun, 10 Aug 2014 10:04:39 +0000 Subject: [PATCH] comment what's going on --- usr.sbin/pkg_add/OpenBSD/Ustar.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/pkg_add/OpenBSD/Ustar.pm b/usr.sbin/pkg_add/OpenBSD/Ustar.pm index bc8df81cfd9..f0641891859 100644 --- a/usr.sbin/pkg_add/OpenBSD/Ustar.pm +++ b/usr.sbin/pkg_add/OpenBSD/Ustar.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: Ustar.pm,v 1.82 2014/08/10 10:03:46 espie Exp $ +# $OpenBSD: Ustar.pm,v 1.83 2014/08/10 10:04:39 espie Exp $ # # Copyright (c) 2002-2014 Marc Espie # @@ -488,6 +488,7 @@ package OpenBSD::Ustar::Object; sub recheck_owner { my $entry = shift; + # XXX weird format to prevent cvs from expanding OpenBSD id $entry->{uid} //= $OpenBSD::Ustar::uidcache ->lookup($entry->{uname}); $entry->{gid} //= $OpenBSD::Ustar::gidcache -- 2.20.1