summaryrefslogtreecommitdiff
path: root/packages/ipkg/ipkg-0.99.130/terse.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2005-09-01 10:27:21 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-01 10:27:21 +0000
commit6cfdca3b55ba8c0baf06add37141b9f77c3bb5bb (patch)
tree99eb598d842bb336434fa4c5d20f5d52fffd7305 /packages/ipkg/ipkg-0.99.130/terse.patch
parent0d631c36dbfb3106596053fc3b83799a2ad8bd38 (diff)
drop all old versions of ipkg
- 0.99.153 is latest one - 0.99.152 is latest tested one - older versions are removed
Diffstat (limited to 'packages/ipkg/ipkg-0.99.130/terse.patch')
-rw-r--r--packages/ipkg/ipkg-0.99.130/terse.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/packages/ipkg/ipkg-0.99.130/terse.patch b/packages/ipkg/ipkg-0.99.130/terse.patch
deleted file mode 100644
index 9a07df5df3..0000000000
--- a/packages/ipkg/ipkg-0.99.130/terse.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-
-#
-# 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);
- }
-