The branch main has been updated by cy:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=ac910ad9951a52743389a47fa4a3feabe9021aaa

commit ac910ad9951a52743389a47fa4a3feabe9021aaa
Author:     Cy Schubert <c...@freebsd.org>
AuthorDate: 2023-11-24 20:11:45 +0000
Commit:     Cy Schubert <c...@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

Reply via email to