From: yomguy Date: Sun, 19 Dec 2010 15:00:35 +0000 (+0000) Subject: fix init scripts X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=46e5412da42406d258548cd417f15ed4697b48ea;p=telecaster-cgi.git fix init scripts --- diff --git a/conf/etc/init.d/jackd b/conf/etc/init.d/jackd index 31d9047..1c5f6f5 100755 --- a/conf/etc/init.d/jackd +++ b/conf/etc/init.d/jackd @@ -1,6 +1,7 @@ #!/bin/sh ### BEGIN INIT INFO # Provides: jackd +# Required-Start: # Required-Stop: # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 diff --git a/conf/etc/init.d/vncserver b/conf/etc/init.d/vncserver index a6c0988..9411a01 100755 --- a/conf/etc/init.d/vncserver +++ b/conf/etc/init.d/vncserver @@ -1,10 +1,11 @@ #!/bin/sh ### BEGIN INIT INFO # Provides: vncserver +# Required-Start: # Required-Stop: # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -# Short-Description: init script for vncserver with RT capabilities +# Short-Description: init script for the audio vncserver ### END INIT INFO