diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-21 05:26:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-21 05:26:45 +0000 |
commit | 7d330777bab7dbaf8003284034c688a493098134 (patch) | |
tree | b697c59d63b3b1adf2b8d9ebd0308d01e1e0abca /usr.bin/rdist | |
parent | 55ada32e460359feff814259799b15b26b719ca2 (diff) |
no, not ssh
Diffstat (limited to 'usr.bin/rdist')
-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 |