From a88f296c7f8f8df2058c9890d462f7937544f7e9 Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Wed, 28 Oct 2020 14:56:12 -0400 Subject: [PATCH] build: explicitly stop vpp in vpp.preinst Otherwise, "dpkg -i " hangs. This is a new behavior. Type: improvement Signed-off-by: Dave Barach Change-Id: I614e6d64b59df1753c8812fdab0f851c8181a7fe --- src/pkg/debian/vpp.preinst | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pkg/debian/vpp.preinst b/src/pkg/debian/vpp.preinst index d33cacfc3fa..9abfe778d9d 100644 --- a/src/pkg/debian/vpp.preinst +++ b/src/pkg/debian/vpp.preinst @@ -2,3 +2,4 @@ # Add the vpp group groupadd -f -r vpp +start-stop-daemon --stop --exec /usr/bin/vpp || true -- 2.16.6