git: ac910ad9951a - main - rc.d/ldconfig: Remove stray ;;
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Nov 2023 20:13:05 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=ac910ad9951a52743389a47fa4a3feabe9021aaa commit ac910ad9951a52743389a47fa4a3feabe9021aaa Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-11-24 20:11:45 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-11-24 20:11:45 +0000 rc.d/ldconfig: Remove stray ;; Stray ";;" causes the ldconfig rc script to fail at boot. Remove it. Fixes: 73902ed85ab7 --- libexec/rc/rc.d/ldconfig | 1 - 1 file changed, 1 deletion(-) 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