diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | TODO | 8 |
2 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Thu May 23 15:21:09 CDT 2002 Adam Heath <doogie@debian.org> + + * TODO: Add items for --reconfigure and --call-maint-script. + Thu May 23 11:16:28 CDT 2002 Adam Heath <doogie@debian.org> * lib/lock.c: Always set CLOEXEC on the lock fd. @@ -21,6 +21,14 @@ dpkg * refactor processarc.c * add test to see if a file should really be installed and optionally skip it +* dpkg --reconfigure <pkg> <pkg> + <pkg>.postinst reconfigure <ver> + Fail if pkg is not in the configured state. +* dpkg --call-maint-script=<script> --maint-script-arg=<arg> + --maint-script-arg=<arg> <pkg> <pkg> + dpkg will not allow <script> to be one of {pre,post}{inst,rm}. Only + unknown scripts can be called this way. dpkg will also not keep track + of any state for these scripts. Fix: <joeyh_> package a conflicted with old versions of package b. package b |