ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] repocop and lsb init headers
@ 2008-04-02 10:43 Eugene Prokopiev
  2008-04-02 10:47 ` Igor Vlasenko
  2008-04-02 13:52 ` Serhii Hlodin
  0 siblings, 2 replies; 5+ messages in thread
From: Eugene Prokopiev @ 2008-04-02 10:43 UTC (permalink / raw)
  To: ALT Linux Team development discussions

>  $ls by-packager
>  ---------------
>  enp.txt

callweaver-1.2-alt0.svn4580.x86_64	init-lsb	info	/etc/rc.d/init.d/callweaver:
lsb init header missing.;
...

Так что, все дружно добавлем lsb init headers так как описано здесь -
http://wiki.debian.org/LSBInitScripts? Есть уже добавившие? ;)

-- 
С уважением,
Прокопьев Евгений

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] repocop and lsb init headers
  2008-04-02 10:43 [devel] repocop and lsb init headers Eugene Prokopiev
@ 2008-04-02 10:47 ` Igor Vlasenko
  2008-04-02 11:13   ` Eugene Prokopiev
  2008-04-02 13:52 ` Serhii Hlodin
  1 sibling, 1 reply; 5+ messages in thread
From: Igor Vlasenko @ 2008-04-02 10:47 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On Wed, Apr 02, 2008 at 02:43:39PM +0400, Eugene Prokopiev wrote:
> callweaver-1.2-alt0.svn4580.x86_64	init-lsb	info	/etc/rc.d/init.d/callweaver:
> lsb init header missing.;
> ...
> 
> Так что, все дружно добавлем lsb init headers так как описано здесь -
> http://wiki.debian.org/LSBInitScripts? Есть уже добавившие? ;)

Это сообщение имеет статус info - к размышлению.
Грабли там не топтаны.
Мне, например, хотелось бы иметь поддержку X-Start-Before:
которой у нас нет :(

-- 

Dr. Igor Vlasenko
--------------------
Topology Department
Institute of Math
Kiev, Ukraine



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] repocop and lsb init headers
  2008-04-02 10:47 ` Igor Vlasenko
@ 2008-04-02 11:13   ` Eugene Prokopiev
  2008-04-02 11:19     ` Igor Vlasenko
  0 siblings, 1 reply; 5+ messages in thread
From: Eugene Prokopiev @ 2008-04-02 11:13 UTC (permalink / raw)
  To: ALT Linux Team development discussions

>  > Так что, все дружно добавлем lsb init headers так как описано здесь -
>  > http://wiki.debian.org/LSBInitScripts? Есть уже добавившие? ;)
>
>
> Это сообщение имеет статус info - к размышлению.
>  Грабли там не топтаны.
>  Мне, например, хотелось бы иметь поддержку X-Start-Before:
>  которой у нас нет :(

А поддержка чего у нас есть? Я так понял, что на эти заголовки вообще
никто не будет обращать внимания, пока с Сизифе не появится кто-то
Conflicts: startup ;)

-- 
С уважением,
Прокопьев Евгений

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] repocop and lsb init headers
  2008-04-02 11:13   ` Eugene Prokopiev
@ 2008-04-02 11:19     ` Igor Vlasenko
  0 siblings, 0 replies; 5+ messages in thread
From: Igor Vlasenko @ 2008-04-02 11:19 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On Wed, Apr 02, 2008 at 03:13:18PM +0400, Eugene Prokopiev wrote:
> А поддержка чего у нас есть? Я так понял, что на эти заголовки вообще
> никто не будет обращать внимания, пока с Сизифе не появится кто-то
> Conflicts: startup ;)

Вроде бы как раз частичная поддержка есть.
Но детали лучше у Димы спросить.

-- 

Dr. Igor Vlasenko
--------------------
Topology Department
Institute of Math
Kiev, Ukraine



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] repocop and lsb init headers
  2008-04-02 10:43 [devel] repocop and lsb init headers Eugene Prokopiev
  2008-04-02 10:47 ` Igor Vlasenko
@ 2008-04-02 13:52 ` Serhii Hlodin
  1 sibling, 0 replies; 5+ messages in thread
From: Serhii Hlodin @ 2008-04-02 13:52 UTC (permalink / raw)
  To: ALT Linux Team development discussions

середа, 02-кві-2008, Eugene Prokopiev написав:
> callweaver-1.2-alt0.svn4580.x86_64	init-lsb	info	/etc/rc.d/init.d/callweave
>r: lsb init header missing.;
> ...
>
> Так что, все дружно добавлем lsb init headers так как описано здесь -
> http://wiki.debian.org/LSBInitScripts? Есть уже добавившие? ;)

А если быть точнее, то так, как описано:

http://refspecs.linux-foundation.org/LSB_3.2.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
http://refspecs.linux-foundation.org/LSB_3.2.0/LSB-Core-generic/LSB-Core-generic/initscrcomconv.html
http://refspecs.linux-foundation.org/LSB_3.2.0/LSB-Core-generic/LSB-Core-generic/runlevels.html

Я к тому, что у нас почему-то некоторые сетевые сервисы могут запускаються на 
2-м уровне (сходу сразу обнаружил sshd), и вместо:

start, stop, reload, restart, condstop, condrestart, condreload, status

пора потихоньку переходить на:

start	start the service
stop	stop the service
restart	stop and restart the service if the service is already running, 
otherwise start the service
try-restart	restart the service if the service is already running
reload	cause the configuration of the service to be reloaded without actually 
stopping and restarting the service
force-reload	cause the configuration to be reloaded if the service supports 
this, otherwise restart the service if it is running
status	print the current status of the service

-- 
С уважением,
               С.В. Глодин



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-04-02 13:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-02 10:43 [devel] repocop and lsb init headers Eugene Prokopiev
2008-04-02 10:47 ` Igor Vlasenko
2008-04-02 11:13   ` Eugene Prokopiev
2008-04-02 11:19     ` Igor Vlasenko
2008-04-02 13:52 ` Serhii Hlodin

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