~ubuntu-branches/ubuntu/trusty/acpid/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/acpid.default

  • Committer: Bazaar Package Importer
  • Author(s): Michael Meskes
  • Date: 2009-11-17 14:50:01 UTC
  • mfrom: (2.1.12 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091117145001-y5hevyg7gcg6uwjk
Tags: 1.0.10-4
Updated netlink patch to version 6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Specify options for acpid startup, Debian default is to enable the
2
 
# use of sockets at a non-default position
3
 
OPTIONS="-s /var/run/acpid.socket"
 
1
# Options to pass to acpid
 
2
#
 
3
# OPTIONS are appended to the acpid command-line
 
4
#OPTIONS=""
4
5
 
5
 
# Specify modules to load on acpid's startup
6
 
# MODULES may be uncommented to load "none", contain the string "all"
7
 
# to load all acpi related modules or simply a space seperated list
8
 
# of modules to be probed.
9
 
#MODULES="battery ac processor button fan thermal"
10
 
# using all allows us to drop extra modules in drivers/acpi and have them
11
 
# be autoloaded.
12
 
MODULES="all"
 
6
# Linux kernel modules to load before starting acpid
 
7
#
 
8
# MODULES is a space seperated list of modules to load, or "all" to load all
 
9
# acpi drivers, or commented out to load no module
 
10
#MODULES="battery ac processor button fan thermal video"
 
11
#MODULES="all"