Hi,
this patch additionally adds LSB headers to ipamsq-kmod (not only
ipmasq). Daniel, can we get a new version uploaded please?
Cheers,
 -- Guido
>From df397fd8dd6bb70eec83853442892cc5e3bcbbbe Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Guido=20G=C3=BCnther?= <a...@sigxcpu.org>
Date: Sat, 28 Mar 2009 14:51:16 +0100
Subject: [PATCH] LSB headers for ipmasq and ipmasq-kmod

---
 init/ipmasq      |    9 +++++++++
 init/ipmasq-kmod |    7 +++++++
 2 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/init/ipmasq b/init/ipmasq
index 0641703..09e563b 100755
--- a/init/ipmasq
+++ b/init/ipmasq
@@ -1,4 +1,13 @@
 #!/bin/sh
+### BEGIN INIT INFO
+# Provides:          ipmasq
+# Required-Start:    $remote_fs $syslog $network ipmasq-kmod
+# Required-Stop:     $remote_fs $syslog $network
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Start ipmasq at boot time
+# Description:       Set up IP masquerading for Debian systems
+### END INIT INFO
 #
 # ipmasq.init	Set up IP Masquerading for Debian systems
 #
diff --git a/init/ipmasq-kmod b/init/ipmasq-kmod
index 4ccfb52..843c89d 100755
--- a/init/ipmasq-kmod
+++ b/init/ipmasq-kmod
@@ -1,4 +1,11 @@
 #!/bin/sh
+### BEGIN INIT INFO
+# Provides:          ipmasq-kmod
+# Required-Start:
+# Required-Stop:
+# Default-Start:     S
+# Default-Stop:
+# Short-Description: load kernel moduls for ipmasq.
 #
 # ipmasq-kmod.init	Set up IP Masquerading for Debian systems
 #
-- 
1.6.2

Reply via email to