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

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Mon Jun 29 15:49:01 UTC 2009


The following commit has been merged in the master branch:
commit 480587adab7d0c7dbdc8be1e09344c34733f6b26
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Mon Jun 29 17:47:24 2009 +0200

    Rename realtime limits file to audio.conf
    
    pam_limits only respects config files in /etc/security/limits.d/ if
    they're called *.conf.

diff --git a/debian/jackd.postinst b/debian/jackd.postinst
index 66c859d..2b423fa 100644
--- a/debian/jackd.postinst
+++ b/debian/jackd.postinst
@@ -3,7 +3,7 @@
 # Source debconf library.
 . /usr/share/debconf/confmodule
 
-CONFIG_FILE=/etc/security/limits.d/audio
+CONFIG_FILE=/etc/security/limits.d/audio.conf
 
 db_get jackd/tweak_rt_limits
 if [ $RET = "true" ]; then
diff --git a/debian/jackd.postrm b/debian/jackd.postrm
index 7e653f5..605917c 100644
--- a/debian/jackd.postrm
+++ b/debian/jackd.postrm
@@ -1,7 +1,7 @@
 #!/bin/sh -e
 #
 #
-CONFIG_FILE=/etc/security/limits.d/audio
+CONFIG_FILE=/etc/security/limits.d/audio.conf
 
 if [ "$1" = "purge" ]
 then
diff --git a/debian/jackd.templates b/debian/jackd.templates
index 542b682..1ebd01a 100644
--- a/debian/jackd.templates
+++ b/debian/jackd.templates
@@ -14,4 +14,4 @@ _Description: Do you want to enable realtime priorities in /etc/security/limits.
  .
  The Debian default is to DISABLE realtime priorities, however, if you
  intend to run jackd with very low latencies, enable this option in order to
- place the approriate settings in /etc/security/limits.d/audio.
+ place the approriate settings in /etc/security/limits.d/audio.conf.

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



More information about the pkg-multimedia-commits mailing list