artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dbe10b
)
remove extra scaffolding that's actually NOT in the committed copy of
author
espie
<espie@openbsd.org>
Sun, 4 Jan 2015 14:55:47 +0000
(14:55 +0000)
committer
espie
<espie@openbsd.org>
Sun, 4 Jan 2015 14:55:47 +0000
(14:55 +0000)
the old fw_update
usr.sbin/pkg_add/OpenBSD/FwUpdate.pm
patch
|
blob
|
history
diff --git
a/usr.sbin/pkg_add/OpenBSD/FwUpdate.pm
b/usr.sbin/pkg_add/OpenBSD/FwUpdate.pm
index
0ac99e2
..
9ee7fa4
100644
(file)
--- a/
usr.sbin/pkg_add/OpenBSD/FwUpdate.pm
+++ b/
usr.sbin/pkg_add/OpenBSD/FwUpdate.pm
@@
-1,7
+1,7
@@
#! /usr/bin/perl
# ex:ts=8 sw=4:
-# $OpenBSD: FwUpdate.pm,v 1.
5 2015/01/04 14:54:12
espie Exp $
+# $OpenBSD: FwUpdate.pm,v 1.
6 2015/01/04 14:55:47
espie Exp $
#
# Copyright (c) 2014 Marc Espie <espie@openbsd.org>
#
@@
-63,9
+63,6
@@
sub handle_options
}
$state->{fw_repository} =
OpenBSD::PackageRepository->new($state->{path});
- if ($state->verbose && !$state->opt('d')) {
- $state->say("PKG_PATH=#1", $state->{path});
- }
}
sub finish_init