Subject: fix default path on debian
Author: Olivier Sallou <olivier.sallou@irisa.fr>
Description: update path to be debian compliant
Last-Updated: 18/10/2011
--- a/etc/init.d/gbrowse-slave
+++ b/etc/init.d/gbrowse-slave
@@ -1,6 +1,6 @@
 #!/bin/sh
 ### BEGIN INIT INFO
-# Provides:          gbrowse_slave
+# Provides:          gbrowse-slave
 # Required-Start:    $remote_fs $syslog
 # Required-Stop:     $remote_fs $syslog
 # Default-Start:     2 3 4 5
@@ -24,8 +24,8 @@
 VERBOSITY=1
 NICE=0
 
-if [ -f $ETC/default/gbrowse-slave ]; then
-  . $ETC/default/gbrowse-slave
+if [ -f /etc/default/gbrowse-slave ]; then
+  . /etc/default/gbrowse-slave
 fi
 
 mkdir -p $RUNDIR
