summaryrefslogtreecommitdiff
path: root/data/dpkg/checkpath.diff
blob: 2670bbe2002715520109eab33e2af839ba5d0fe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
   };