ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Vitaly Lipatov <lav@altlinux.ru>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] /usr/bin/bash
Date: Sat, 21 Aug 2021 13:33:16 +0300
Message-ID: <8ac6f286fe92125a7af80508db3ca3ba@altlinux.ru> (raw)
In-Reply-To: <20210821081835.GC1739@altlinux.org>

Dmitry V. Levin писал 21.8.21 11:18:
> On Sat, Aug 21, 2021 at 02:37:10AM +0300, Vitaly Lipatov wrote:
>> Dmitry V. Levin писал 21.8.21 0:11:
>> > On Fri, Aug 20, 2021 at 01:28:33PM +0300, Vitaly Lipatov wrote:
>> >> Некоторые скрипты из апстримов используют /usr/bin/bash.
>> >> Может быть, мы можем сделать (под)пакет, предоставляющий симлинк
>> >> /usr/bin/bash?
>> >> Есть ли какие-то возражения?
>> >
>> > Я против.  Пусть кривые апстримы выпрямляются.
>> А есть какие-то аргументы?
>> Или просто /bin/bash так же как /bin/sh?
> 
> Непонятно, зачем люди ломают обратную совместимость на ровном месте.
> /bin/bash - это практически стандарт.
Смущает при этом запись в спеке:
b/bash4/bвash.spec:mv %buildroot%_bindir/bash %buildroot/bin/%name

...
> Я не хочу тратить время на исследование того, нужен ли ещё /usr/bin/cat
> где-нибудь, а вы хотите?

:)

Спасибо за ответы, будем править апстримы.

P.S.
В спеках удаётся найти не так много замен:
c/cri-o/cri-o.spec:sed -i -e 's|/usr/bin/mkdir|/bin/mkdir|; 
s|/usr/bin/touch|/bin/touch|; s|/usr/bin/rm|/bin/rm|; 
s|/usr/bin/bash|/bin/bash|' \
d/deepin-session-shell/deepin-session-shell.spec:sed -i 
's|/usr/bin/bash|/bin/bash|' src/dde-shutdown/view/contentwidget.cpp
g/gradle/gradle.spec:sed -i -e s,/usr/bin/bash,/bin/sh, 
%buildroot%_bindir/*
j/java-runtime-decompiler/java-runtime-decompiler.spec:sed -i 
s,/usr/bin/bash,/bin/bash, %SOURCE1
p/perl-Test-YAML/perl-Test-YAML.spec:sed -i -e s,/usr/bin/bash,/bin/sh, 
bin/test-yaml
r/rr/rr-project.spec:subst '1s:/usr/bin/bash:/bin/bash:' 
%buildroot%_bindir/signal-rr-recording.sh


-- 
С уважением,
Виталий Липатов,
ALT Linux Team


  reply	other threads:[~2021-08-21 10:33 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-20 10:28 Vitaly Lipatov
2021-08-20 13:21 ` Vladimir D. Seleznev
2021-08-20 13:24 ` Ivan A. Melnikov
2021-08-20 20:29   ` [devel] /usr/bin/bash и объединение /usr/bin и /bin Vitaly Lipatov
2021-08-20 21:36     ` Andrey Savchenko
2021-08-20 21:52     ` Dmitry V. Levin
2021-08-23  6:35     ` Oleg Solovyov
2021-08-23  8:54       ` Alexey V. Vissarionov
2021-08-20 21:11 ` [devel] /usr/bin/bash Dmitry V. Levin
2021-08-20 22:12   ` Alexey V. Vissarionov
2021-08-20 23:37   ` Vitaly Lipatov
2021-08-21  8:18     ` Dmitry V. Levin
2021-08-21 10:33       ` Vitaly Lipatov [this message]
2021-08-21 10:38         ` Dmitry V. Levin
2021-08-21 11:59           ` Vitaly Lipatov
2021-08-21 12:02           ` Leonid Krivoshein
2021-08-21 19:12             ` Alexey V. Vissarionov
2021-08-22  4:08               ` Vladimir D. Seleznev
2021-08-22 15:32                 ` Alexey V. Vissarionov
2021-08-22 17:21                   ` Vladimir D. Seleznev
2021-08-23  8:17                     ` Alexey V. Vissarionov
2021-08-23 15:00                       ` Vladimir D. Seleznev
2021-08-23 18:03                       ` Dmitry V. Levin
2021-08-23 18:17                         ` Andrey Savchenko
2021-08-23 19:22                           ` Dmitry V. Levin
2021-08-23 19:41                           ` Leonid Krivoshein
2021-08-23  9:09                   ` Sergey V Turchin
2021-08-23 10:42                     ` Alexey V. Vissarionov
2021-08-23 10:54                       ` Sergey V Turchin
2021-08-23 15:07                         ` Alexey V. Vissarionov
2021-08-23 15:11                           ` Aleksey Novodvorsky
2021-08-21 18:59           ` Vitaly Lipatov
2021-08-21 19:02           ` Alexey V. Vissarionov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8ac6f286fe92125a7af80508db3ca3ba@altlinux.ru \
    --to=lav@altlinux.ru \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git