diff options
Diffstat (limited to 'media-libs/nas/files/nas.init.d')
-rw-r--r-- | media-libs/nas/files/nas.init.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/nas/files/nas.init.d b/media-libs/nas/files/nas.init.d index 9a863a8b180c..e3bbb4bae156 100644 --- a/media-libs/nas/files/nas.init.d +++ b/media-libs/nas/files/nas.init.d @@ -1,11 +1,11 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/nas/files/nas.init.d,v 1.3 2004/07/14 22:42:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/nas/files/nas.init.d,v 1.4 2004/09/16 15:49:40 eradicator Exp $ depend() { need net - use alsasound + after alsasound esd } start() { |