summaryrefslogtreecommitdiff
path: root/mk/defaults
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
commit92a2495c1608d15f399b37dabf4301ef61e3a99e (patch)
treeaba7f8816c23ca832faafad01e803b2d6f21499f /mk/defaults
parent699c6b9a0dae9f174e7e1acd8a5bfadff5194d47 (diff)
downloadpkgsrc-92a2495c1608d15f399b37dabf4301ef61e3a99e.tar.gz
Modify the comment about FETCH_RESUME_ARGS a bit, to sync with
FETCH_OUTPUT_ARGS.
Diffstat (limited to 'mk/defaults')
-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.