git: 4376ee25eef8 - main - shells/bash: Enable SYSBASHRC option by default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Jul 2025 19:27:12 UTC
The branch main has been updated by michaelo: URL: https://cgit.FreeBSD.org/ports/commit/?id=4376ee25eef8bb380a5d1430d4cd12a6c9b6f092 commit 4376ee25eef8bb380a5d1430d4cd12a6c9b6f092 Author: Michael Osipov <michaelo@FreeBSD.org> AuthorDate: 2025-07-08 11:48:23 +0000 Commit: Michael Osipov <michaelo@FreeBSD.org> CommitDate: 2025-07-08 19:26:35 +0000 shells/bash: Enable SYSBASHRC option by default Approved by: jrm (mentor), ehaupt (maintainer) Differential Revision: https://reviews.freebsd.org/D51201 --- UPDATING | 8 ++++++++ shells/bash/Makefile | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 237fd119a580..d219a22ea9d8 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,14 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20250708: + AFFECTS: users of shells/bash + AUTHOR: michaelo@FreeBSD.org + + The SYSBASHRC option is now enabled by default. For those who use bash + interactively the system-wide RC file shall be sourced automatically + giving the user the same experience as invoking it as a login shell. + 20250630: AFFECTS: users of mail/bogofilter-bdb AUTHOR: mandree@FreeBSD.org diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 58ad513117f5..8c81cf214159 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -39,7 +39,7 @@ PORTDOCS= FAQ INTRO CHANGES COMPAT NEWS POSIX RBASH README \ OPTIONS_DEFINE= FDESCFS HELP NLS STATIC SYSBASHRC \ SYSLOG DOCS -OPTIONS_DEFAULT= HELP +OPTIONS_DEFAULT= HELP SYSBASHRC OPTIONS_SUB= yes FDESCFS_DESC= Enable use of /dev/fd