Sfoglia il codice sorgente

Document --force-confmiss and --force-bad-verify

Wichert Akkerman 24 anni fa
parent
commit
d2b0d924a8
3 ha cambiato i file con 25 aggiunte e 0 eliminazioni
  1. 4 0
      ChangeLog
  2. 1 0
      debian/changelog
  3. 20 0
      man/en/dpkg.8.sgml

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+Mon May 13 22:44:48 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
+
+  * man/en/dpkg.8.sgml: document --force-confmiss and --force-bad-verify
+
 Mon May  6 16:26:51 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
 
   * lots-a-files: update email address for Ian Jackson

+ 1 - 0
debian/changelog

@@ -88,6 +88,7 @@ dpkg (1.10) unstable; urgency=low
   * Add Large File Summit extensions. Closes: Bug#130509
   * Fix typo in dpkg-source manpage. Closes: Bug#141906
   * Re-fix handling of multiple blank lines in control. Closes: Bug#143117
+  * Document --force-confmiss and --force-bad-verify. Closes: Bug#146855
 
  -- Wichert Akkerman <wakkerma@debian.org>  Mon, 20 Aug 2001 14:54:38 +0200
 

+ 20 - 0
man/en/dpkg.8.sgml

@@ -1043,6 +1043,16 @@
 	      </para></listitem>
 	    </varlistentry>
 
+	    <varlistentry>
+	      <term>confmiss</term>
+
+	      <listitem><para>
+		Always install a missing configuration file. This is dangerous,
+		since it means not preserving a change (removing) made to the
+		file.
+	      </para></listitem>
+	    </varlistentry>
+
 	    <varlistentry>
 	      <term>confnew</term>
 
@@ -1118,6 +1128,16 @@
 	      </para></listitem>
 	    </varlistentry>
 
+	    <varlistentry>
+	      <term>bad-verify</term>
+
+	      <listitem><para>
+	        Install a package even if <command>debsig</command>
+		verification fails. <emphasis>This can be a security
+		risk.</emphasis>
+	      </para></listitem>
+	    </varlistentry>
+
 	    <varlistentry>
 	      <term>not-root</term>