summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorseb <seb>2005-04-20 16:27:30 +0000
committerseb <seb>2005-04-20 16:27:30 +0000
commit46367b68bf463bacadb655b5247bf529c1d403b4 (patch)
tree98d96b93e5875a3b363e1309790c2d4e5df1022a /mk
parent73823ed857de4cdbd49fb617625f680758c49222 (diff)
downloadpkgsrc-46367b68bf463bacadb655b5247bf529c1d403b4.tar.gz
Document shells/rssh's RSSH_.*_PATH variables.
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf27
1 files changed, 26 insertions, 1 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 7c99f3ea3d0..09f55abb6e4 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.36 2005/04/15 14:33:26 markd Exp $
+# $NetBSD: mk.conf,v 1.37 2005/04/20 16:27:30 seb Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -1919,6 +1919,31 @@ RPM_DB_PREFIX?= ${VARBASE}/pkg
# Possible: any valid location, e.g. ${LOCALBASE}
# Default: ${VARBASE}/pkg
+#RSSH_SCP_PATH=
+# Used in the rssh package to specify pathname to scp(1)
+# Possible: any valid pathname for scp command
+# Default: not defined
+
+#RSSH_SFTP_SERVER_PATH=
+# Used in the rssh package to specify pathname to sftp-server(8)
+# Possible: any valid pathname for sftp-server command
+# Default: not defined
+
+#RSSH_CVS_PATH=
+# Used in the rssh package to specify pathname to cvs(1)
+# Possible: any valid pathname for cvs command
+# Default: not defined
+
+#RSSH_RDIST_PATH=
+# Used in the rssh package to specify pathname to rdist(1)
+# Possible: any valid pathname for rdist command
+# Default: not defined
+
+#RSSH_RSYNC_PATH=
+# Used in the rssh package to specify pathname to rsync(1)
+# Possible: any valid pathname for rsync command
+# Default: not defined
+
#SAWFISH_THEMES=
# Specifies the DISTFILES for wm/sawfish-themes, to allow the user to choose
# which themes to install