aboutsummaryrefslogtreecommitdiffstats
path: root/ipkg/ipkg-0.99.130/terse.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ipkg/ipkg-0.99.130/terse.patch')
-rw-r--r--ipkg/ipkg-0.99.130/terse.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/ipkg/ipkg-0.99.130/terse.patch b/ipkg/ipkg-0.99.130/terse.patch
index e69de29bb2..9a07df5df3 100644
--- a/ipkg/ipkg-0.99.130/terse.patch
+++ b/ipkg/ipkg-0.99.130/terse.patch
@@ -0,0 +1,27 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- C/ipkg_cmd.c~terse
++++ C/ipkg_cmd.c
+@@ -119,8 +119,6 @@
+ " writing status file\n");
+ ipkg_conf_write_status_files(conf);
+ pkg_write_changed_filelists(conf);
+- } else {
+- ipkg_message(conf, IPKG_NOTICE, "Nothing to be done\n");
+ }
+ }
+
+@@ -148,9 +146,7 @@
+ int result;
+ p_userdata = userdata;
+ result = (cmd->fun)(conf, argc, argv);
+- if ( result == 0 ) {
+- ipkg_message(conf, IPKG_NOTICE, "Successfully terminated.\n");
+- } else {
++ if ( result != 0 ) {
+ ipkg_message(conf, IPKG_NOTICE, "An error ocurred, return value: %d.\n", result);
+ }
+