All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Kisdaroczi <kisda@domain.hid>
To: xenomai@xenomai.org
Subject: [Xenomai-core] [PATCH] debian: fix init script start/stop values
Date: Mon, 14 Jun 2010 16:20:37 +0200	[thread overview]
Message-ID: <4C163AB5.3020903@domain.hid> (raw)


[-- 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 --]

             reply	other threads:[~2010-06-14 14:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-14 14:20 Stefan Kisdaroczi [this message]
2010-06-19 14:15 ` [Xenomai-core] [PATCH] debian: fix init script start/stop values Gilles Chanteperdrix

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=4C163AB5.3020903@domain.hid \
    --to=kisda@domain.hid \
    --cc=xenomai@xenomai.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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.