On Wed, Jul 12, 2000 at 11:22:59AM -0700, Krzys Majewski wrote: > Go to /var/lib/dpkg/info and run the script by hand > (it should be called something like "dhcpcd.postinst"). > If it's a sh script (starts with #!/bin/sh) you can put a > set -x > on the line after the #!/bin/sh and then run the script. > This will print every command as it is executed. > -chris
Cool, I'll try that. Thanks. Mike