Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!apple!bloom-beacon!tut.cis.ohio-state.edu!ucbvax!OKEEFFE.BERKELEY.EDU!bostic From: bostic@OKEEFFE.BERKELEY.EDU (Keith Bostic) Newsgroups: comp.bugs.4bsd.ucb-fixes Subject: V1.83 (Rcp/rdist security patch, #2) Message-ID: <8905251818.AA16150@okeeffe.Berkeley.EDU> Date: 25 May 89 18:18:28 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: University of California at Berkeley Lines: 42 Approved: ucb-fixes@okeeffe.berkeley.edu Subject: Rcp/rdist security patch, #2 Index: bin/rcp.c 4.3BSD Description: The recently posted patch for rcp and rdist was missing an include file used by rcp. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pathnames.h # echo x - pathnames.h sed 's/^X//' >pathnames.h << 'END-of-pathnames.h' X/* X * Copyright (c) 1989 The Regents of the University of California. X * All rights reserved. X * X * Redistribution and use in source and binary forms are permitted X * provided that the above copyright notice and this paragraph are X * duplicated in all such forms and that any documentation, X * advertising materials, and other materials related to such X * distribution and use acknowledge that the software was developed X * by the University of California, Berkeley. The name of the X * University may not be used to endorse or promote products derived X * from this software without specific prior written permission. X * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR X * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED X * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. X * X * @(#)pathnames.h 5.2 (Berkeley) 5/10/89 X */ X X#define _PATH_BSHELL "/bin/sh" X#define _PATH_CP "/bin/cp" X#define _PATH_RSH "/usr/ucb/rsh" END-of-pathnames.h exit