# HG changeset patch # User Matthias Förste # Date 1377519616 -7200 # Node ID 0b0e57cd2ce933a9ef52cc42a5016c26780db8b8 # Parent b7fbb644ce4c510c4438ee1b49b3b90cab3f61a5 init skript fixes diff -r b7fbb644ce4c -r 0b0e57cd2ce9 rc.dnsproxy --- a/rc.dnsproxy Mon Aug 26 14:03:12 2013 +0200 +++ b/rc.dnsproxy Mon Aug 26 14:20:16 2013 +0200 @@ -1,20 +1,16 @@ #! /bin/sh ### BEGIN INIT INFO -# Provides: skeleton +# Provides: dnsproxy # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -# Short-Description: Example initscript -# Description: This file should be used to construct scripts to be -# placed in /etc/init.d. +# Short-Description: DNS Proxy ### END INIT INFO # Author: Matthias Förste -# -# PATH should only include /usr/* if it runs after the mountnfs.sh script -PATH=/sbin:/usr/sbin:/bin:/usr/bin +PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin DESC="DNS Proxy" NAME=dnsproxy DAEMON=/usr/local/sbin/$NAME