diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-22 06:59:40 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-22 06:59:40 +0000 |
commit | ce513b9ea5f11e15aa04e3a5ad45ee23cf7d55f5 (patch) | |
tree | 3ed8354019f28ba631fef424a8d095424b6c204e /usr.bin/rdist/os-openbsd.h | |
parent | d6d8429ebb0802a2585b8a8b4dc7df7a29e33898 (diff) |
Use our rcmdsh(3) and support $RSH.
Diffstat (limited to 'usr.bin/rdist/os-openbsd.h')
-rw-r--r-- | usr.bin/rdist/os-openbsd.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/rdist/os-openbsd.h b/usr.bin/rdist/os-openbsd.h index 0989b1dfdd5..698bce42c12 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.8 1997/07/22 04:42:06 millert Exp $*/ +/* * $OpenBSD: os-openbsd.h,v 1.9 1997/07/22 06:59:39 millert Exp $*/ /* * Copyright (c) 1993 Michael A. Cooper * Copyright (c) 1993 Regents of the University of California. @@ -157,9 +157,3 @@ typedef void POINTER; * We have <paths.h> */ #define PATHS_H <paths.h> - -/* - * Path to the remote shell command. - * May be overridden via the environment variable RSH. - */ -#define _PATH_REMSH _PATH_RSH /**/ |