From 622be96fa0b9f350826cdb43b8bd908f7d0f1b1c Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 18 Sep 2019 10:54:35 -0700 Subject: [PATCH] copypasta --- background_check_openbsd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background_check_openbsd.go b/background_check_openbsd.go index 04fde4a5b..b3186ddd7 100644 --- a/background_check_openbsd.go +++ b/background_check_openbsd.go @@ -4,7 +4,7 @@ import ( "fmt" ) -func openTTY() (packer.TTY, error) { +func checkProcess(currentPID int) (bool, error) { return false, fmt.Errorf("cannot determine if process is backgrounded in " + "openbsd") }