diff options
Diffstat (limited to 'data/dpkg/checkpath.diff')
-rw-r--r-- | data/dpkg/checkpath.diff | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/dpkg/checkpath.diff b/data/dpkg/checkpath.diff new file mode 100644 index 000000000..2670bbe20 --- /dev/null +++ b/data/dpkg/checkpath.diff @@ -0,0 +1,18 @@ +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 + }; + |