[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.11-9-g0b428e7
Lennart Poettering
gitmailer-noreply at 0pointer.de
Wed Jul 30 11:36:41 PDT 2008
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The master branch has been updated
from 656d243f2bc1ac1b6ff15850af93598eea8cac66 (commit)
- Log -----------------------------------------------------------------
0b428e7... don't allow --start in system mode
-----------------------------------------------------------------------
Summary of changes:
src/daemon/main.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
commit 0b428e7cb1efdd7330b89a9855f08c45bfa98307
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Jul 30 20:36:34 2008 +0200
don't allow --start in system mode
diff --git a/src/daemon/main.c b/src/daemon/main.c
index a8880a3..5fc9f01 100644
--- a/src/daemon/main.c
+++ b/src/daemon/main.c
@@ -627,6 +627,11 @@ int main(int argc, char *argv[]) {
goto finish;
}
+ if (conf->cmd == PA_CMD_START && conf->system_instance) {
+ pa_log("--start not supported for system instances.");
+ goto finish;
+ }
+
if (conf->cmd == PA_CMD_START) {
/* If we shall start PA only when it is not running yet, we
* first take the autospawn lock to make things
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list