diff options
author | abs <abs> | 1999-11-12 16:34:29 +0000 |
---|---|---|
committer | abs <abs> | 1999-11-12 16:34:29 +0000 |
commit | 0f3a955b0539a60b9f7a5b3f4163dd5d83f2c176 (patch) | |
tree | dfcb05b893bb79305014dd54bbc8856228d5772d /mk | |
parent | 92620cd0741420eab6c00fa2b6465f12b70d9bca (diff) | |
download | pkgsrc-0f3a955b0539a60b9f7a5b3f4163dd5d83f2c176.tar.gz |
Enable alternate rsh path with SSH_RSHPATH
Patch from NoRM <norm@mono.org>
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 41d842d5a8a..00e977ced68 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.97 1999/11/12 12:05:02 agc Exp $ +# $NetBSD: mk.conf.example,v 1.98 1999/11/12 16:34:30 abs Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -429,6 +429,10 @@ PAPERSIZE= A4 # Default paper size for packages. # Possible: defined, not defined # Default: not defined +#SSH_RSHPATH= # Used in ssh to specify standard rsh path + # Possible: path to rsh binary + # Default: /usr/bin/rsh + #SSH_SUID= # Used in ssh to enable setuid installation # of "ssh" binary. # Possible: YES, or NO. |