[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.3.2-14-g17a18a4



The following commit has been merged in the master branch:
commit 17a18a4fe260dc00f027f4243bf98fb368563750
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Fri Jan 29 00:31:18 2010 -0600

    Warn about init scripts depending on checkroot
    
    checkroot only guarantees that the root file system is mounted, but
    in most cases what the init scripts want are all the local file
    systems. Not even a rw /tmp is guaranteed right after checkroot.
    
    * checks/init.d:
      + [RG] Warn about init scripts depending on checkroot instead of
        $local_fs.

diff --git a/checks/init.d b/checks/init.d
index 7982446..2b4b77e 100644
--- a/checks/init.d
+++ b/checks/init.d
@@ -39,6 +39,7 @@ my %lsb_keywords = (provides		=> 1,
 my %implied_dependencies =
     (
      'mountall'   => '$local_fs',
+     'checkroot'  => '$local_fs',
      'mountnfs'   => '$remote_fs',
      'hwclock'    => '$time',
      'portmap'    => '$portmap',
diff --git a/debian/changelog b/debian/changelog
index 45d9341..50dfe25 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,9 @@ lintian (2.3.3) UNRELEASED; urgency=low
     + [RG] Warn about packages containing (/usr)/lib/<triplet>
       directories for a <triplet> that isn't the one of the
       architecture of the package, per Policy 3.8.4 requirement.
+  * checks/init.d:
+    + [RG] Warn about init scripts depending on checkroot instead of
+      $local_fs.
 
   * data/debhelper/*:
     + [RG] Refresh against unstable.

-- 
Debian package checker


Reply to: