mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
update @@ tokens according to recent Makefile.am change
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1107 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
45a9a8bcb5
commit
2b31a900d6
3 changed files with 10 additions and 4 deletions
|
|
@ -52,11 +52,11 @@
|
|||
## The path were to look for dynamic shared objects (DSOs aka
|
||||
## plugins). You may specify more than one path seperated by
|
||||
## colons.
|
||||
; dl-search-path = @DLSEARCHPATH@
|
||||
; dl-search-path = @PA_DLSEARCHPATH@
|
||||
|
||||
## The default script file to load. Specify an empty string for not
|
||||
## loading a default script file. The
|
||||
; default-script-file = @DEFAULT_CONFIG_FILE@
|
||||
; default-script-file = @PA_DEFAULT_CONFIG_FILE@
|
||||
|
||||
## The default log target. Use either "stderr", "syslog" or
|
||||
## "auto". The latter is equivalent to "sylog" in case daemonize is
|
||||
|
|
|
|||
|
|
@ -95,4 +95,4 @@ EOF
|
|||
shift
|
||||
done
|
||||
|
||||
eval "exec '@PULSEAUDIO_BINARY@'$ARGS"
|
||||
eval "exec '@PA_BINARY@'$ARGS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue