[SCM] Debian packaging for jack-audio-connection-kit branch, master, updated. debian/0.116.1-4-37-g17d8899

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Thu Jul 9 20:53:57 UTC 2009


The following commit has been merged in the master branch:
commit fcc60ac74eb5fccb75c28782976325fb29480153
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Thu Jul 9 22:20:31 2009 +0200

    Test if /etc/default/jackd exists. Thanks, lintian.

diff --git a/debian/jackd.init b/debian/jackd.init
old mode 100755
new mode 100644
index e87168d..7ef2840
--- a/debian/jackd.init
+++ b/debian/jackd.init
@@ -25,7 +25,9 @@ OPTIONS=""
 PIDFILE="/var/run/jackd.pid"
 
 test -f /etc/default/jackd || exit 0
-. /etc/default/jackd
+if [ -f /etc/default/jackd ]; then
+    . /etc/default/jackd
+fi
 
 OPTIONS="$OPTIONS"
 

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list