diff options
author | jschauma <jschauma> | 2004-05-31 16:34:46 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2004-05-31 16:34:46 +0000 |
commit | 6c50e08ba6903a17d5f9bdd1f54eb55e139a1451 (patch) | |
tree | 40c8cdc5d545cfa696c6ae5e65d1611273965b3b | |
parent | f162408c276ddf7ac8f67fead405977f6afafee4 (diff) | |
download | pkgsrc-6c50e08ba6903a17d5f9bdd1f54eb55e139a1451.tar.gz |
Set SSH_RSHPATH to /usr/bsd/rsh, overriding the default from
bsd.pkg.defaults.mk. Noted by Georg Schwarz in a private email.
-rw-r--r-- | mk/defs.IRIX.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.IRIX.mk b/mk/defs.IRIX.mk index e3cea093fa9..8bdbd4484f8 100644 --- a/mk/defs.IRIX.mk +++ b/mk/defs.IRIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.IRIX.mk,v 1.50 2004/05/12 14:10:18 jschauma Exp $ +# $NetBSD: defs.IRIX.mk,v 1.51 2004/05/31 16:34:46 jschauma Exp $ # # Variable definitions for the IRIX operating system. @@ -77,6 +77,7 @@ SETENV?= /sbin/env SH?= /bin/ksh SHLOCK= ${LOCALBASE}/bin/shlock SORT?= /usr/bin/sort +SSH_RSHPATH= /usr/bsd/rsh # override bsd.pkg.defaults.mk SU?= /sbin/su TAIL?= /usr/bin/tail TAR?= ${LOCALBASE}/bin/tar |