]> err.no Git - dpkg/commitdiff
Disabled --command-fd, until further testing can be done.
authorAdam Heath <doogie@debian.org>
Fri, 20 Apr 2001 19:03:55 +0000 (19:03 +0000)
committerAdam Heath <doogie@debian.org>
Fri, 20 Apr 2001 19:03:55 +0000 (19:03 +0000)
ChangeLog
main/main.c

index 911c5e13fc4cd1a0081ea7a2aee2c8ef43e377ca..b14dede5c900baf8590e51c4aa6f939bc5eb7980 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-Fri Apr 20 13:02:23 CDT 2001  Adam Heath <doogie@debian.org>
+Fri Apr 20 13:42:12 CDT 2001 Adam Heath <doogie@debian.org>
+
+  * main/main.c: Disabled --command-fd, until further testing can be done.
+
+Fri Apr 20 13:02:23 CDT 2001 Adam Heath <doogie@debian.org>
 
   * po/fr.po: Fix typo.
   * debian/changelog: Close additional bugs, from other already commited
index 2bf46d7fdfdcbd585e9883f0549b5d83c121cc69..1785e3d20557a9dec3cb23c97a9f005bfcfa1a12 100644 (file)
@@ -386,7 +386,9 @@ static const struct cmdinfo cmdinfos[]= {
   ACTION( "print-installation-architecture", 0,  act_printinstarch,        printinstarch   ),
   ACTION( "predep-package",                  0,  act_predeppackage,        predeppackage   ),
   ACTION( "compare-versions",                0,  act_cmpversions,          cmpversions     ),
+/*
   ACTION( "command-fd",                   'c', act_commandfd,   commandfd     ),
+*/
   
   { "status-fd",         0,   1,  0,              0,  setstatuspipe },
   { "pending",           'a',  0,  &f_pending,     0,  0,             1              },
@@ -519,6 +521,7 @@ int main(int argc, const char *const *argv) {
   bindtextdomain(PACKAGE, LOCALEDIR);
   textdomain(PACKAGE);
 
+fprintf(stderr,"dpkg(adam)\n");
   if (setjmp(ejbuf)) { /* expect warning about possible clobbering of argv */
     error_unwind(ehflag_bombout); exit(2);
   }