pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide/files Use -nc (no clobber) for wget.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b8984c8719f1
branches: trunk
changeset: 535730:b8984c8719f1
user: hubertf <hubertf%pkgsrc.org@localhost>
date: Mon Nov 26 23:40:10 2007 +0000
description:
Use -nc (no clobber) for wget.
Suggested by Matthias Ferdinand <mf%mferd.de@localhost>
diffstat:
doc/guide/files/faq.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4d6210417d80 -r b8984c8719f1 doc/guide/files/faq.xml
--- a/doc/guide/files/faq.xml Mon Nov 26 23:22:50 2007 +0000
+++ b/doc/guide/files/faq.xml Mon Nov 26 23:40:10 2007 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: faq.xml,v 1.37 2007/08/15 06:33:44 rillig Exp $ -->
+<!-- $NetBSD: faq.xml,v 1.38 2007/11/26 23:40:10 hubertf Exp $ -->
<chapter id="faq"> <?dbhtml filename="faq.html"?>
<title>Frequently Asked Questions</title>
@@ -282,7 +282,7 @@
FETCH_CMD= wget
FETCH_BEFORE_ARGS= --passive-ftp
FETCH_RESUME_ARGS= -c
-FETCH_OUTPUT_ARGS= -O
+FETCH_OUTPUT_ARGS= -O -nc
</programlisting>
</sect1>
Home |
Main Index |
Thread Index |
Old Index