aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-11-24 20:11:45 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2023-11-28 11:40:07 +0000
commit3d845d94eac817a93818e2e12c07eda678f88400 (patch)
tree0110bd779a373425453e5a9cced36c710734d6fc
parent98f8057eaac39c56f049f1f6cebddf8c3860046b (diff)
downloadsrc-3d845d94eac817a93818e2e12c07eda678f88400.tar.gz
src-3d845d94eac817a93818e2e12c07eda678f88400.zip
rc.d/ldconfig: Remove stray ;;
(cherry picked from commit ac910ad9951a52743389a47fa4a3feabe9021aaa)
-rwxr-xr-xlibexec/rc/rc.d/ldconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/rc/rc.d/ldconfig b/libexec/rc/rc.d/ldconfig
index beb79ba95b84..5c404a823dbb 100755
--- a/libexec/rc/rc.d/ldconfig
+++ b/libexec/rc/rc.d/ldconfig
@@ -63,7 +63,6 @@ ldconfig_start()
done
startmsg '32-bit compatibility ldconfig path:' ${_LDC}
${ldconfig} -32 ${_ins} ${_LDC}
- ;;
fi
fi