diff options
Diffstat (limited to 'media-sound/esound/files/esound.init.d')
-rw-r--r-- | media-sound/esound/files/esound.init.d | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/media-sound/esound/files/esound.init.d b/media-sound/esound/files/esound.init.d index 5436b88989ef..d09c0961b397 100644 --- a/media-sound/esound/files/esound.init.d +++ b/media-sound/esound/files/esound.init.d @@ -1,7 +1,7 @@ #!/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.2 2003/05/30 22:55:56 utx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/files/esound.init.d,v 1.3 2004/02/01 20:32:42 vapier Exp $ # Note: You need to start esound on boot, only if you want to use it over network. @@ -10,8 +10,6 @@ # "Enable sound server startup" in gnome-sound-properties for all users # and optionally handle authentization. -. /etc/conf.d/esound - depend() { use net@extradepend@ } |