svn commit: trunk/busybox/archival
aldot at busybox.net
aldot at busybox.net
Tue Jun 5 10:07:02 PDT 2007
Author: aldot
Date: 2007-06-05 10:07:01 -0700 (Tue, 05 Jun 2007)
New Revision: 18746
Log:
- fix typo in error message. Closes #1308
Modified:
trunk/busybox/archival/dpkg.c
Changeset:
Modified: trunk/busybox/archival/dpkg.c
===================================================================
--- trunk/busybox/archival/dpkg.c 2007-06-05 07:38:07 UTC (rev 18745)
+++ trunk/busybox/archival/dpkg.c 2007-06-05 17:07:01 UTC (rev 18746)
@@ -1550,7 +1550,7 @@
/* Run the postinst script */
if (run_package_script(package_name, "postinst") != 0) {
/* TODO: handle failure gracefully */
- bb_error_msg_and_die("postrm failure.. set status to what?");
+ bb_error_msg_and_die("postinst failure.. set status to what?");
}
/* Change status to reflect success */
set_status(status_num, "install", 1);
More information about the busybox-cvs
mailing list