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 | c7680a50294c2a839fd3c7717275f995d189d5bf (patch) | |
tree | 4ffbc15517ff21214b1c74bdf2984b4606aca297 /net-nds | |
parent | Marked stable on hppa. (diff) | |
download | historical-c7680a50294c2a839fd3c7717275f995d189d5bf.tar.gz historical-c7680a50294c2a839fd3c7717275f995d189d5bf.tar.bz2 historical-c7680a50294c2a839fd3c7717275f995d189d5bf.zip |
Added eends to the init script.
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/ypbind/ChangeLog | 6 | ||||
-rw-r--r-- | net-nds/ypbind/Manifest | 10 | ||||
-rw-r--r-- | net-nds/ypbind/files/ypbind.rc5 | 2 | ||||
-rw-r--r-- | net-nds/ypbind/files/ypbind.rc6 | 4 |
4 files changed, 15 insertions, 7 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/Manifest b/net-nds/ypbind/Manifest index 25309a1fc1c1..2b916439a57c 100644 --- a/net-nds/ypbind/Manifest +++ b/net-nds/ypbind/Manifest @@ -1,10 +1,10 @@ -MD5 e3a76fdb5405f993bb194f06ba16e5e6 ChangeLog 2419 -MD5 b4250d37c432457e1233b13411e97a1b ypbind-1.11-r1.ebuild 945 MD5 1207eca947510e4a11ef8f1cf9e94e2c ypbind-1.12.ebuild 1056 MD5 732750ad4b3715a15a4a15743a131d58 ypbind-1.17.2.ebuild 1211 -MD5 07fdb01e99c0cb8ab5b3e770d83d7449 files/digest-ypbind-1.11-r1 67 +MD5 b4250d37c432457e1233b13411e97a1b ypbind-1.11-r1.ebuild 945 +MD5 331558b3fd52a54f4678d0aec37c6092 ChangeLog 2551 MD5 f7d2018bc2060d296bc12767a9f5c58f files/ypbind.confd 117 -MD5 872185d0cbdbf410af0eade7b3f0c1ba files/ypbind.rc5 1020 -MD5 94ace9551c4f53a230a59d7c67dfb39a files/ypbind.rc6 953 +MD5 07fdb01e99c0cb8ab5b3e770d83d7449 files/digest-ypbind-1.11-r1 67 MD5 254697d0a1a3eda6978996e737ba3f42 files/digest-ypbind-1.12 67 MD5 abf5b898fdb40aee7909eb21402b8b16 files/digest-ypbind-1.17.2 69 +MD5 7d2ecfb4fe17b37926695395e98a2444 files/ypbind.rc5 1039 +MD5 779f0024f4370774f6e60cd2968338f9 files/ypbind.rc6 974 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 $? |