--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/releasing/blocks/cclient/patches/linux/dpkg-remove-pathcheck.patch Thu Sep 02 15:02:14 2010 +0800
@@ -0,0 +1,18 @@
+diff -Naur dpkg-1.14.23.orig/src/help.c dpkg-1.14.23/src/help.c
+--- dpkg-1.14.23.orig/src/help.c 2008-11-18 12:57:34.000000000 +0200
++++ dpkg-1.14.23/src/help.c 2008-12-22 10:48:34.000000000 +0200
+@@ -77,12 +77,12 @@
+
+ void checkpath(void) {
+ /* Verify that some programs can be found in the PATH. */
+- static const char *const checklist[]= { "ldconfig",
++ static const char *const checklist[]= { /*"ldconfig",
+ #if WITH_START_STOP_DAEMON
+ "start-stop-daemon",
+ #endif
+ "install-info",
+- "update-rc.d",
++ "update-rc.d",*/
+ NULL
+ };
+