aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@FreeBSD.org>2011-09-16 09:09:58 +0000
committerSergey Kandaurov <pluknet@FreeBSD.org>2011-09-16 09:09:58 +0000
commit566dafa3602b29e6282182311a1825d064c8d230 (patch)
tree2f6d94b33d5eeb955d6d7d89707c1437d34cd3ea /usr.sbin/pkg_install
parented8945cb715c08d56b810528983720382bba272e (diff)
Notes
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r--usr.sbin/pkg_install/delete/perform.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/delete/perform.c b/usr.sbin/pkg_install/delete/perform.c
index 2557dbcd105d..113df3119828 100644
--- a/usr.sbin/pkg_install/delete/perform.c
+++ b/usr.sbin/pkg_install/delete/perform.c
@@ -324,8 +324,8 @@ pkg_do(char *pkg)
*/
if (delete_package(FALSE, CleanDirs, &Plist) == FAIL)
warnx(
- "couldn't entirely delete package (perhaps the packing list is\n"
- "incorrectly specified?)");
+ "couldn't entirely delete package `%s'\n"
+ "(perhaps the packing list is incorrectly specified?)", pkg);
if (chdir(LogDir) == FAIL) {
warnx("unable to change directory to %s! deinstall failed", LogDir);