summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-10-26 06:25:53 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-10-26 06:25:53 +0000
commitd6228a3ee7cc6089f1abb2e728583239a5cfe50f (patch)
tree8783067676f284dba45f54314d72e0af30a5a8f2 /net-nds/ypbind
parentChanged ${myconf} to ${TETEX_ECONF}. (diff)
downloadgentoo-2-d6228a3ee7cc6089f1abb2e728583239a5cfe50f.tar.gz
gentoo-2-d6228a3ee7cc6089f1abb2e728583239a5cfe50f.tar.bz2
gentoo-2-d6228a3ee7cc6089f1abb2e728583239a5cfe50f.zip
Added missing eend to init script.
Diffstat (limited to 'net-nds/ypbind')
-rw-r--r--net-nds/ypbind/files/ypbind.initd3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-nds/ypbind/files/ypbind.initd b/net-nds/ypbind/files/ypbind.initd
index 4e5c245c07db..a4216d374de7 100644
--- a/net-nds/ypbind/files/ypbind.initd
+++ b/net-nds/ypbind/files/ypbind.initd
@@ -1,7 +1,7 @@
#!/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.1 2004/07/24 06:37:23 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/files/ypbind.initd,v 1.2 2004/10/26 06:25:53 eradicator Exp $
depend() {
need net portmap domainname
@@ -32,6 +32,7 @@ start() {
stop() {
ebegin "Stopping ypbind"
start-stop-daemon --stop --quiet --exec /usr/sbin/ypbind
+ eend $?
# Remove binding files, if ypbind "forgets" it
rm -f /var/yp/binding/*
}