ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Konstantin Lepikhov <lakostis@pisem.net>
To: devel@altlinux.ru
Subject: [devel] Re: I: more packages moved to orphaned category
Date: Sun, 26 Jan 2003 23:29:25 +0300
Message-ID: <20030126202925.GA14051@lks.home> (raw)
In-Reply-To: <20030126114609.GJ38342@osdn.org.ua>

[-- Attachment #1: Type: text/plain, Size: 641 bytes --]

Hi Michael!

Sunday 26, at 01:46:09 PM you wrote:

> On Sat, Jan 25, 2003 at 10:29:48PM +0300, Konstantin Lepikhov wrote:
> > проведу повторное исследование и приведу более осязаемый список
> > того, что устраивает и неустраивает.
> 
> Можете брать (и ругать/хвалить) сразу здесь:
> http://osdn.org.ua/~mike/trafshow-linux-1.3-alt1.src.rpm
Оно, то что из BCL дергал. Заодно кидаю скрипт оттуда в init.d/

-- 
WBR, Konstantin	      chat with ==>ICQ: 109916175
     Lepikhov,	      speak  to ==>JID: lakostis@jabber.org
aka L.A. Kostis       write  to ==>mailto:lakostis@pisem.net.nospam

...The information is like the bank... 			  (c) EC8OR

[-- Attachment #2: trafshow --]
[-- Type: text/plain, Size: 365 bytes --]

#!/bin/sh

# chkconfig: 345 88 06
# description: This script opens trafshow window on /dev/tty11
#

# Source function library.
. /etc/rc.d/init.d/functions

# See how we were called.
case "$1" in
  start)
	echo -n "Starting trafshow: "
	open -c 11 -- trafshow-linux -S -s2
	echo "done"
	;;
  stop)
	;;
  *)
	echo "Usage: trafshow {start|stop}"
	exit 1
esac

exit 


  reply	other threads:[~2003-01-26 20:29 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-24 14:59 [devel] " Dmitry V. Levin
2003-01-24 15:14 ` Sergey Vlasov
2003-01-27  7:56   ` Stanislav Ievlev
2003-01-24 15:34 ` Alexander Bokovoy
2003-01-24 16:30   ` [devel] iconv failed Ё Alexey V. Lubimov
2003-01-24 16:39     ` Alexander Bokovoy
2003-01-24 18:16       ` Alexey V. Lubimov
2003-01-24 18:22         ` Alexander Bokovoy
2003-01-24 18:32         ` Dmitry V. Levin
2003-01-24 17:03     ` Sergey Vlasov
2003-01-24 17:35 ` [devel] I: more packages moved to orphaned category Sergey Vlasov
2003-01-24 17:40   ` Dmitry V. Levin
2003-01-24 17:44   ` Alexander Bokovoy
2003-01-24 17:59     ` Sergey Vlasov
2003-01-24 18:11 ` Vitaly Lugovsky
2003-01-24 19:45 ` Вячеслав Диконов
2003-01-24 23:51   ` "Алексей Любимов"
2003-01-24 20:45 ` DH
2003-01-24 21:08   ` Aleksandr Blokhin
2003-01-24 21:28   ` Grigory Batalov
2003-01-27  8:00   ` Stanislav Ievlev
2003-01-27  8:13     ` [devel] " Michael Shigorin
2003-01-27 10:32       ` Stanislav Ievlev
2003-01-27 11:43         ` Michael Shigorin
2003-01-25  5:06 ` [devel] " Dmitry Lebkov
2003-01-25 15:58   ` Dmitry V. Levin
2003-01-25 16:46     ` "Алексей Любимов"
2003-01-25 19:55       ` Grigory Batalov
2003-01-25 18:43     ` [devel] trafshows (was: I: more packages moved to orphaned category) Michael Shigorin
2003-01-25 19:31       ` [devel] Re: rafshows " Konstantin Lepikhov
2003-01-25 19:29     ` [devel] Re: I: more packages moved to orphaned category Konstantin Lepikhov
2003-01-26 11:46       ` Michael Shigorin
2003-01-26 20:29         ` Konstantin Lepikhov [this message]
2003-01-27 10:10           ` [devel] u: trafshow-linux-1.3-alt2 (was: I: more packages moved to orphaned category) Michael Shigorin
2003-01-25 19:49     ` [devel] I: more packages moved to orphaned category Alexey I. Froloff
2003-01-26  8:16     ` Dmitry Lebkov
2003-01-26 22:04       ` Dmitry V. Levin
2003-01-26 23:31         ` Andrey Orlov
2003-01-27 23:00           ` Vitaly Lugovsky
2003-01-28 23:06             ` Andrey Orlov
2003-01-29  3:28               ` Vitaly Lugovsky
2003-01-26 10:13     ` AntonFarygin
2003-01-27  8:08       ` Stanislav Ievlev
2003-01-28 23:13         ` Andrey Orlov
2003-01-25 18:19 ` [devel] dkftpbench, trafshow (was: I: more packages moved to orphaned category) Michael Shigorin
2003-01-25 19:57   ` Grigory Batalov
2003-01-27 10:49 ` [devel] I: more packages moved to orphaned category Grigory Batalov
2003-01-27 12:03   ` Stanislav Ievlev
2003-01-28  5:19     ` Grigory Batalov

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=20030126202925.GA14051@lks.home \
    --to=lakostis@pisem.net \
    --cc=devel@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 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