diff options
author | Lennart Poettering <lennart@poettering.net> | 2007-11-08 22:31:30 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2007-11-08 22:31:30 +0000 |
commit | a2121d5e6f33b31481a014012b7eef43b8e500db (patch) | |
tree | 8d7a0a32122fca62f835c7b71e8e12ea24c0ca92 /src/pulse/client.conf.in | |
parent | 445991287d541d15a9a446980e1485263ae55e10 (diff) |
strip most comments from the default configuration files, since the man page is now more elaborate and we don't want to maintain those docs redundantly at two places
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2030 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulse/client.conf.in')
-rw-r--r-- | src/pulse/client.conf.in | 29 |
1 files changed, 9 insertions, 20 deletions
diff --git a/src/pulse/client.conf.in b/src/pulse/client.conf.in index 3cfd9760..2bc8a7c8 100644 --- a/src/pulse/client.conf.in +++ b/src/pulse/client.conf.in @@ -17,29 +17,18 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. -## Configuration file for pulseaudio clients. Default values are -## commented out. Use either ; or # for commenting +## Configuration file for PulseAudio clients. See pulse-client.conf(5) for +## more information. Default values a commented out. Use either ; or # for +## commenting. -## Path to the pulseaudio daemon to run when autospawning. -; daemon-binary = @PA_BINARY@ - -## Extra arguments to pass to the pulseaudio daemon -; extra-arguments = --log-target=syslog --exit-idle-time=5 - -## The default sink to connect to -; default-sink = - -## The default source to connect to +; default-sink = ; default-source = - -## The default sever to connect to ; default-server = -## Autospawn daemons? -; autospawn = 0 +; autospawn = no +; daemon-binary = @PA_BINARY@ +; extra-arguments = --log-target=syslog --exit-idle-time=5 -### Cookie file -; cookie-file = +; cookie-file = -### Disable shared memory data transfer -; disable-shm = 0 +; disable-shm = no |