diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-01-07 12:56:27 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-01-07 12:56:27 +0000 |
commit | be0d5ff22474975258f9bab626a236df89c086e1 (patch) | |
tree | b798761554753a1384072c920008ab491e78cfc6 /lib/libfetch | |
parent | 2fbeee0c6c16ad69ffaf99608ccf85141579672f (diff) | |
download | src-test2-be0d5ff22474975258f9bab626a236df89c086e1.tar.gz src-test2-be0d5ff22474975258f9bab626a236df89c086e1.zip |
Notes
Diffstat (limited to 'lib/libfetch')
-rw-r--r-- | lib/libfetch/fetch_err.et | 2 | ||||
-rw-r--r-- | lib/libfetch/ftp.errors | 1 | ||||
-rw-r--r-- | lib/libfetch/http.errors | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/lib/libfetch/fetch_err.et b/lib/libfetch/fetch_err.et index 2593ebaf2212..efaef740139d 100644 --- a/lib/libfetch/fetch_err.et +++ b/lib/libfetch/fetch_err.et @@ -46,5 +46,5 @@ et ftch ec FETCH_UNAVAIL, "File is not available" ec FETCH_UNKNOWN, "Unknown error" ec FETCH_URL, "Invalid URL" - ec FETCH_VERBOSE, "" + ec FETCH_VERBOSE, "Info:" end diff --git a/lib/libfetch/ftp.errors b/lib/libfetch/ftp.errors index b9034c5f7baf..3dc70281ea11 100644 --- a/lib/libfetch/ftp.errors +++ b/lib/libfetch/ftp.errors @@ -42,3 +42,4 @@ 551 PROTO Requested action aborted. Page type unknown 552 FULL Exceeded storage allocation 553 EXISTS File name not allowed +999 PROTO Protocol error diff --git a/lib/libfetch/http.errors b/lib/libfetch/http.errors index 37e106cd635c..d6a3329939a2 100644 --- a/lib/libfetch/http.errors +++ b/lib/libfetch/http.errors @@ -39,3 +39,4 @@ 503 TEMP Service Unavailable 504 TIMEOUT Gateway Time-out 505 PROTO HTTP Version not supported +999 PROTO Protocol error |