]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-abort-on-upgrade.patch
- zlib fixes but still some issues not solved
[packages/poldek.git] / poldek-abort-on-upgrade.patch
CommitLineData
e8a06bc0
ER
1--- poldek-0.21-cvs20070703.00/pm/rpm/rpm.c~ 2007-07-02 00:04:27.000000000 +0300
2+++ poldek-0.21-cvs20070703.00/pm/rpm/rpm.c 2008-02-15 05:28:23.107186566 +0200
3@@ -221,6 +221,7 @@
4 logn(LOGERR, _("%s%s: open rpm database failed"),
5 rootdir ? rootdir:"", dbpath ? dbpath : pm->default_dbpath);
6 rc = 0;
7+ abort(); // XXX maybe re-exec ourselves after poldek binary upgrade?
8 }
9
10 #if ENABLE_TRACE
This page took 0.067287 seconds and 4 git commands to generate.