Maybe I'm missing something obvious, but /bin/perl doesn't exist on my systems.
(I've checked all the other scripts in the dpkg source tree, they all have interpreters that exist on my system.) ttfn/rjk Index: hd.setup =================================================================== RCS file: /usr/src/CVS/dpkg/methods/hd.setup,v retrieving revision 1.1 diff -u -r1.1 hd.setup --- hd.setup 1998/10/25 22:26:05 1.1 +++ hd.setup 1999/08/15 09:46:49 @@ -1,4 +1,4 @@ -#!/bin/perl +#!/usr/bin/perl # # Copyright (C) 1994 Carl Streeter <[EMAIL PROTECTED]> #

