From: Adam Heath Date: Fri, 20 Apr 2001 19:03:55 +0000 (+0000) Subject: Disabled --command-fd, until further testing can be done. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97d41f03f6eff388204f4fa52c07d720a4e25a62;p=dpkg Disabled --command-fd, until further testing can be done. --- diff --git a/ChangeLog b/ChangeLog index 911c5e13..b14dede5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -Fri Apr 20 13:02:23 CDT 2001 Adam Heath +Fri Apr 20 13:42:12 CDT 2001 Adam Heath + + * main/main.c: Disabled --command-fd, until further testing can be done. + +Fri Apr 20 13:02:23 CDT 2001 Adam Heath * po/fr.po: Fix typo. * debian/changelog: Close additional bugs, from other already commited diff --git a/main/main.c b/main/main.c index 2bf46d7f..1785e3d2 100644 --- a/main/main.c +++ b/main/main.c @@ -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); }