sob@lib.tmc.edu (Stan Barber) (12/18/89)
[Well, as soon as I get it out the door, a bug shows up. If you are running
YP, you must install this. Others are strongly encouraged to do so. --sob]
Description:
This is an official patch for rn 4.3.
Configure does not correctly detect if YP is working, when it
really is [at least as much as YP can work :-(].
Comments or other fixes should be sent to rrn@lib.tmc.edu.
Fix:
cd to your rn source directory and patch away
Index: patchlevel
Prereq: 43
*** patchlevel Mon Feb 2 17:24:23 1987
--- ../rn/patchlevel Mon Nov 6 00:51:21 1989
***************
*** 1
! Patch #: 43
--- 1 -----
! Patch #: 44
Index: Configure
Prereq: 4.3.2.14
*** Configure Sun Dec 17 18:55:22 1989
--- ../rn/Configure Mon Dec 18 00:03:20 1989
***************
*** 3,9
# If these # comments don't work, trim them. Don't worry about the other
# shell scripts, Configure will trim # comments from them for you.
#
! # $Header: Configure,v 4.3.2.14 89/12/17 12:55:39 sob Exp $
#
# $Log: Configure,v $
# Revision 4.3.2.14 89/12/17 12:55:39 sob
--- 3,9 -----
# If these # comments don't work, trim them. Don't worry about the other
# shell scripts, Configure will trim # comments from them for you.
#
! # $Header: Configure,v 4.3.2.15 89/12/18 00:02:04 sob Exp $
#
# $Log: Configure,v $
# Revision 4.3.2.15 89/12/18 00:02:04 sob
***************
*** 6,11
# $Header: Configure,v 4.3.2.14 89/12/17 12:55:39 sob Exp $
#
# $Log: Configure,v $
# Revision 4.3.2.14 89/12/17 12:55:39 sob
# Minor bug fix to yp detection code.
#
--- 6,16 -----
# $Header: Configure,v 4.3.2.15 89/12/18 00:02:04 sob Exp $
#
# $Log: Configure,v $
+ # Revision 4.3.2.15 89/12/18 00:02:04 sob
+ # Fixed bug reported by Jim Thompson <jthomp@sun.com> on the
+ # use of ypmatch against the so-called services.byname YP map.
+ # Sigh. Will YP EVER work?
+ #
# Revision 4.3.2.14 89/12/17 12:55:39 sob
# Minor bug fix to yp detection code.
#
***************
*** 642,648
$echo "file the old fashioned way!"
;;
*)
! $ypmatch login services > /dev/null 2>/dev/null
status=$?
if $test $status -ne 0 ; then
$echo "YP installed, but not operational. We won't use it."
--- 647,653 -----
$echo "file the old fashioned way!"
;;
*)
! $ypmatch 513/tcp services > /dev/null 2>/dev/null
status=$?
if $test $status -ne 0 ; then
$echo "YP installed, but not operational. We won't use it."karl@cheops.cis.ohio-state.edu (Karl Kleinpaste) (12/19/89)
The new rn kit, patchlevel 43, plus patches 41-44 are now available via uucp on osu-cis. --Karl [72] [11:08am] saqqara:/# cd /usr/spool/uucppublic/rn [73] [11:08am] saqqara:/n/tut/0/ftp/pub/rn# list -R total 8 14342 drwxrwxr-x 4 karl staff 2048 Dec 18 11:06 . 22530 drwxrwxr-x 68 ftp staff 2048 Dec 11 11:13 .. 43011 drwxr-xr-x 2 karl staff 2048 Dec 18 11:02 patches 57364 drwxr-xr-x 2 karl staff 2048 Dec 18 11:03 rn-4.3-pch43 patches: total 94 43011 drwxr-xr-x 2 karl staff 2048 Dec 18 11:02 . 14342 drwxrwxr-x 4 karl staff 2048 Dec 18 11:06 .. 43083 -rw-r--r-- 1 karl staff 28983 Dec 18 11:01 patch.41.Z 43030 -rw-r--r-- 1 karl staff 29938 Dec 18 11:01 patch.42.Z 43080 -rw-r--r-- 1 karl staff 27161 Dec 18 11:02 patch.43.Z 43081 -rw-r--r-- 1 karl staff 1824 Dec 18 11:02 patch.44.Z rn-4.3-pch43: total 260 57364 drwxr-xr-x 2 karl staff 2048 Dec 18 11:03 . 14342 drwxrwxr-x 4 karl staff 2048 Dec 18 11:06 .. 57382 -rw-r--r-- 1 karl staff 29225 Dec 18 10:58 kit1.Z 57366 -rw-r--r-- 1 karl staff 30202 Dec 18 10:58 kit2.Z 57367 -rw-r--r-- 1 karl staff 30013 Dec 18 10:59 kit3.Z 57368 -rw-r--r-- 1 karl staff 28533 Dec 18 10:59 kit4.Z 57369 -rw-r--r-- 1 karl staff 28089 Dec 18 10:59 kit5.Z 57370 -rw-r--r-- 1 karl staff 30266 Dec 18 11:00 kit6.Z 57378 -rw-r--r-- 1 karl staff 29385 Dec 18 11:00 kit7.Z 57379 -rw-r--r-- 1 karl staff 31892 Dec 18 11:01 kit8.Z 57380 -rw-r--r-- 1 karl staff 17622 Dec 18 11:01 kit9.Z [74] [11:08am] saqqara:/n/tut/0/ftp/pub/rn#