diff options
author | Stanislav Brabec <utx@gentoo.org> | 2003-05-30 22:56:12 +0000 |
---|---|---|
committer | Stanislav Brabec <utx@gentoo.org> | 2003-05-30 22:56:12 +0000 |
commit | 1d01603b6b07d1c3c88ea197df7adc3014cf0c85 (patch) | |
tree | c2f53a7703a90b496a86821a6c7d60fef805f40f /media-sound/esound/files | |
parent | Fixed LICENSE (diff) | |
download | historical-1d01603b6b07d1c3c88ea197df7adc3014cf0c85.tar.gz historical-1d01603b6b07d1c3c88ea197df7adc3014cf0c85.tar.bz2 historical-1d01603b6b07d1c3c88ea197df7adc3014cf0c85.zip |
masked, added warning about client config
Diffstat (limited to 'media-sound/esound/files')
-rw-r--r-- | media-sound/esound/files/esound.conf.d | 5 | ||||
-rw-r--r-- | media-sound/esound/files/esound.init.d | 7 |
2 files changed, 11 insertions, 1 deletions
diff --git a/media-sound/esound/files/esound.conf.d b/media-sound/esound/files/esound.conf.d index 0a3faa37dbec..243feeb971e4 100644 --- a/media-sound/esound/files/esound.conf.d +++ b/media-sound/esound/files/esound.conf.d @@ -2,6 +2,11 @@ # Note: You need to start esound on boot, only if you want to use it over network. +# Warning: To use global esound daemon, you must also set spawn_options +# in /etc/esd/esd.conf to the same protocol (i. e. add "-tcp") and unset +# "Enable sound server startup" in gnome-sound-properties for all users +# and optionally handle authentization. + # For more see "esd -h". diff --git a/media-sound/esound/files/esound.init.d b/media-sound/esound/files/esound.init.d index ae1efd1449eb..5436b88989ef 100644 --- a/media-sound/esound/files/esound.init.d +++ b/media-sound/esound/files/esound.init.d @@ -1,10 +1,15 @@ #!/sbin/runscript # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/files/esound.init.d,v 1.1 2003/05/29 22:36:51 utx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/files/esound.init.d,v 1.2 2003/05/30 22:55:56 utx Exp $ # Note: You need to start esound on boot, only if you want to use it over network. +# Warning: To use global esound daemon, you must also set spawn_options +# in /etc/esd/esd.conf to the same protocol (i. e. add "-tcp") and unset +# "Enable sound server startup" in gnome-sound-properties for all users +# and optionally handle authentization. + . /etc/conf.d/esound depend() { |