Package: sysfsutils
Version: 1.3.0-5
Severity: important

While upgrading from 1.3.0-2 to 1.3.0-5, I was presented with the diff
(attached).  I am moderately certain that I did not modify that file,
so this shouldn't have happened.
--- /etc/sysfs.conf     2005-03-07 14:31:30.000000000 -0500
+++ /etc/sysfs.conf.dpkg-new    2005-12-05 10:03:49.000000000 -0500
@@ -3,6 +3,11 @@
 #
 # The sysfs mount directory is automatically prepended to the attribute paths.
 #
+# Syntax:
+# attribute = value
+# mode attribute = 0600 # (any valid argument for chmod)
+# owner attribute = root:wheel # (any valid argument for chown)
+#
 # Examples:
 #
 # Always use the powersave CPU frequency governor
@@ -11,4 +16,8 @@
 # Use userspace CPU frequency governor and set initial speed
 # devices/system/cpu/cpu0/cpufreq/scaling_governor = userspace
 # devices/system/cpu/cpu0/cpufreq/scaling_setspeed = 600000 
- devices/system/cpu/cpu0/cpufreq/scaling_governor = ondemand
+#
+# Set permissions of suspend control file 
+# mode power/state = 0660
+# owner power/state = root:power
+  

Reply via email to