summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-10-26 21:22:51 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-10-26 21:22:51 +0000
commita31423607ec481337b05af12f596e993ace7acca (patch)
treeaba7f8816c23ca832faafad01e803b2d6f21499f /mk
parent45b3b684a4702b360dce78fe18e03807b4ad72c3 (diff)
downloadpkgsrc-a31423607ec481337b05af12f596e993ace7acca.tar.gz
Modify the comment about FETCH_RESUME_ARGS a bit, to sync with
FETCH_OUTPUT_ARGS.
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index c4854dc5c74..b213585f427 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.10 2004/10/26 21:14:59 xtraeme Exp $
+# $NetBSD: mk.conf,v 1.11 2004/10/26 21:22:51 xtraeme Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -252,8 +252,8 @@ FETCH_RESUME_ARGS?= -R
.else
FETCH_RESUME_ARGS?= # empty
.endif
-# Default argument to resume transferencies on pkgsrc, when using ftp(1)
-# from NetBSD/pkgsrc.
+# Used when PKG_RESUME_TRANSFERS is enabled, to specify default argument
+# to resume transfers.
# Default: -R
# Possible: depends on your FETCH_CMD value.