Explorar el Código

dpkg: Do not check for presence of update-rc.d

It's not really needed for dpkg correct operation.
Guillem Jover hace 15 años
padre
commit
581ce084ea
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. 2 0
      debian/changelog
  2. 0 1
      src/help.c

+ 2 - 0
debian/changelog

@@ -16,6 +16,8 @@ dpkg (1.16.0) UNRELEASED; urgency=low
   * Count “conffile name is duplicated” for dpkg-deb warning count summary.
   * Count “conffile name is duplicated” for dpkg-deb warning count summary.
   * Improve and clarify strings for translation. Closes: #604914
   * Improve and clarify strings for translation. Closes: #604914
   * Prefix all fatal error messages with “error: ”.
   * Prefix all fatal error messages with “error: ”.
+  * Do not check presence of update-rc.d in the PATH in dpkg, as it's not
+    a program needed for dpkg correct operation.
 
 
   [ Raphaël Hertzog ]
   [ Raphaël Hertzog ]
   * Fail properly when debian/source/format is empty. Closes: #600854
   * Fail properly when debian/source/format is empty. Closes: #600854

+ 0 - 1
src/help.c

@@ -94,7 +94,6 @@ void checkpath(void) {
 #if WITH_START_STOP_DAEMON
 #if WITH_START_STOP_DAEMON
     "start-stop-daemon",
     "start-stop-daemon",
 #endif
 #endif
-    "update-rc.d",
     NULL
     NULL
   };
   };