Short: Monitor Open-/Closelibrary() for patch.library. Author: snfuchs@sokrates.franken.de Uploader: snfuchs sokrates franken de Type: util/misc Architecture: m68k-amigaos This one was written as a support program, for my patch.library. PatchSupervisor patches the exec.library/OldOpenLibrary(), OpenLibrary(), OpenDevice() functions and allows disk-based librarys to be expunged (in other words: removed from memory), if no task uses it (Opencount is zero), but patches are still installed. If the library (or device) is opened again, the patches will automatically be reinstalled. So this program may save you some precious memory (arp.library needed on my system more than 150 KB before I wrote this program), especially when used in conjunction with PatchSetFunc (also available on Aminet).