diff options
author | 2006-04-10 19:57:11 +0000 | |
---|---|---|
committer | 2006-04-10 19:57:11 +0000 | |
commit | ad4edadc02c2cbb6b93ad24d446cc117ead58012 (patch) | |
tree | 64401c68c63e3f88d7faabce9321b6c461f976a5 /net-nds/ypbind/files | |
parent | x86 stable (diff) | |
download | historical-ad4edadc02c2cbb6b93ad24d446cc117ead58012.tar.gz historical-ad4edadc02c2cbb6b93ad24d446cc117ead58012.tar.bz2 historical-ad4edadc02c2cbb6b93ad24d446cc117ead58012.zip |
use domainname instead of need since new baselayout doesn't provide it any more.
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'net-nds/ypbind/files')
-rw-r--r-- | net-nds/ypbind/files/ypbind.initd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-nds/ypbind/files/ypbind.initd b/net-nds/ypbind/files/ypbind.initd index a4216d374de7..006050771d96 100644 --- a/net-nds/ypbind/files/ypbind.initd +++ b/net-nds/ypbind/files/ypbind.initd @@ -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/net-nds/ypbind/files/ypbind.initd,v 1.2 2004/10/26 06:25:53 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/files/ypbind.initd,v 1.3 2006/04/10 19:57:11 eradicator Exp $ depend() { - need net portmap domainname - use ypserv + need net portmap + use ypserv domainname } start() { |