diff --git a/files/slackpkg.conf.5 b/files/slackpkg.conf.5 index e202f85..e47da8b 100644 --- a/files/slackpkg.conf.5 +++ b/files/slackpkg.conf.5 @@ -102,7 +102,11 @@ is /var/lib/slackpkg. .B DOWNLOADER .br Selects the download application slackpkg will use to fetch files. -Current options are \fBcurl\fR or \fBwget\fR. Default is wget. +Current options are "curl" or "wget". + +The default value of +.B DOWNLOADER +is "wget" .TP 5 .B CURLFLAGS diff --git a/files/slackpkg.conf.new b/files/slackpkg.conf.new index d96b759..96a4173 100644 --- a/files/slackpkg.conf.new +++ b/files/slackpkg.conf.new @@ -70,9 +70,7 @@ TEMP=/var/cache/packages # Package lists, file lists, and others will be stored in WORKDIR: WORKDIR=/var/lib/slackpkg -# Use curl or wget for Downloading (wget is default) -#DOWNLOADER=curl - +# Use curl or wget for downloading (wget is default) DOWNLOADER=wget # Special options for curl