summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-10-12 20:01:48 +0000
committerjkh <jkh@FreeBSD.org>1998-10-12 20:01:48 +0000
commit07f4a4a5492f342653a664c5a261537e98225351 (patch)
tree1ab23f19ad3373f6d5a8638c66a1a1818f36a838 /usr.sbin/pkg_install
parentffd3a453619917baee500aee74162c34987f6157 (diff)
downloadFreeBSD-src-07f4a4a5492f342653a664c5a261537e98225351.zip
FreeBSD-src-07f4a4a5492f342653a664c5a261537e98225351.tar.gz
Correct a misleading comment.
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r--usr.sbin/pkg_install/add/extract.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/add/extract.c b/usr.sbin/pkg_install/add/extract.c
index fec708f..0522f2b 100644
--- a/usr.sbin/pkg_install/add/extract.c
+++ b/usr.sbin/pkg_install/add/extract.c
@@ -1,6 +1,6 @@
#ifndef lint
static const char rcsid[] =
- "$Id: extract.c,v 1.20 1998/07/04 14:13:01 jkh Exp $";
+ "$Id: extract.c,v 1.21 1998/09/11 07:26:54 jkh Exp $";
#endif
/*
@@ -202,7 +202,7 @@ extract_plist(char *home, Package *pkg)
if (strcmp(p->name, ".")) {
if (!Fake && make_hierarchy(p->name) == FAIL) {
cleanup(0);
- errx(2, "unable to make directory '%s'", p->name);
+ errx(2, "unable to cwd to '%s'", p->name);
}
Directory = p->name;
}
OpenPOWER on IntegriCloud