diff options
Diffstat (limited to 'usr.bin/rdist/os-openbsd.h')
-rw-r--r-- | usr.bin/rdist/os-openbsd.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/rdist/os-openbsd.h b/usr.bin/rdist/os-openbsd.h index da96be555ec..f717372d7a5 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.5 1997/04/27 13:01:29 downsj Exp $*/ +/* * $OpenBSD: os-openbsd.h,v 1.6 1997/07/21 05:26:44 deraadt Exp $*/ /* * Copyright (c) 1993 Michael A. Cooper * Copyright (c) 1993 Regents of the University of California. @@ -158,4 +158,7 @@ typedef void POINTER; * Define this only if the pathname is different than * that which appears in "include/paths.h". */ +#if 0 +/* Not a chance. set the environment variable RSH instead */ #define _PATH_REMSH "/usr/local/bin/ssh" /**/ +#endif |