From 09bf654e4647f7cc4d22f98a804bcc0e26a07f49 Mon Sep 17 00:00:00 2001 From: AladW Date: Tue, 22 Apr 2014 10:09:00 +0200 Subject: [PATCH] Include INIT INFO MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prevent LSB errors insserv: warning: script ‘K01sandfox’ missing LSB tags and overrides insserv: warning: script ‘sandfox’ missing LSB tags and overrides As mentioned in comment 38: http://igurublog.wordpress.com/downloads/script-sandfox/?com=32950#comments --- distros/debian/sandfox-initd | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/distros/debian/sandfox-initd b/distros/debian/sandfox-initd index 12b3592..dd66b46 100755 --- a/distros/debian/sandfox-initd +++ b/distros/debian/sandfox-initd @@ -1,5 +1,13 @@ #!/bin/bash -# Sandfox boot startup script for Ubuntu and similar +### BEGIN INIT INFO +# Provides: sandfox +# Required-Start: $local_fs $network +# Required-Stop: $local_fs +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: sandfox +# Description: Sandfox boot startup script for Ubuntu and similar +### END INIT INFO sandfoxuser=myuser sandfoxprofile=firefox