summaryrefslogtreecommitdiff
path: root/data/dpkg/checkpath.diff
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2009-04-21 09:23:41 +0000
committerJay Freeman <saurik@saurik.com>2009-04-21 09:23:41 +0000
commit910026267ec9fc3d6623ebb4378f7b1f3583a049 (patch)
tree32dbe48f2190deb1c40f4380fc0936d831641a14 /data/dpkg/checkpath.diff
parent42650b55132c7f561dfe1cb97231ef09d0e299ad (diff)
Cornerstone of the new effort.
git-svn-id: http://svn.telesphoreo.org/trunk@596 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/dpkg/checkpath.diff')
-rw-r--r--data/dpkg/checkpath.diff18
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
+ };
+