summaryrefslogtreecommitdiff
path: root/mk/mk.conf.example
diff options
context:
space:
mode:
authorabs <abs>1999-11-12 16:34:29 +0000
committerabs <abs>1999-11-12 16:34:29 +0000
commit0f3a955b0539a60b9f7a5b3f4163dd5d83f2c176 (patch)
treedfcb05b893bb79305014dd54bbc8856228d5772d /mk/mk.conf.example
parent92620cd0741420eab6c00fa2b6465f12b70d9bca (diff)
downloadpkgsrc-0f3a955b0539a60b9f7a5b3f4163dd5d83f2c176.tar.gz
Enable alternate rsh path with SSH_RSHPATH
Patch from NoRM <norm@mono.org>
Diffstat (limited to 'mk/mk.conf.example')
-rw-r--r--mk/mk.conf.example6
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.