diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-06-04 11:14:51 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-06-04 11:14:51 +0000 |
commit | f135230e406142930249e980f5308991a1734e84 (patch) | |
tree | e182c77c4175fb5989fd87ddca8f2bc3f223f7d4 /net-nds/ypbind/files | |
parent | Fixed description (diff) | |
download | gentoo-2-f135230e406142930249e980f5308991a1734e84.tar.gz gentoo-2-f135230e406142930249e980f5308991a1734e84.tar.bz2 gentoo-2-f135230e406142930249e980f5308991a1734e84.zip |
small fix0r
Diffstat (limited to 'net-nds/ypbind/files')
-rw-r--r-- | net-nds/ypbind/files/digest-ypbind-1.10 | 1 | ||||
-rw-r--r-- | net-nds/ypbind/files/digest-ypbind-1.11-r1 | 1 | ||||
-rw-r--r-- | net-nds/ypbind/files/digest-ypbind-1.7-r6 | 1 | ||||
-rw-r--r-- | net-nds/ypbind/files/ypbind.rc6 | 4 |
4 files changed, 3 insertions, 4 deletions
diff --git a/net-nds/ypbind/files/digest-ypbind-1.10 b/net-nds/ypbind/files/digest-ypbind-1.10 deleted file mode 100644 index 9dedd6bb7284..000000000000 --- a/net-nds/ypbind/files/digest-ypbind-1.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 7d1a9088afaf3c5051c702ea1c37d42b ypbind-mt-1.10.tar.gz 205122 diff --git a/net-nds/ypbind/files/digest-ypbind-1.11-r1 b/net-nds/ypbind/files/digest-ypbind-1.11-r1 new file mode 100644 index 000000000000..091937543226 --- /dev/null +++ b/net-nds/ypbind/files/digest-ypbind-1.11-r1 @@ -0,0 +1 @@ +MD5 c37228a2877a59578227ff9e1b1a060b ypbind-mt-1.11.tar.bz2 143359 diff --git a/net-nds/ypbind/files/digest-ypbind-1.7-r6 b/net-nds/ypbind/files/digest-ypbind-1.7-r6 deleted file mode 100644 index e1f081d40334..000000000000 --- a/net-nds/ypbind/files/digest-ypbind-1.7-r6 +++ /dev/null @@ -1 +0,0 @@ -MD5 d6f98266a18f25337cd6afdb8282af4f ypbind-mt-1.7.tar.gz 151825 diff --git a/net-nds/ypbind/files/ypbind.rc6 b/net-nds/ypbind/files/ypbind.rc6 index 9c3933f6d53b..461b42371e36 100644 --- a/net-nds/ypbind/files/ypbind.rc6 +++ b/net-nds/ypbind/files/ypbind.rc6 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/files/ypbind.rc6,v 1.3 2002/05/28 00:09:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/files/ypbind.rc6,v 1.4 2002/06/04 11:14:51 seemant Exp $ depend() { need net portmap @@ -9,7 +9,7 @@ depend() { } checkconfig() { - [ -s "$YP_DOMAIN" ] && return 0 + [ -n "$YP_DOMAIN" ] && return 0 eerror "You need to setup YP_DOMAIN in /etc/conf.d/ypbind" return 1 } |