From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <001c01bffaff$09b49fa0$0500a8c0@telusplanet.net> From: "Doug Henderson" To: <9fans@cse.psu.edu> Subject: [9fans] Installing the updates Date: Mon, 31 Jul 2000 08:53:04 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: ef47230c-eac8-11e9-9e20-41e7f4b1d025 In one of my porting project, is included twice. This fails, because, for instance, the way getchar is declared, first as an external function, then as a macro. As a result, I added the usual protection code (#ifndef ; #define ; ; #endif) to /sys/include/stdio.h, and others. I have also added some defines to allow and to both be included without error/warning messages. And I messed around with the ethernet driver code for my card (RealTeck 8029AS) trying to find out why it didn't work. Etc, etc. I understand that wrap/inst will not overwrite my modified files, unless I force it to do so. But I want to get a list of them, stash the source changes to safety, and overwrite all files with those from the release. Then, if still necessary, I will reapply the parts that actually fix a problem, instead of help diagnose one. I want to have a clean updated system, with well known modifications. Is there a wrap/inst expert out there that can provide some quick help. How do I list the contents of a wrap archive? How do I list the conflicts between a wrap archive and the current versions (without actually installing anything)? Thanks, Doug -- -- Doug Henderson, Calgary, Alberta, Canada