diff -ru dpkg-1.14.25/src/help.c dpkg-1.14.25+iPhone/src/help.c --- dpkg-1.14.25/src/help.c 2009-02-01 06:19:02.000000000 +0000 +++ dpkg-1.14.25+iPhone/src/help.c 2009-04-11 01:34:20.000000000 +0000 @@ -77,12 +77,11 @@ void checkpath(void) { /* Verify that some programs can be found in the PATH. */ - static const char *const checklist[]= { "ldconfig", + static const char *const checklist[]= { #if WITH_START_STOP_DAEMON "start-stop-daemon", #endif - "install-info", - "update-rc.d", + "launchctl", NULL };