blob: 59d07d4733f2a90397987c20d136073fbd2e557a (
plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
2006-04-28 Richard Hughes <richard@hughsie.com>
* pm/hooks/05led: Remove this file as we want the led to turn on at
the *end* of the hooks stuff. We shouldn't have this and 95led.
* pm/hooks/95led: rename to 95ibm_led as this is ibm specific.
Make sure the led blinks at suspend, and turns off when we resume.
2006-04-27 Peter Jones <pjones@redhat.com>
* Makefile:
Remove references to *.app and *.pam
* *.{app,pam}:
Kill'em.
2006-04-27 Peter Jones <pjones@redhat.com>
* pm/functions:
Don't stop/start services unless the initscript is executable
Use /etc/init.d/$name instead of "service", as per LSB.
2006-04-27 Peter Jones <pjones@redhat.com>
* pm/functions:
Add support for /etc/pm/config.d/
* Makefile:
Create /etc/pm/config.d/
* README:
Add docs about hooks and config files
* pm-action:
Set LC_COLLATE=C .
2006-04-27 Richard Hughes <richard@hughsie.com>
* pm/functions:
Remove the video handling logic, as it is moving to HAL.
* pm/functions-ati:
* pm/functions-intel:
* pm/functions-nvidia:
Add a comment saying that the files are unused. When HAL video stuff
is completed, they can be removed.
* pm/hooks/20video:
Switch to using the HAL methods as discussed.
2006-04-26 Richard Hughes <richard@hughsie.com>
* Add README
* Add AUTHORS
2006-04-26 Peter Jones <pjones@redhat.com>
* Add COPYING
* Add ChangeLog
* Add license notice in pm-action
|