diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-18 13:04:34 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-18 13:04:34 +0000 |
| commit | 4b96fa37b00779400fde45404a2cf4eb5730d6d3 (patch) | |
| tree | 7c567c3376eeeccf05026ecf3ad2929ac1a610f8 /usr.sbin/pkg_install/lib | |
| parent | fe16ad72f34d8356819002071207e40d955d1e09 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/lib')
| -rw-r--r-- | usr.sbin/pkg_install/lib/pen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/lib/pen.c b/usr.sbin/pkg_install/lib/pen.c index 70fbf5aed85c..3ad1251a80c8 100644 --- a/usr.sbin/pkg_install/lib/pen.c +++ b/usr.sbin/pkg_install/lib/pen.c @@ -1,5 +1,5 @@ #ifndef lint -static const char *rcsid = "$Id: pen.c,v 1.8 1995/02/15 03:48:13 jkh Exp $"; +static const char *rcsid = "$Id: pen.c,v 1.9 1995/02/16 12:43:00 jkh Exp $"; #endif /* @@ -63,7 +63,7 @@ make_playpen(char *pen, size_t sz) } if (min_free(Pen) < sz) { rmdir(Pen); - barf("%s doesn't have enough free space. Please set your PKG_TMPDIR\nenvironment variable to a location with more space and\ntry the command again.", Pen); + barf("Not enough free space to create `%s'.\nPlease set your PKG_TMPDIRenvironment variable to a location with more space and\ntry the command again.", Pen); } if (chdir(Pen) == FAIL) barf("Can't chdir to '%s'.", Pen); |
