~ubuntu-branches/ubuntu/trusty/pm-utils/trusty-updates

« back to all changes in this revision

Viewing changes to debian/patches/09-document-add-drop-parameters.patch

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-02-16 15:22:15 UTC
  • mfrom: (40.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100216152215-ldnggaxqkmsxr54s
Tags: 1.3.0~rc3-2
* Bump Standards-Version to 3.8.4. No further changes.
* debian/patches/06-quirk-lkw-cache.patch
  - Store the last_known_working.quirkdb cache file in /var/cache/pm-utils.
* debian/pm-utils.dirs
  - Add /var/cache/pm-utils/ directory.
* debian/pm-utils.preinst
  - Remove last_known_working.quirkdb cache file from /etc/pm on upgrades.
* debian/control
  - Add Recommends on procps. The sysctl binary is required for setting the
    acpi flags in 99video.
* debian/patches/07-fix-typo-pm-action.patch
  - Fix typo ('lits') in pm-action man page. (Closes: #567084)
    Thanks to Filipus Klutiero for spotting this.
* debian/patches/08-fix-lock-file-handling.patch
  - Use flock to make the lock file handling more robust. (Closes: #568565)
* debian/patches/09-document-add-drop-parameters.patch
  - Document the {ADD,DROP}_PARAMETERS configuration variables in the
    pm-action man page. (Closes: #485443)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Document {ADD,DROP}_PARAMETERS config variables
 
2
Debian-Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485443
 
3
Author: Michael Biebl <biebl@debian.org>
 
4
diff --git a/man/pm-action.xml b/man/pm-action.xml
 
5
index 405cb5f..2bfabd7 100644
 
6
--- a/man/pm-action.xml
 
7
+++ b/man/pm-action.xml
 
8
@@ -461,6 +461,25 @@
 
9
         </listitem>
 
10
       </varlistentry>
 
11
       <varlistentry>
 
12
+        <term><envar>ADD_PARAMETERS</envar></term>
 
13
+        <listitem>
 
14
+          <para>
 
15
+            Space separated list of command line parameters that should be added.
 
16
+            If special quirks are needed for your system, add them here.
 
17
+          </para>
 
18
+        </listitem>
 
19
+      </varlistentry>
 
20
+      <varlistentry>
 
21
+        <term><envar>DROP_PARAMETERS</envar></term>
 
22
+        <listitem>
 
23
+          <para>
 
24
+            Space separated list of command line parameters that should be ignored.
 
25
+            If particular quirks are causing problems for you system, add them
 
26
+            here. If you want to remove all parameters use <parameter>all</parameter>.
 
27
+          </para>
 
28
+        </listitem>
 
29
+      </varlistentry>
 
30
+      <varlistentry>
 
31
         <term><envar>HIBERNATE_MODE</envar></term>
 
32
         <listitem>
 
33
           <para>