[pkg-opensc-commit] [pam-p11] 17/66: use -nv instead of --non-verbose since wget 1.10 now uses --no-verbose instead. Grr!

Eric Dorland eric at moszumanska.debian.org
Tue Jun 13 04:06:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository pam-p11.

commit 118d0f0aa8577227f0235dc64aa77d43b4874a5a
Author: Ludovic Rousseau <ludovic.rousseau+github at gmail.com>
Date:   Wed Sep 14 09:50:49 2005 +0000

    use -nv instead of --non-verbose since wget 1.10 now uses --no-verbose
    instead. Grr!
---
 doc/export-wiki.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/export-wiki.sh b/doc/export-wiki.sh
index a3e7389..70d51da 100755
--- a/doc/export-wiki.sh
+++ b/doc/export-wiki.sh
@@ -22,7 +22,7 @@ fi
 
 rm -rf "$SRCDIR"/*.html "$SRCDIR"/*.css
 
-wget --non-verbose $SERVER/$WIKI/TitleIndex -O "$SRCDIR"/TitleIndex.tmp
+wget -nv $SERVER/$WIKI/TitleIndex -O "$SRCDIR"/TitleIndex.tmp
 
 grep "\"/$WIKI/[^\"]*\"" "$SRCDIR"/TitleIndex.tmp \
         |sed -e "s#.*\"/$WIKI/\([^\"]*\)\".*#\1#g" \
@@ -33,7 +33,7 @@ sed -e /^Trac/d -e /^Wiki/d -e /^TitleIndex/d -e /^RecentChanges/d \
 for A in WikiStart `cat "$SRCDIR"/WikiWords.tmp`
 do
 	F=`echo $A|sed -e 's/\//_/g'`
-	wget --non-verbose $SERVER/$WIKI/$A  -O "$SRCDIR"/$F.tmp
+	wget -nv $SERVER/$WIKI/$A  -O "$SRCDIR"/$F.tmp
 	xsltproc --output "$SRCDIR"/$F.html "$SRCDIR"/$XSL "$SRCDIR"/$F.tmp
 	sed -e "s#<a href=\"/$WIKI/\([^\"]*\)\"#<a href=\"\1.html\"#g" \
 		-i "$SRCDIR"/$F.html
@@ -41,7 +41,7 @@ done
 
 mv "$SRCDIR"/WikiStart.html "$SRCDIR"/index.html
 
-wget --non-verbose http://www.opensc.org/trac/css/trac.css \
+wget -nv http://www.opensc.org/trac/css/trac.css \
 	-O "$SRCDIR"/trac.css
 
 rm "$SRCDIR"/*.tmp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pam-p11.git



More information about the pkg-opensc-commit mailing list