diff options
author | Victor Lowther <victor.lowther@gmail.com> | 2008-03-20 18:54:06 -0500 |
---|---|---|
committer | Victor Lowther <victor.lowther@gmail.com> | 2008-03-20 18:54:06 -0500 |
commit | 4177c51a5b713eff1dd07c65c723a87e297410c9 (patch) | |
tree | 5ba0d78fe5ac0790057037c9b8e416d06d7b8aeb /pm/sleep.d/Makefile.am | |
parent | 95905af6b3a549b12bb9054043ce91a53d54c3cc (diff) |
Modify 94cpufreq to use savestate/restorestate more efficiently
Diffstat (limited to 'pm/sleep.d/Makefile.am')
-rw-r--r-- | pm/sleep.d/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pm/sleep.d/Makefile.am b/pm/sleep.d/Makefile.am index 7efbc81..4555fe6 100644 --- a/pm/sleep.d/Makefile.am +++ b/pm/sleep.d/Makefile.am @@ -3,7 +3,7 @@ sleepdir = $(libdir)/pm-utils/sleep.d sleep_SCRIPTS = \ 00clear \ 01grub \ - 05led \ + 05led \ 10NetworkManager \ 49bluetooth \ 50modules \ |