From nobody Mon Nov 13 01:29:34 2023 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4STBg26GNsz51BV3 for ; Mon, 13 Nov 2023 01:29:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4STBg25D2pz3Nm8 for ; Mon, 13 Nov 2023 01:29:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1699838974; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lx3NYkkyWtVFrP818etLbuBIPIpAtwyHqSb9bma/wO8=; b=oumJp+56PLEVxhQStNaPV+lit50k7h2pGNrHdYoaMCRU/ml/btie8g9s3oEnRgR50cPOrI JO+9+Lz4GszZmHOAOpjcvb7ttUni5Cx62wcVVk1vCeK7o3/Ir+pR2HQavxlVKsJK+gv7NP MYN0aAeKTuyU2+W19jlfeN/fgQPSVzImBWx2yZzqpgbAyqQX0ZV5GVYXVUVhzHkK6weFts UWH6oK8SR017kQU4/HJhDpQRYSua441cz8JLQeQSZyHv9KgYLuouhrHHMonrvszkQ6Bdlm 6vd+8UDZD3EwSqWWSv/GPQiBb+GQv24m6+e3Xbu0k/xgEtuHevallC6XKtgzDQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1699838974; a=rsa-sha256; cv=none; b=i6jP/yTVYIcJzW36ndaZ77wJfy8vHldnnyvryKxD5nuNCJEIgi2lgB7z+3ppm920w/Brq6 lQkmJKcI+4qirfBWyPLvZK+LmZuN0MgKeK9gzyfOsVdYLWtLSIXxHmfNw1egyOJUzu/wZn 5ewBEikIP86rWuAfoDtNK402VXBUgAe8D97h72LXZF+qSF5f3slvjAVHOoB65aMG2RwuUH 2v/yv9JzhJpibE1ppIN9Z03iTAG6l1jEL/7ztJiC/bRNveiR9XckukZhX02R1c1EBa+dqw sh3LDn2gDWUcK3SMrkgQoruKO1BLIvLb7HHMtFKVN6bMjBUWy+sTs1dAkVQlRA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4STBg24JD8zlt5 for ; Mon, 13 Nov 2023 01:29:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 3AD1TYAA051687 for ; Mon, 13 Nov 2023 01:29:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 3AD1TYwJ051686 for bugs@FreeBSD.org; Mon, 13 Nov 2023 01:29:34 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 275031] rc.d/ldconfig missing hard-coded /lib/casper from rtld-elf STANDARD_LIBRARY_PATH Date: Mon, 13 Nov 2023 01:29:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: 13.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tatsuki_makino@hotmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275031 --- Comment #12 from Tatsuki Makino --- (In reply to Konstantin Belousov from comment #5) This is for (life expectancy less than 2 months) stable/12 or earlier :) I see that you are now modifying the default values to get them from the command... Is there a problem with leaving /usr/src/libexec/rc/rc.conf side empty and = only using the command if it is empty? But, I don't see what the point is in specifying it on the rc.conf side, th= ough :) --=20 You are receiving this mail because: You are the assignee for the bug.=