summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-09-20 19:01:59 +0000
committerLennart Poettering <lennart@poettering.net>2006-09-20 19:01:59 +0000
commitbf83a961d5b246b6aed1d52d27f37e4b745bf264 (patch)
tree061b6c7b52f1b226506d48fec9ab8e8b3bf600aa /configure.ac
parent71a6ceb29bb7714389576d274216e1a275fa08aa (diff)
rename default realtime group from "realtime" to "pulse-rt", since it is pulseaudio specific. you may still pass --with-realtime-group=realtime to configure to get the old behaviour
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1400 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 48b86cd3..2f09279c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -707,7 +707,7 @@ AC_DEFINE_UNQUOTED(PA_SYSTEM_GROUP,"$PA_SYSTEM_GROUP", [Group for the PulseAudio
AC_ARG_WITH(realtime_group,AS_HELP_STRING([--with-realtime-group=<group>],[Group for users that are allowed to start the PulseAudio daemon with realtime scheduling (realtime)]))
if test -z "$with_realtime_group" ; then
- PA_REALTIME_GROUP=realtime
+ PA_REALTIME_GROUP=pulse-rt
else
PA_REALTIME_GROUP=$with_realtime_group
fi