[Chilli] patch adding LSB "INIT INFO" to /etc/init.d/chilli (e.g. for Debian 7)
Steffen Dettmer
steffen.dettmer at nomadrail.com
Wed Nov 13 15:37:08 UTC 2013
Hi,
I got a warning when installing Coova Chilli and solved it by adding the LSB "INIT INFO" shown below to /etc/init.d/chilli.
Regards,
Steffen
diff -Nur coova-chilli-1.3.1-svn.dist/debian/coova-chilli.chilli.init coova-chilli-1.3.1-svn/debian/coova-chilli.chilli.init
--- coova-chilli-1.3.1-svn.dist/debian/coova-chilli.chilli.init 2013-11-13 10:59:26.035517922 +0100
+++ coova-chilli-1.3.1-svn/debian/coova-chilli.chilli.init 2013-11-13 10:59:47.183520242 +0100
@@ -1,4 +1,23 @@
#! /bin/sh
+### BEGIN INIT INFO
+# Provides: chilli
+# Required-Start:
+# Required-Stop:
+# Should-Start: $syslog $network
+# Should-Stop: $syslog $network
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: Starts and stops Coova Chilli access controller.
+# Description: CoovaChilli is an open-source software access controller
+# for captive portal (UAM) and 802.1X access provisioning,
+# based on the popular (but now defunct) ChilliSpot
+# project. It is a feature rich software access controller
+# that provides a captive portal / walled-garden
+# environment and uses RADIUS or a HTTP protocol for access
+# provisioning and accounting.
+### END INIT INFO
+
+# Do NOT "set -e"
PATH=/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/sbin/chilli
More information about the Chilli
mailing list