|
|
@@ -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>
|
|
|
+
|