commit: 5df03b84421ddbb2b0e60a74a08443206f4bfeea Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Nov 3 23:27:02 2024 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Nov 3 23:30:41 2024 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=5df03b84
shells: add /usr variants Bug: https://bugs.gentoo.org/910758 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> etc/shells | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/etc/shells b/etc/shells index ede09033..f3627e4f 100644 --- a/etc/shells +++ b/etc/shells @@ -11,3 +11,15 @@ /bin/tcsh /bin/yash /bin/zsh +/usr/bin/bash +/usr/bin/csh +/usr/bin/dash +/usr/bin/esh +/usr/bin/fish +/usr/bin/ksh +/usr/bin/mksh +/usr/bin/sash +/usr/bin/sh +/usr/bin/tcsh +/usr/bin/yash +/usr/bin/zsh
