diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-09 17:25:34 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-09 17:25:34 +0000 |
commit | b3adc9f262998aa513a67b4a045ec3d2c703f610 (patch) | |
tree | 41a0170b70a84933be129a2f7d0834cce34dfd1c /net-nds/ypbind | |
parent | Marked stable on hppa. (Manifest recommit) (diff) | |
download | gentoo-2-b3adc9f262998aa513a67b4a045ec3d2c703f610.tar.gz gentoo-2-b3adc9f262998aa513a67b4a045ec3d2c703f610.tar.bz2 gentoo-2-b3adc9f262998aa513a67b4a045ec3d2c703f610.zip |
Added eends to the init script.
Diffstat (limited to 'net-nds/ypbind')
-rw-r--r-- | net-nds/ypbind/ChangeLog | 6 | ||||
-rw-r--r-- | net-nds/ypbind/files/ypbind.rc5 | 2 | ||||
-rw-r--r-- | net-nds/ypbind/files/ypbind.rc6 | 4 |
3 files changed, 10 insertions, 2 deletions
diff --git a/net-nds/ypbind/ChangeLog b/net-nds/ypbind/ChangeLog index 9bb31d2366d0..a021b52d4969 100644 --- a/net-nds/ypbind/ChangeLog +++ b/net-nds/ypbind/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-nds/ypbind # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.14 2004/04/05 02:30:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.15 2004/04/09 17:25:33 eradicator Exp $ + + 09 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> files/ypbind.rc5, + files/ypbind.rc6: + Added eends to the init script. 04 Apr 2004; Aron Griffis <agriffis@gentoo.org> ypbind-1.11-r1.ebuild: Stable on ia64 for bug 46557 diff --git a/net-nds/ypbind/files/ypbind.rc5 b/net-nds/ypbind/files/ypbind.rc5 index 82de473eecde..231d266ca420 100644 --- a/net-nds/ypbind/files/ypbind.rc5 +++ b/net-nds/ypbind/files/ypbind.rc5 @@ -29,6 +29,8 @@ start() { if [ $notfound -eq 1 ] then eend 1 "No NIS server found" + else + eend 0 fi else eend $? "Error starting ${SERVICE}." diff --git a/net-nds/ypbind/files/ypbind.rc6 b/net-nds/ypbind/files/ypbind.rc6 index d87cdb0ee73d..7a0add1cca09 100644 --- a/net-nds/ypbind/files/ypbind.rc6 +++ b/net-nds/ypbind/files/ypbind.rc6 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/files/ypbind.rc6,v 1.6 2004/03/06 03:44:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/files/ypbind.rc6,v 1.7 2004/04/09 17:25:34 eradicator Exp $ depend() { need net portmap @@ -28,6 +28,8 @@ start() { done if [ $notfound -eq 1 ] ; then eend 1 "No NIS server found" + else + eend 0 fi else eend $? |