diff options
Diffstat (limited to 'usr.bin/rdist/os-openbsd.h')
-rw-r--r-- | usr.bin/rdist/os-openbsd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rdist/os-openbsd.h b/usr.bin/rdist/os-openbsd.h index e4023520b56..99862dc546f 100644 --- a/usr.bin/rdist/os-openbsd.h +++ b/usr.bin/rdist/os-openbsd.h @@ -1,4 +1,4 @@ -/* * $OpenBSD: os-openbsd.h,v 1.3 1996/06/26 05:38:15 deraadt Exp $*/ +/* * $OpenBSD: os-openbsd.h,v 1.4 1997/02/09 23:58:44 millert Exp $*/ /* * Copyright (c) 1993 Michael A. Cooper * Copyright (c) 1993 Regents of the University of California. @@ -156,4 +156,4 @@ typedef void POINTER; * Define this only if the pathname is different than * that which appears in "include/paths.h". */ -#define _PATH_REMSH "/usr/bin/rsh" /**/ +#define _PATH_REMSH "/usr/local/bin/ssh" /**/ |