All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] [PATCH] debian: fix init script start/stop values
@ 2010-06-14 14:20 Stefan Kisdaroczi
  2010-06-19 14:15 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Kisdaroczi @ 2010-06-14 14:20 UTC (permalink / raw)
  To: xenomai


[-- Attachment #1.1: Type: text/plain, Size: 331 bytes --]

Hi,

the attached patch fixes the following installation warning on debian squeeze and ubuntu lucid:
update-rc.d: warning: xenomai start runlevel arguments (2 3 4 5) do not match LSB Default-Start values (S)
update-rc.d: warning: xenomai stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (none)

Stefan


[-- Attachment #1.2: 0001-debian-fix-init-script-start-stop-values.patch --]
[-- Type: text/plain, Size: 773 bytes --]

From 1ac2238e2f8edb5912c9d02ec508a464add14d16 Mon Sep 17 00:00:00 2001
From: Stefan Kisdaroczi <kisda@hispeed.ch>
Date: Mon, 14 Jun 2010 16:14:50 +0200
Subject: [PATCH] debian: fix init script start/stop values

---
 debian/libxenomai1.xenomai.init |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/libxenomai1.xenomai.init b/debian/libxenomai1.xenomai.init
index e243b5e..5680ab7 100644
--- a/debian/libxenomai1.xenomai.init
+++ b/debian/libxenomai1.xenomai.init
@@ -3,8 +3,8 @@
 # Provides:          xenomai
 # Required-Start:    mountkernfs
 # Required-Stop:
-# Default-Start:     S
-# Default-Stop:
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
 # Short-Description: Set xeno_nucleus group
 ### END INIT INFO
 
-- 
1.5.6.5


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 251 bytes --]

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

* Re: [Xenomai-core] [PATCH] debian: fix init script start/stop values
  2010-06-14 14:20 [Xenomai-core] [PATCH] debian: fix init script start/stop values Stefan Kisdaroczi
@ 2010-06-19 14:15 ` Gilles Chanteperdrix
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Chanteperdrix @ 2010-06-19 14:15 UTC (permalink / raw)
  To: Stefan Kisdaroczi; +Cc: xenomai

Stefan Kisdaroczi wrote:
> Hi,
> 
> the attached patch fixes the following installation warning on debian squeeze and ubuntu lucid:
> update-rc.d: warning: xenomai start runlevel arguments (2 3 4 5) do not match LSB Default-Start values (S)
> update-rc.d: warning: xenomai stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (none)

Merged, thanks.

-- 
					    Gilles.


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

end of thread, other threads:[~2010-06-19 14:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-14 14:20 [Xenomai-core] [PATCH] debian: fix init script start/stop values Stefan Kisdaroczi
2010-06-19 14:15 ` Gilles Chanteperdrix

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.