summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2006-04-10 19:57:11 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2006-04-10 19:57:11 +0000
commitad4edadc02c2cbb6b93ad24d446cc117ead58012 (patch)
tree64401c68c63e3f88d7faabce9321b6c461f976a5 /net-nds/ypbind/files
parentx86 stable (diff)
downloadhistorical-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.initd6
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() {