From 5732597d931188135420b5ef0fa52bd97545cee1 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 27 Oct 2021 17:47:55 +0200 Subject: [PATCH 246/325] release/scripts/strip-freebsd.sh: Update comment about ice. Squash Obtained from: ElectroBSD --- release/scripts/strip-freebsd.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/release/scripts/strip-freebsd.sh b/release/scripts/strip-freebsd.sh index b64646b593f3..556b2ba4e365 100755 --- a/release/scripts/strip-freebsd.sh +++ b/release/scripts/strip-freebsd.sh @@ -25,9 +25,8 @@ # likely to still contain lots of non-free parts that haven't # been discovered yet. -# ice was added in r361541/ba15208e9900 and is not (yet) -# available in stable/11. It relies on a proprietary -# "DDP package file" (sys/contrib/dev/ice/ice-1.3.9.0.pkg) +# ice relies on a proprietary "DDP package file" +# (sys/contrib/dev/ice/ice-1.3.9.0.pkg) get_dev_ice_files() { if [ -d sys/contrib/dev/ice ]; then find sys/contrib/dev/ice -- 2.32.0