artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39d0ad2
)
forgot the non-interactive case
author
espie
<espie@openbsd.org>
Mon, 26 Feb 2018 14:07:39 +0000
(14:07 +0000)
committer
espie
<espie@openbsd.org>
Mon, 26 Feb 2018 14:07:39 +0000
(14:07 +0000)
usr.sbin/pkg_add/OpenBSD/AddCreateDelete.pm
patch
|
blob
|
history
diff --git
a/usr.sbin/pkg_add/OpenBSD/AddCreateDelete.pm
b/usr.sbin/pkg_add/OpenBSD/AddCreateDelete.pm
index
08487e2
..
761b444
100644
(file)
--- a/
usr.sbin/pkg_add/OpenBSD/AddCreateDelete.pm
+++ b/
usr.sbin/pkg_add/OpenBSD/AddCreateDelete.pm
@@
-1,5
+1,5
@@
# ex:ts=8 sw=4:
-# $OpenBSD: AddCreateDelete.pm,v 1.4
0 2018/02/26 13:04:30
espie Exp $
+# $OpenBSD: AddCreateDelete.pm,v 1.4
1 2018/02/26 14:07:39
espie Exp $
#
# Copyright (c) 2007-2014 Marc Espie <espie@openbsd.org>
#
@@
-198,6
+198,11
@@
sub confirm
return $yesno;
}
+sub confirmf
+{
+ return 0;
+}
+
sub is_interactive
{
return 0;