mirror of https://gitee.com/openkylin/wget.git
wget-doc-remove-usr-local-in-sample.wgetrc
corrects the wgetrc path from /usr/local/etc/ to /etc/wgetrc in the sample wgetrc Gbp-Pq: Name wget-doc-remove-usr-local-in-sample.wgetrc
This commit is contained in:
parent
bb7bac2268
commit
5e01231462
|
@ -10,7 +10,7 @@
|
||||||
## Or online here:
|
## Or online here:
|
||||||
## https://www.gnu.org/software/wget/manual/wget.html#Startup-File
|
## https://www.gnu.org/software/wget/manual/wget.html#Startup-File
|
||||||
##
|
##
|
||||||
## Wget initialization file can reside in /usr/local/etc/wgetrc
|
## Wget initialization file can reside in /etc/wgetrc
|
||||||
## (global, for all users) or $HOME/.wgetrc (for a single user).
|
## (global, for all users) or $HOME/.wgetrc (for a single user).
|
||||||
##
|
##
|
||||||
## To use the settings in this file, you will have to uncomment them,
|
## To use the settings in this file, you will have to uncomment them,
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
|
|
||||||
##
|
##
|
||||||
## Global settings (useful for setting up in /usr/local/etc/wgetrc).
|
## Global settings (useful for setting up in /etc/wgetrc).
|
||||||
## Think well before you change them, since they may reduce wget's
|
## Think well before you change them, since they may reduce wget's
|
||||||
## functionality, and make it behave contrary to the documentation:
|
## functionality, and make it behave contrary to the documentation:
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue