pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/defaults Document shells/rssh's RSSH_.*_PATH variab...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9af8967f6602
branches:  trunk
changeset: 492865:9af8967f6602
user:      seb <seb%pkgsrc.org@localhost>
date:      Wed Apr 20 16:27:30 2005 +0000

description:
Document shells/rssh's RSSH_.*_PATH variables.

diffstat:

 mk/defaults/mk.conf |  27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

diffs (41 lines):

diff -r 828883812fa0 -r 9af8967f6602 mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Wed Apr 20 16:23:55 2005 +0000
+++ b/mk/defaults/mk.conf       Wed Apr 20 16:27:30 2005 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index