artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecd7f40
)
comment what's going on
author
espie
<espie@openbsd.org>
Sun, 10 Aug 2014 10:04:39 +0000
(10:04 +0000)
committer
espie
<espie@openbsd.org>
Sun, 10 Aug 2014 10:04:39 +0000
(10:04 +0000)
usr.sbin/pkg_add/OpenBSD/Ustar.pm
patch
|
blob
|
history
diff --git
a/usr.sbin/pkg_add/OpenBSD/Ustar.pm
b/usr.sbin/pkg_add/OpenBSD/Ustar.pm
index
bc8df81
..
f064189
100644
(file)
--- 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.8
2 2014/08/10 10:03:46
espie Exp $
+# $OpenBSD: Ustar.pm,v 1.8
3 2014/08/10 10:04:39
espie Exp $
#
# Copyright (c) 2002-2014 Marc Espie <espie@openbsd.org>
#
@@
-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