diff options
author | 1997-07-22 04:34:28 +0000 | |
---|---|---|
committer | 1997-07-22 04:34:28 +0000 | |
commit | 499779c2757457585a9500aa2a9db524677c9807 (patch) | |
tree | c1e59ef3a5335000eecae453de608f703fc67f05 | |
parent | use /sys/conf/GENERIC (diff) | |
download | wireguard-openbsd-499779c2757457585a9500aa2a9db524677c9807.tar.xz wireguard-openbsd-499779c2757457585a9500aa2a9db524677c9807.zip |
Define _PATH_REMSH to _PATH_RSH
-rw-r--r-- | usr.bin/rdist/os-openbsd.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/rdist/os-openbsd.h b/usr.bin/rdist/os-openbsd.h index f717372d7a5..35fe6ddd7b0 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.6 1997/07/21 05:26:44 deraadt Exp $*/ +/* * $OpenBSD: os-openbsd.h,v 1.7 1997/07/22 04:34:28 millert Exp $*/ /* * Copyright (c) 1993 Michael A. Cooper * Copyright (c) 1993 Regents of the University of California. @@ -158,7 +158,5 @@ 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 +/* Set the environment variable RSH to override this */ +#define _PATH_RSH "/usr/bin/rsh" /**/ |