]> err.no Git - dpkg/commitdiff
Move loadfilters to dpkg's main function
authorTollef Fog Heen <tfheen@err.no>
Sun, 20 Jan 2008 08:50:41 +0000 (09:50 +0100)
committerTollef Fog Heen <tfheen@err.no>
Sun, 20 Jan 2008 08:50:41 +0000 (09:50 +0100)
lib/dpkg.h
src/main.c

index f1e0c41e495f4b0c77c20c895c413624a41590df..ff3ac9acc4d69ee1ac0bf56e267724cc30c3a5e2 100644 (file)
@@ -181,7 +181,6 @@ extern const char printforhelp[];
   umask(022); /* Make sure all our status databases are readable. */\
   if (loadcfg)\
     loadcfgfile(prog, cmdinfos);\
-  loadfilters();\
   myopt(argv,cmdinfos);\
 } while (0)
 
index 7fadab9fc90e8ac92358e50e055ba20b487937c4..b2fbc4ded50cf474c36989ed4dc3c1334e29a328 100644 (file)
@@ -626,6 +626,8 @@ int main(int argc, const char *const *argv) {
   standard_startup(&ejbuf, argc, &argv, DPKG, 1, cmdinfos);
   if (!cipaction) badusage(_("need an action option"));
 
+  loadfilters();
+
   setvbuf(stdout,0,_IONBF,0);
   filesdbinit();