1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: hibernate
Section: utils
Priority: extra
Maintainer: Cameron Patrick <cameron@patrick.wattle.id.au>
Uploaders: martin f. krafft <madduck@debian.org>
Build-Depends-Indep: debhelper (>> 4)
Standards-Version: 3.6.1
Package: hibernate
Architecture: all
Recommends: console-tools, vlock, hdparm
Suggests: dash, kernel-patch-suspend2
Conflicts: suspend-script (<= 0.94-1)
Replaces: suspend-script (<= 0.94-1)
Description: activates your computer's suspend functionality
This package provides a way to activate the suspend functionality in
the kernel. Currently it supports anything using the /sys/power/state
interface (including ACPI suspend and the in-kernel software
suspend), as well as Software Suspend 2 (which is available as a
separate kernel patch).
.
Hibernate can take care of loading and unloading modules, various
hacks needed to get some video cards to resume properly under X,
restarting networking and system services. It can be extended by
writing new "scriplets" which run at different parts of the suspend
process.
|