summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/pkg_add
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_add/pkg_add')
-rw-r--r--usr.sbin/pkg_add/pkg_add3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/pkg_add b/usr.sbin/pkg_add/pkg_add
index e4e720bd84b..7c2f6529bbc 100644
--- a/usr.sbin/pkg_add/pkg_add
+++ b/usr.sbin/pkg_add/pkg_add
@@ -1,7 +1,7 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
-# $OpenBSD: pkg_add,v 1.223 2007/03/07 00:09:46 espie Exp $
+# $OpenBSD: pkg_add,v 1.224 2007/03/07 11:24:07 espie Exp $
#
# Copyright (c) 2003-2004 Marc Espie <espie@openbsd.org>
#
@@ -281,6 +281,7 @@ sub really_add($$)
print "\n";
}
my $totsize = OpenBSD::Add::validate_plist($plist, $state);
+ OpenBSD::Vstat::synchronize();
if (!defined $handle) {
Fatal "Archive in $pkgname broken";