Print the package name on deletion errors.
It appears this was already done in NetBSD a decade ago, hence I just reuse the change (except our code is bad styled). PR: bin/160516 Approved by: portmgr Approved by: re (kib) Obtained from: NetBSD
This commit is contained in:
parent
4d4f51c9f4
commit
498c9ab8d1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user