diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-05-15 22:06:00 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-05-15 22:06:00 +0000 |
commit | 5763b7794168e8f3a6e58109128e0612792bb262 (patch) | |
tree | 84575a84315ffcba53360994d4b220c405b0d75d /media-sound/alsa-utils | |
parent | Version bump (#214487). (diff) | |
download | gentoo-2-5763b7794168e8f3a6e58109128e0612792bb262.tar.gz gentoo-2-5763b7794168e8f3a6e58109128e0612792bb262.tar.bz2 gentoo-2-5763b7794168e8f3a6e58109128e0612792bb262.zip |
Clarify KILLPROC use on configuration
(Portage version: 2.1.5)
Diffstat (limited to 'media-sound/alsa-utils')
-rw-r--r-- | media-sound/alsa-utils/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/alsa-utils/files/alsasound.confd | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/media-sound/alsa-utils/ChangeLog b/media-sound/alsa-utils/ChangeLog index 731d87fab4e3..d1cf78d8efee 100644 --- a/media-sound/alsa-utils/ChangeLog +++ b/media-sound/alsa-utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/alsa-utils # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.238 2008/05/15 20:17:46 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.239 2008/05/15 22:05:59 beandog Exp $ + + 15 May 2008; Steve Dibb <beandog@gentoo.org> files/alsasound.confd: + Clarify KILLPROC use on configuration 15 May 2008; Steve Dibb <beandog@gentoo.org> files/alsasound.initd: Don't restore soundlevels unless ALSA properly initializes, bug 196908 diff --git a/media-sound/alsa-utils/files/alsasound.confd b/media-sound/alsa-utils/files/alsasound.confd index 9f4e2cd76d44..2da67da35c72 100644 --- a/media-sound/alsa-utils/files/alsasound.confd +++ b/media-sound/alsa-utils/files/alsasound.confd @@ -35,9 +35,7 @@ UNLOAD_ON_STOP="yes" # KILLPROC_ON_STOP # Do you want to kill any processes using ALSA when alsasound stops? -# Warning: may create some unexpected window behavior or -# crash running applications. -# Also, if you are not using modules, it is safe to disable this. +# If you are using ALSA modules, leave as yes. # no - Do not terminate ALSA processes # yes - Kill running processes using ALSA KILLPROC_ON_STOP="yes" |