Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 2023 11:40:54 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 3d845d94eac8 - stable/14 - rc.d/ldconfig: Remove stray ;;
Message-ID:  <202311281140.3ASBes68033680@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by kib:

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

commit 3d845d94eac817a93818e2e12c07eda678f88400
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-11-24 20:11:45 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-11-28 11:40:07 +0000

    rc.d/ldconfig: Remove stray ;;
    
    (cherry picked from commit ac910ad9951a52743389a47fa4a3feabe9021aaa)
---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311281140.3ASBes68033680>