Date: Thu, 11 Feb 1999 20:25:11 -0600 (CST) From: Chris Costello <chris@holly.dyndns.org> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: bin/10042: Horrible wording in fetch(1) Message-ID: <199902120225.UAA06074@holly.dyndns.org>
next in thread | raw e-mail | index | archive | help
>Number: 10042
>Category: bin
>Synopsis: Horrible wording in fetch(1)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Feb 11 18:30:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator: Chris Costello
>Release: FreeBSD 3.0-STABLE i386
>Organization:
>Environment:
FreeBSD 3.0-STABLE cvsupped around January 29, 1999.
>Description:
horrible, horrible wording in fetch(1):
[chris@holly chris] $ fetch -l file:/usr/foo/bar/baz
fetch: non-unexistent: No such file or directory
>How-To-Repeat:
run fetch -l file:/path/to/something/that/doesnt/exist
>Fix:
A patch follows:
--- file.c.orig Thu Feb 11 20:21:48 1999
+++ file.c Thu Feb 11 20:21:54 1999
@@ -109,7 +109,7 @@
if (fs->fs_linkfile) {
fs->fs_status = "checking path";
if (stat(fs->fs_proto, &sb) == -1) {
- warn("non-unexistent");
+ warn("nonexistent");
return EX_NOINPUT;
}
fs->fs_status = "symlink";
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902120225.UAA06074>
