diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-05-24 19:58:35 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-05-24 19:58:35 +0000 |
commit | 8b2d1690600c93cb6e3467046560099efe5afe6b (patch) | |
tree | 222615bbec0a87084c75e1cc3485ced93210bc20 | |
parent | 6b11d1092a036b1dafe00463051471d7a284576d (diff) | |
download | pkgsrc-8b2d1690600c93cb6e3467046560099efe5afe6b.tar.gz |
document PVM_SSH variable
-rw-r--r-- | mk/mk.conf.example | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 01c6ad116d8..416c53fca57 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.211 2001/05/20 01:58:21 hubertf Exp $ +# $NetBSD: mk.conf.example,v 1.212 2001/05/24 19:58:35 dmcmahill Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -765,6 +765,12 @@ PAPERSIZE= A4 # Possible: A list of users, terminated by a zero. # Default: see Makefile +#PVM_SSH= +# Specify the rsh/ssh program used by pvm to communicate between +# systems. +# Possible: Any rsh/ssh program. +# Default: /usr/bin/ssh if it exists, otherwise ${LOCALBASE}/bin/ssh + #QPOPPER_SERVERMODE= # Used in qpopper package to enable server mode. # Possible: defined, not defined |