diff options
Diffstat (limited to 'src/daemon/esdcompat.in')
| -rwxr-xr-x | src/daemon/esdcompat.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/daemon/esdcompat.in b/src/daemon/esdcompat.in index ece1f4f9..41a12a02 100755 --- a/src/daemon/esdcompat.in +++ b/src/daemon/esdcompat.in @@ -1,7 +1,5 @@ #!/bin/sh -# $Id$ -# # This file is part of PulseAudio. # # PulseAudio is free software; you can redistribute it and/or modify @@ -28,7 +26,7 @@ fail() { ARGS=" --log-target=syslog" -for N in $(seq $#) ; do +while [ "$#" -gt "0" ]; do case "$1" in "") @@ -61,7 +59,7 @@ Ignored directives: -terminate terminate esd daemone after last client exits -nobeeps disable startup beeps -trust start esd even if use of /tmp/.esd can be insecure - -port PORT listen for connections at PORT (only for tcp/ip) + -port PORT listen for connections at PORT (only for tcp/ip) -bind ADDRESS binds to ADDRESS (only for tcp/ip) EOF exit 0 |
