~ubuntu-branches/ubuntu/wily/acpi-support/wily

« back to all changes in this revision

Viewing changes to suspend.d/75-console-switch.sh

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2009-04-27 10:08:23 UTC
  • Revision ID: james.westby@ubuntu.com-20090427100823-ngqo38hwxxuc8mim
Tags: 0.122
* sleep.sh, hibernate.sh:
  - Don't use custom suspend/hibernate solution.  Instead, call pm-utils.
    LP: #366119
* prepare.sh, resume.sh, resume.d, suspend.d:
  - Delete; no longer used
* debian/dirs, debian/rules:
  - Don't install resume.d and suspend.d directories
* debian/control:
  - Depend on pm-utils
* debian/preinst:
  - Remove any existing resume.d and suspend.d files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
# And remember which console we're on
4
 
CONSOLE=`fgconsole`
5
 
 
6
 
# Change away from X, otherwise it'll blow up when we POST the video interface
7
 
chvt 12
8