From 87cb53ee6257b68809ff7a7d4301537be51ac7e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Marie?= Date: Wed, 21 Jun 2017 09:15:10 +0200 Subject: [PATCH] take care of /bsd.booted --- sysclean.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/sysclean.pl b/sysclean.pl index 6426589..c97197a 100755 --- a/sysclean.pl +++ b/sysclean.pl @@ -153,6 +153,7 @@ sub add_expected_base '/boot' => 1, '/ofwboot' => 1, '/bsd' => 1, + '/bsd.booted' => 1, '/bsd.mp' => 1, '/bsd.rd' => 1, '/bsd.sp' => 1,