From d47afce46a032cf13db7e3d029547a43b2c8579e Mon Sep 17 00:00:00 2001 From: espie Date: Sat, 27 May 2023 10:06:55 +0000 Subject: [PATCH] yeah, yeah, those names are horrible --- usr.sbin/pkg_add/OpenBSD/Update.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/pkg_add/OpenBSD/Update.pm b/usr.sbin/pkg_add/OpenBSD/Update.pm index 20578c6435f..31decd846db 100644 --- a/usr.sbin/pkg_add/OpenBSD/Update.pm +++ b/usr.sbin/pkg_add/OpenBSD/Update.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: Update.pm,v 1.168 2022/12/28 21:30:18 jmc Exp $ +# $OpenBSD: Update.pm,v 1.169 2023/05/27 10:06:55 espie Exp $ # # Copyright (c) 2004-2014 Marc Espie # @@ -25,6 +25,7 @@ sub update return $updater->process_handle($set, $self, $state); } +# TODO hint and hint2 are horrible names package OpenBSD::hint; sub update { -- 2.20.1