From: Arne Fitzenreiter Date: Tue, 23 Sep 2008 18:21:16 +0000 (+0200) Subject: Add some missing python modules to updater and core18 (if we release this) X-Git-Tag: v2.3-beta4~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca0be93118cbb171ccc06bc543022dee4daca59c;p=ipfire-2.x.git Add some missing python modules to updater and core18 (if we release this) --- diff --git a/config/rootfiles/common/python b/config/rootfiles/common/python index a4f0174946..e0ed9ae860 100644 --- a/config/rootfiles/common/python +++ b/config/rootfiles/common/python @@ -1061,7 +1061,7 @@ usr/lib/python2.4/hmac.pyc #usr/lib/python2.4/hotshot/stones.pyc #usr/lib/python2.4/hotshot/stones.pyo #usr/lib/python2.4/htmlentitydefs.py -#usr/lib/python2.4/htmlentitydefs.pyc +usr/lib/python2.4/htmlentitydefs.pyc #usr/lib/python2.4/htmlentitydefs.pyo #usr/lib/python2.4/htmllib.py #usr/lib/python2.4/htmllib.pyc @@ -1475,7 +1475,7 @@ usr/lib/python2.4/logging/handlers.pyc #usr/lib/python2.4/mailcap.pyc #usr/lib/python2.4/mailcap.pyo #usr/lib/python2.4/markupbase.py -#usr/lib/python2.4/markupbase.pyc +usr/lib/python2.4/markupbase.pyc #usr/lib/python2.4/markupbase.pyo #usr/lib/python2.4/mhlib.py #usr/lib/python2.4/mhlib.pyc diff --git a/config/rootfiles/updater/filelists/core18 b/config/rootfiles/updater/filelists/core18 new file mode 100644 index 0000000000..995640ef70 --- /dev/null +++ b/config/rootfiles/updater/filelists/core18 @@ -0,0 +1,2 @@ +usr/lib/python2.4/htmlentitydefs.pyc +usr/lib/python2.4/markupbase.pyc