| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/lintian/api.html/Lintian/ |
Upload File : |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Lintian::Conffiles</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script type="text/javascript" src="<script type="text/javascript" src="../_podly.js"></script> "></script> </head> <body> <ul id="index"> <li><a href="#NAME">NAME</a></li> <li><a href="#SYNOPSIS">SYNOPSIS</a></li> <li><a href="#DESCRIPTION">DESCRIPTION</a></li> <li><a href="#INSTANCE-METHODS">INSTANCE METHODS</a></li> <li><a href="#AUTHOR">AUTHOR</a></li> <li><a href="#SEE-ALSO">SEE ALSO</a></li> </ul> <h1 id="NAME">NAME</h1> <p>Lintian::Conffiles - access to collected control data for conffiles</p> <h1 id="SYNOPSIS">SYNOPSIS</h1> <pre><code> use Lintian::Processable;</code></pre> <h1 id="DESCRIPTION">DESCRIPTION</h1> <p>Lintian::Conffiles provides an interface to control data for conffiles.</p> <h1 id="INSTANCE-METHODS">INSTANCE METHODS</h1> <dl> <dt>instructions</dt> <dd> </dd> <dt>parse</dt> <dd> </dd> <dt>all</dt> <dd> <p>Returns a list of absolute filenames found for conffiles.</p> </dd> <dt>is_known (FILE)</dt> <dd> <p>Returns a truth value if FILE is listed in the conffiles control file. If the control file is not present or FILE is not listed in it, it returns <code>undef</code>.</p> <p>Note that FILE should be the filename relative to the package root (even though the control file uses absolute paths). If the control file does relative paths, they are assumed to be relative to the package root as well (and used without warning).</p> </dd> </dl> <h1 id="AUTHOR">AUTHOR</h1> <p>Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.</p> <h1 id="SEE-ALSO">SEE ALSO</h1> <p>lintian(1)</p> <p class="backlinkbottom"><b><a name="___bottom" href="../index.html" title="All Documents"><<</a></b></p>