Wichert Akkerman лет назад: 24
Родитель
Сommit
f5d430907a
3 измененных файлов с 133 добавлено и 0 удалено
  1. 3 0
      ChangeLog
  2. 65 0
      man/en/dpkg.cfg.5.sgml
  3. 65 0
      man/en/dselect.cfg.5.sgml

+ 3 - 0
ChangeLog

@@ -1,6 +1,9 @@
 Sat Apr 13 18:34:09 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
 
   * man/en/dselect.8.sgml: DocBook version of dselect manpage
+  * man/en/dselect.cfg.5.sgml: DocBook version of dselect.cfg manpage
+  * man/en/dpkg.cfg.5.sgml: DocBook version of dpkg.cfg manpage
+
 
 Fri Apr 12 18:46:16 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
 

+ 65 - 0
man/en/dpkg.cfg.5.sgml

@@ -0,0 +1,65 @@
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
+
+<refentry id='dpkg.cfg.5'>
+  <refmeta>
+    <refentrytitle>dpkg.cfg</refentrytitle>
+    <manvolnum>5</manvolnum>
+    <refmiscinfo class='source'>Debian Project</refmiscinfo>
+    <refmiscinfo class='manual'>dpkg suite</refmiscinfo>
+  </refmeta>
+
+  <refnamediv>
+    <refname>dpkg.cfg</refname>
+    <refpurpose>dpkg configuration file</refpurpose>
+  </refnamediv>
+
+  <refsect1>
+    <title>Description</title>
+
+    <para>
+      This file contains default options for <command>dpkg</command>. Each line
+      contains a single option which is exactly the same as a normal
+      commandline option for dpkg except for the leading dashes which are not
+      used here. Comments are allowed by starting a line with a hash sign
+      (<keycap>#</keycap>).
+    </para>
+  </refsect1>
+
+  <refsect1>
+    <title>Files</title>
+
+    <variablelist>
+      <varlistentry>
+        <term><filename>/etc/dpkg/dpkg.cfg</filename></term>
+
+	<listitem>
+	  <para>
+	    System-wide configuration file.
+	  </para>
+	</listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><filename>/.dpkg.cfg</filename></term>
+	
+	<listitem>
+	  <para>
+	    User configuration file.
+	  </para>
+	</listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+
+  <refsect1>
+    <title>See Also</title>
+
+    <para>
+      <citerefentry>
+	<refentrytitle>dpkg</refentrytitle>
+	<manvolnum>8</manvolnum>
+      </citerefentry>
+    </para>
+  </refsect1>
+</refentry>
+

+ 65 - 0
man/en/dselect.cfg.5.sgml

@@ -0,0 +1,65 @@
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
+
+<refentry id='dselect.cfg.5'>
+  <refmeta>
+    <refentrytitle>dselect.cfg</refentrytitle>
+    <manvolnum>5</manvolnum>
+    <refmiscinfo class='source'>Debian Project</refmiscinfo>
+    <refmiscinfo class='manual'>dpkg suite</refmiscinfo>
+  </refmeta>
+
+  <refnamediv>
+    <refname>dselect.cfg</refname>
+    <refpurpose>dselect configuration file</refpurpose>
+  </refnamediv>
+
+  <refsect1>
+    <title>Description</title>
+
+    <para>
+      This file contains default options for <command>dselect</command>. Each
+      line contains a single option which is exactly the same as a normal
+      commandline option for dselect except for the leading dashes which are
+      not used here. Comments are allowed by starting a line with a hash sign
+      (<keycap>#</keycap>).
+    </para>
+  </refsect1>
+
+  <refsect1>
+    <title>Files</title>
+
+    <variablelist>
+      <varlistentry>
+        <term><filename>/etc/dpkg/dselect.cfg</filename></term>
+
+	<listitem>
+	  <para>
+	    System-wide configuration file.
+	  </para>
+	</listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><filename>/.dselect.cfg</filename></term>
+	
+	<listitem>
+	  <para>
+	    User configuration file.
+	  </para>
+	</listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+
+  <refsect1>
+    <title>See Also</title>
+
+    <para>
+      <citerefentry>
+	<refentrytitle>dselec5t</refentrytitle>
+	<manvolnum>8</manvolnum>
+      </citerefentry>
+    </para>
+  </refsect1>
+</refentry>
+