*************** *** 77,88 **** void checkpath(void) { /* Verify that some programs can be found in the PATH. */ - static const char *const checklist[]= { "ldconfig", #if WITH_START_STOP_DAEMON "start-stop-daemon", #endif "install-info", - "update-rc.d", NULL }; --- 77,87 ---- void checkpath(void) { /* Verify that some programs can be found in the PATH. */ + static const char *const checklist[]= { #if WITH_START_STOP_DAEMON "start-stop-daemon", #endif "install-info", NULL };