summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArcady Genkin <agenkin@gentoo.org>2003-01-26 01:59:01 +0000
committerArcady Genkin <agenkin@gentoo.org>2003-01-26 01:59:01 +0000
commit5a87d4af3901ff1aa5a7d2ba497e1eb85e169080 (patch)
treefa7d31613be8817983360f309b63ee68060e225e /media-sound/aumix/files
parentversion bump and bug fixes (diff)
downloadhistorical-5a87d4af3901ff1aa5a7d2ba497e1eb85e169080.tar.gz
historical-5a87d4af3901ff1aa5a7d2ba497e1eb85e169080.tar.bz2
historical-5a87d4af3901ff1aa5a7d2ba497e1eb85e169080.zip
Removing "need local" since this creates a circular dependency.
[The init script `local' has "after *".]
Diffstat (limited to 'media-sound/aumix/files')
-rw-r--r--media-sound/aumix/files/aumix.rc65
1 files changed, 2 insertions, 3 deletions
diff --git a/media-sound/aumix/files/aumix.rc6 b/media-sound/aumix/files/aumix.rc6
index 142c52dacb33..d2f36ed3e2a8 100644
--- a/media-sound/aumix/files/aumix.rc6
+++ b/media-sound/aumix/files/aumix.rc6
@@ -1,11 +1,10 @@
#!/sbin/runscript
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/files/aumix.rc6,v 1.1 2001/12/23 23:01:00 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/files/aumix.rc6,v 1.2 2003/01/26 01:59:01 agenkin Exp $
depend() {
- # User could have some wierd setup that uses /etc/init.d/local ?
- need modules local
+ need modules
use alsa
}