[SCM] jackd2/master: Fix comment in postinst script

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Thu Oct 4 16:01:53 UTC 2012


The following commit has been merged in the master branch:
commit 4ffaf1887497f867fb607581842d595868d2da98
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Thu Oct 4 17:58:25 2012 +0200

    Fix comment in postinst script

diff --git a/debian/jackd2.postinst b/debian/jackd2.postinst
index 93d0fe2..1eb2343 100644
--- a/debian/jackd2.postinst
+++ b/debian/jackd2.postinst
@@ -5,8 +5,8 @@
 
 CONFIG_FILE=/etc/security/limits.d/audio.conf
 
-# if neither $CONFIG_FILE nor ${CONFIG_FILE}.disabled exists, the file
-# somehow got lost. Let's copy it over from /usr/share/
+# if neither $CONFIG_FILE nor ${CONFIG_FILE}.disabled exists,
+# let's copy it over from /usr/share/
 if [ ! -s ${CONFIG_FILE} -a ! -s ${CONFIG_FILE}.disabled ]; then
     cp /usr/share/jackd/audio.conf ${CONFIG_FILE}.disabled
 fi

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list