summaryrefslogtreecommitdiff
path: root/doc/pkgsrc.txt
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-12-31 17:24:24 +0000
committerwiz <wiz@pkgsrc.org>2013-12-31 17:24:24 +0000
commitdfe16baf62e855b3f338741924536912f5e4f367 (patch)
tree0ceb373b350df56b38c9ae88c7c0dbad25e63d02 /doc/pkgsrc.txt
parent9b569bc3a62b08ce50133b925fb808074345808b (diff)
downloadpkgsrc-dfe16baf62e855b3f338741924536912f5e4f367.tar.gz
regen
Diffstat (limited to 'doc/pkgsrc.txt')
-rw-r--r--doc/pkgsrc.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt
index 5624775fa87..794d8adb13b 100644
--- a/doc/pkgsrc.txt
+++ b/doc/pkgsrc.txt
@@ -2474,7 +2474,7 @@ src/etc, be sure the following items are present and properly configured:
# ln -sf /usr/share/zoneinfo/UTC /usr/sandbox/etc/localtime
- 6. /usr/src (system sources, e. g. for sysutils/aperture):
+ 6. /usr/src (system sources, rarely used by packages if at all:
# ln -s ../disk1/cvs .
# ln -s cvs/src-2.0 src
@@ -3000,12 +3000,12 @@ By default, resuming transfers in pkgsrc is disabled, but you can enable this
feature by adding the option PKG_RESUME_TRANSFERS=YES into mk.conf. If, during
a fetch step, an incomplete distfile is found, pkgsrc will try to resume it.
-You can also use a different program than the default ftp(1) by changing the
-FETCH_USING variable. You can specify the program by using of ftp, fetch, wget
-or curl. Alternatively, fetching can be disabled by using the value manual. A
-value of custom disables the system defaults and dependency tracking for the
-fetch program. In that case you have to provide FETCH_CMD, FETCH_BEFORE_ARGS,
-FETCH_RESUME_ARGS, FETCH_OUTPUT_ARGS, FETCH_AFTER_ARGS.
+You can also use a different program than the platform default program by
+changing the FETCH_USING variable. You can specify the program by using of ftp,
+fetch, wget or curl. Alternatively, fetching can be disabled by using the value
+manual. A value of custom disables the system defaults and dependency tracking
+for the fetch program. In that case you have to provide FETCH_CMD,
+FETCH_BEFORE_ARGS, FETCH_RESUME_ARGS, FETCH_OUTPUT_ARGS, FETCH_AFTER_ARGS.
For example, if you want to use wget to download, you'll have to use something
like: