svn commit: branches/busybox_1_6_stable/archival

aldot at busybox.net aldot at busybox.net
Tue Jun 5 10:12:41 PDT 2007


Author: aldot
Date: 2007-06-05 10:12:40 -0700 (Tue, 05 Jun 2007)
New Revision: 18747

Log:
- fix typo in error message. Closes #1308 by pulling r18746 from trunk


Modified:
   branches/busybox_1_6_stable/archival/dpkg.c


Changeset:
Modified: branches/busybox_1_6_stable/archival/dpkg.c
===================================================================
--- branches/busybox_1_6_stable/archival/dpkg.c	2007-06-05 17:07:01 UTC (rev 18746)
+++ branches/busybox_1_6_stable/archival/dpkg.c	2007-06-05 17:12:40 UTC (rev 18747)
@@ -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