1 | *************** |
---|
2 | *** 77,88 **** |
---|
3 | |
---|
4 | void checkpath(void) { |
---|
5 | /* Verify that some programs can be found in the PATH. */ |
---|
6 | - static const char *const checklist[]= { "ldconfig", |
---|
7 | #if WITH_START_STOP_DAEMON |
---|
8 | "start-stop-daemon", |
---|
9 | #endif |
---|
10 | "install-info", |
---|
11 | - "update-rc.d", |
---|
12 | NULL |
---|
13 | }; |
---|
14 | |
---|
15 | --- 77,87 ---- |
---|
16 | |
---|
17 | void checkpath(void) { |
---|
18 | /* Verify that some programs can be found in the PATH. */ |
---|
19 | + static const char *const checklist[]= { |
---|
20 | #if WITH_START_STOP_DAEMON |
---|
21 | "start-stop-daemon", |
---|
22 | #endif |
---|
23 | "install-info", |
---|
24 | NULL |
---|
25 | }; |
---|
26 | |
---|