commit:     2e53df5f57f421131b8654888f45aa8c0ce55518
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 10 03:19:32 2014 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Wed Dec 10 03:21:54 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=2e53df5f

tools-hardened/desktop: Replaces cpufreq-utils with cpupower in world files

run-base.sh: Adds cpupower to boot run time

---
 tools-hardened/desktop/files/gnome-world | 2 +-
 tools-hardened/desktop/files/xfce4-world | 2 +-
 tools-hardened/desktop/run-base.sh       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools-hardened/desktop/files/gnome-world 
b/tools-hardened/desktop/files/gnome-world
index 2ea965b..aa2a927 100644
--- a/tools-hardened/desktop/files/gnome-world
+++ b/tools-hardened/desktop/files/gnome-world
@@ -26,7 +26,7 @@ sys-fs/dosfstools
 sys-fs/mtools
 sys-fs/squashfs-tools
 sys-kernel/linux-firmware
-sys-power/cpufrequtils
+sys-power/cpupower
 sys-process/at
 sys-process/fcron
 www-client/firefox

diff --git a/tools-hardened/desktop/files/xfce4-world 
b/tools-hardened/desktop/files/xfce4-world
index 9620435..02c3d37 100644
--- a/tools-hardened/desktop/files/xfce4-world
+++ b/tools-hardened/desktop/files/xfce4-world
@@ -35,7 +35,7 @@ sys-fs/mtools
 sys-fs/squashfs-tools
 sys-fs/eudev
 sys-kernel/linux-firmware
-sys-power/cpufrequtils
+sys-power/cpupower
 sys-power/upower-pm-utils
 sys-process/at
 sys-process/cronie

diff --git a/tools-hardened/desktop/run-base.sh 
b/tools-hardened/desktop/run-base.sh
index 97da707..120f153 100755
--- a/tools-hardened/desktop/run-base.sh
+++ b/tools-hardened/desktop/run-base.sh
@@ -80,7 +80,7 @@ setup_initrc() {
        ln -sf net.lo "${ROOTFS}"/etc/init.d/net.eth0
        chroot "${ROOTFS}"/ rc-update add acpid boot
        chroot "${ROOTFS}"/ rc-update add alsasound boot
-       chroot "${ROOTFS}"/ rc-update add cpufrequtils boot
+       chroot "${ROOTFS}"/ rc-update add cpupower boot
        chroot "${ROOTFS}"/ rc-update add device-mapper boot
        chroot "${ROOTFS}"/ rc-update add lvm boot
        chroot "${ROOTFS}"/ rc-update add udev boot

Reply via email to