diff options
author | Brian Cameron <Brian.Cameron@sun.com> | 2005-10-06 19:25:13 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2005-10-06 19:25:13 +0000 |
commit | e46c70b9d805f4aabffac9bd97684052b83f8c47 (patch) | |
tree | 8f1f6c4eebd263042e21e44a6750811b414b4df7 /config/gdm.conf.in | |
parent | 41bf8dc3de7f8e536cdbbdca1bc00c142ff195a2 (diff) | |
download | gdm-e46c70b9d805f4aabffac9bd97684052b83f8c47.tar.gz |
acconfig.h, configure.in, config/gdm.conf.in, daemon/gdm.h, Define
2005-10-05 Brian Cameron <Brian.Cameron@sun.com>
* acconfig.h, configure.in, config/gdm.conf.in,
daemon/gdm.h, Define SoundProgram to be
/usr/bin/audioplay instead of /usr/bin/play
on Solaris. /usr/bin/play doesn't exist on
Solaris.
Diffstat (limited to 'config/gdm.conf.in')
-rw-r--r-- | config/gdm.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gdm.conf.in b/config/gdm.conf.in index fdef023a..fa6af06b 100644 --- a/config/gdm.conf.in +++ b/config/gdm.conf.in @@ -158,7 +158,7 @@ Xnest=@X_XNEST_PATH@/Xnest @X_XNEST_CONFIG_OPTIONS@ # Program used to play sounds. Should not require any 'daemon' or anything # like that as it will be run when no one is logged in yet. -#SoundProgram=/usr/bin/play +#SoundProgram=@SOUND_PROGRAM@ # These are the languages that the console cannot handle because of font # issues. Here we mean the text console, not X. This is only used |