ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: "Alexander S. Belov" <asbel@sicex.ru>
To: sisyphus@altlinux.ru
Cc: Michael Shigorin <mike@osdn.org.ua>,
	"Dmitry V. Levin" <ldv@altlinux.org>
Subject: Re: [sisyphus] /etc/rc.d/init.d/sound
Date: 08 Apr 2003 19:05:38 +0700
Message-ID: <1049803538.12964.529.camel@pc_asbel.office.sice.ru> (raw)
In-Reply-To: <20030408102811.GF25653@basalt.office.altlinux.org>

В Втр, 08.04.2003, в 17:28, Dmitry V. Levin пишет:
> On Mon, Apr 07, 2003 at 03:14:53PM +0700, Alexander S. Belov wrote:
> > Я уже как-то писал про проблему со звуком и про путь ее исправления, но
> > с тех пор не обновлялся. Тут обновился, оказалось, что все по прежнему.
> > Поэтому пишу еще раз:
> > 
> > Если не сложно, в файле /etc/rc.d/init.d/sound исправьте строчку 
> > 
> > for m in `modprobe -c |egrep "^alias $pattern " |cut -d\  -f3 |sort -u`;
> > do
> > 
> > на
> > 
> > for m in `modprobe -c |egrep "^alias $pattern " |cut -d\  -f3`; do
> > 
> > т.е. уберите плз. сортировку. Зачем она там нужна?
> 
> Сортировка казалась нужной для избежания излишних вызовов modprobe.
> 

Это меняет дело, правда для этого есть команда /usr/bin/uniq, т.е.:

for m in `modprobe -c |egrep "^alias $pattern " |cut -d\  -f3 | uniq`;
do

И будет счастье всем :-).. (я не пробовал, но должно работать)

> Я готов её убрать. Никто не возражает?
> 

> --
> ldv



  parent reply	other threads:[~2003-04-08 12:05 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-07  8:14 Alexander S. Belov
2003-04-08  6:07 ` Алексей Мамонов
2003-04-08 10:28 ` Dmitry V. Levin
2003-04-08 10:47   ` [sisyphus] /etc/rc.d/init.d/sound Michael Shigorin
2003-04-08 12:05   ` Alexander S. Belov [this message]
2003-04-08 12:10     ` [sisyphus] /etc/rc.d/init.d/sound Dmitry V. Levin
2003-04-08 12:23       ` Alexander S. Belov
2003-04-08 12:26         ` Dmitry V. Levin
2003-04-08 12:33           ` Alexander S. Belov
2003-04-08 12:12     ` Alexander S. Belov
2003-04-08 12:22     ` Slava Garelin
2003-04-08 12:38       ` [sisyphus] /etc/rc.d/init.d/sound Anton V. Boyarshinov
2003-04-08 12:44         ` Slava Garelin
2003-04-09  3:36           ` Alexander S. Belov
2003-04-08 21:42   ` [sisyphus] /etc/rc.d/init.d/sound Arcady V. Ivanov
2003-04-09  9:19     ` [sisyphus] Re: [JT] /etc/rc.d/init.d/sound Vitaly Ostanin

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=1049803538.12964.529.camel@pc_asbel.office.sice.ru \
    --to=asbel@sicex.ru \
    --cc=ldv@altlinux.org \
    --cc=mike@osdn.org.ua \
    --cc=sisyphus@altlinux.ru \
    /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 Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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