summaryrefslogtreecommitdiffstats
path: root/ubuntu/lucid_automake/dependencies/arts/debian/README.Debian
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-03-09 03:26:50 +0100
committerSlávek Banko <slavek.banko@axis.cz>2014-03-09 03:26:50 +0100
commit4538fd673d9de4a9764f7ce96e35dc9d4e4977cf (patch)
treeb47d494ac058f89a207b3c8219560bea557d5780 /ubuntu/lucid_automake/dependencies/arts/debian/README.Debian
parent5fff8c470474773fad5bd31decf0aa25a5c4f59b (diff)
downloadtde-packaging-4538fd673d9de4a9764f7ce96e35dc9d4e4977cf.tar.gz
tde-packaging-4538fd673d9de4a9764f7ce96e35dc9d4e4977cf.zip
Housekeeping in Debian and Ubuntu
Diffstat (limited to 'ubuntu/lucid_automake/dependencies/arts/debian/README.Debian')
-rw-r--r--ubuntu/lucid_automake/dependencies/arts/debian/README.Debian26
1 files changed, 0 insertions, 26 deletions
diff --git a/ubuntu/lucid_automake/dependencies/arts/debian/README.Debian b/ubuntu/lucid_automake/dependencies/arts/debian/README.Debian
deleted file mode 100644
index 0f71977d0..000000000
--- a/ubuntu/lucid_automake/dependencies/arts/debian/README.Debian
+++ /dev/null
@@ -1,26 +0,0 @@
-aRts for Debian ships without the SUID bit set on artswrapper, thus
-preventing the aRts daemon from running with realtime scheduling
-priority, a feature which helps prevent audio skips and jumps.
-
-This restriction is in place due to aRts' unfortunate tendency to
-lock the system on exit, when run with realtime priority on systems
-with a 2.4 series kernel.
-
-NB: The aKode library, used in conjunction with aRts, dramatically
-improves aRts' CPU usage and helps to maintain uninterrupted
-playback, often making realtime scheduling unnecessary. To make use
-of aKode, simply "apt-get install libarts1-akode".
-
-Users running other kernels, or simply willing to risk it, can set
-SUID on artswrapper, thus enabling the possibility of realtime
-scheduling, by running, as root:
-
-dpkg-statoverride --add --update root root 4755 /usr/bin/artswrapper
-
-If this causes problems, the default permissions can be restored by
-running, as root:
-
-dpkg-statoverride --remove /usr/bin/artswrapper
-chmod 0755 /usr/bin/artswrapper
-
- -- Christopher Martin <chrsmrtn@debian.org> Mon, 6 Dec 2004 12:26:16 -0500