summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib/plist.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-20 18:33:55 +0000
committerjkh <jkh@FreeBSD.org>1996-06-20 18:33:55 +0000
commite8d26b1581dab3026009757a94a8134f0fd851ae (patch)
treedba527c7f22937fd67058464959dfb7d8498f44d /usr.sbin/pkg_install/lib/plist.c
parent0f52bd5cc8f1e74e89612834f46148b97a43991e (diff)
downloadFreeBSD-src-e8d26b1581dab3026009757a94a8134f0fd851ae.zip
FreeBSD-src-e8d26b1581dab3026009757a94a8134f0fd851ae.tar.gz
Make pkg_install understand and use libftpio instead of its own
copies of the ftp support routines. Also some cosmetic and minor bug fixes I've been meaning to incorporate for awhile.
Diffstat (limited to 'usr.sbin/pkg_install/lib/plist.c')
-rw-r--r--usr.sbin/pkg_install/lib/plist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/lib/plist.c b/usr.sbin/pkg_install/lib/plist.c
index 132c6e1..2a5c674 100644
--- a/usr.sbin/pkg_install/lib/plist.c
+++ b/usr.sbin/pkg_install/lib/plist.c
@@ -1,5 +1,5 @@
#ifndef lint
-static const char *rcsid = "$Id: plist.c,v 1.14 1995/07/28 01:50:35 ache Exp $";
+static const char *rcsid = "$Id: plist.c,v 1.15 1995/11/12 04:55:40 jkh Exp $";
#endif
/*
@@ -378,7 +378,7 @@ delete_package(Boolean ign_err, Boolean nukedirs, Package *pkg)
sprintf(full_name, "%s/%s", Where, p->name);
if (isdir(full_name) && p->type == PLIST_FILE) {
- warn("Attempting to delete directory `%s' as a file\n"
+ whinge("Attempting to delete directory `%s' as a file\n"
"This packing list is incorrect - ignoring delete request.\n", full_name);
}
else {
OpenPOWER on IntegriCloud