Your message dated Mon, 24 Jun 2024 15:33:22 +0200
with message-id <[email protected]>
and subject line Re: Bug#601105: bash(1) manpage: "~/.bashrc and ~/.bashrc"
has caused the Debian Bug report #601105,
regarding bash: man page documents duplicate ~/.bashrc for ssh case
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
601105: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601105
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bash
Version: 5.1-2+b1
Severity: minor
X-Debbugs-Cc: [email protected]
Dear Maintainer,
>From man-bashrc.diff:
> determines it is being run in this fashion, it reads and executes
> -commands from \fI~/.bashrc\fP, if that file exists and is readable.
> +commands from \fI~/.bashrc\fP and \fI~/.bashrc\fP, if these files
> +exist and are readable.
~/.bashrc is duplicated there. Maybe the first should have been
/etc/bash.bashrc?
-- System Information:
Debian Release: bullseye/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 4.15.0-135-generic (SMP w/4 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: unable to detect
Versions of packages bash depends on:
ii base-files 11
ii debianutils 4.11.2
ii libc6 2.31-9
ii libtinfo6 6.2+20201114-2
Versions of packages bash recommends:
pn bash-completion <none>
Versions of packages bash suggests:
pn bash-doc <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 5.2.21-2
On Sat, 23 Oct 2010 14:53:53 +0200 Joachim Breitner <[email protected]>
wrote:
the manpage, in section INVOCATION, says
If bash determines it is being run in
this fashion, it reads and executes commands from ~/.bashrc and
~/.bashrc, if these files exist and are readable.
I think either one of the filenames is wrong or the doubled file name
can be removed.
The man page in version 5.2.21-2 reads:
If bash determines it is being run non-interactively in this
fashion, it reads and executes commands from /etc/bash.bashrc and
~/.bashrc, if these files exist and are readable.
Regards,
--
Gioele Barabucci
--- End Message ---