summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Strode <rstrode@fedoraproject.org>2006-09-21 14:00:56 +0000
committerRay Strode <rstrode@fedoraproject.org>2006-09-21 14:00:56 +0000
commitc01780a5ee8fae24121be0f671fa3f5db4703085 (patch)
tree22c08eec6a0cb331cab815dd0b5a547d2569c2a7
parent7ceb3da6e0085812023a0df8a311ee901f0bd8d5 (diff)
downloadgnome-applets-c01780a5ee8fae24121be0f671fa3f5db4703085.tar.gz
gnome-applets-c01780a5ee8fae24121be0f671fa3f5db4703085.tar.xz
gnome-applets-c01780a5ee8fae24121be0f671fa3f5db4703085.zip
- Don't ask for password when changing CPU frequencygnome-applets-2_16_0_1-6_fc6
-rw-r--r--cpufreq-selector.pam6
-rw-r--r--gnome-applets.spec5
2 files changed, 7 insertions, 4 deletions
diff --git a/cpufreq-selector.pam b/cpufreq-selector.pam
index 5b578cc..34bb38a 100644
--- a/cpufreq-selector.pam
+++ b/cpufreq-selector.pam
@@ -1,4 +1,4 @@
#%PAM-1.0
-auth include config-util
-account include config-util
-session include config-util
+auth sufficient pam_rootok.so
+auth required pam_console.so
+account required pam_permit.so
diff --git a/gnome-applets.spec b/gnome-applets.spec
index 579977d..121f157 100644
--- a/gnome-applets.spec
+++ b/gnome-applets.spec
@@ -32,7 +32,7 @@
Summary: Small applications for the GNOME panel
Name: gnome-applets
Version: 2.16.0.1
-Release: 5%{?dist}
+Release: 6%{?dist}
Epoch: 1
License: GPL
Group: User Interface/Desktops
@@ -327,6 +327,9 @@ fi
%{_libdir}/pkgconfig/gweather.pc
%changelog
+* Thu Sep 21 2006 Ray Strode <rstrode@redhat.com> - 1:2.16.0.1-6
+- Don't ask for password when changing CPU frequency
+
* Mon Sep 18 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.0.1-5
- Fix a segfault in the keyboard indicator applet