-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
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 },
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);
}