]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorfrank <frank@bruni.home.brehm-online.com>
Mon, 16 Jan 2012 23:37:46 +0000 (00:37 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Mon, 16 Jan 2012 23:37:46 +0000 (00:37 +0100)
Package changes:
+kde-base/ksysguard-4.7.3

.etckeeper
dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf [new file with mode: 0644]
ksysguarddrc [new file with mode: 0644]

index 6b8c6da52b040b88dcf485c1b29b90a5f7e7815a..55390031a58e7e1a3fe2f575491f71dc1cde5def 100755 (executable)
@@ -363,6 +363,7 @@ maybe chmod 0644 './dbus-1/system.d/org.freedesktop.UDisks.conf'
 maybe chmod 0644 './dbus-1/system.d/org.freedesktop.UPower.conf'
 maybe chmod 0644 './dbus-1/system.d/org.gnome.GConf.Defaults.conf'
 maybe chmod 0644 './dbus-1/system.d/org.kde.auth.conf'
+maybe chmod 0644 './dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf'
 maybe chmod 0644 './dbus-1/system.d/org.kde.polkitkde1.helper.conf'
 maybe chmod 0644 './dbus-1/system.d/pulseaudio-system.conf'
 maybe chmod 0644 './dbus-1/system.d/wpa_supplicant.conf'
@@ -782,6 +783,7 @@ maybe chmod 0755 './kernel'
 maybe chmod 0755 './kernel/postinst.d'
 maybe chmod 0644 './kernel/postinst.d/.keep_sys-apps_debianutils-0'
 maybe chmod 0644 './krb5.conf.example'
+maybe chmod 0644 './ksysguarddrc'
 maybe chmod 0755 './layman'
 maybe chmod 0644 './layman/layman.cfg'
 maybe chmod 0644 './ld.so.cache'
diff --git a/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf b/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf
new file mode 100644 (file)
index 0000000..1307ec1
--- /dev/null
@@ -0,0 +1,11 @@
+<!DOCTYPE busconfig PUBLIC
+ "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
+ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+<busconfig>
+  <!-- Only user root can own the foo helper -->
+  <policy user="root">
+    <allow own="org.kde.ksysguard.processlisthelper"/>
+  </policy>
+</busconfig>
diff --git a/ksysguarddrc b/ksysguarddrc
new file mode 100644 (file)
index 0000000..2783b42
--- /dev/null
@@ -0,0 +1,22 @@
+# /etc/ksysguardd.conf
+
+# LogFiles: the list of all available logfiles
+LogFiles=messages:/var/log/messages,kern:/var/log/kern.log,daemon:/var/log/daemon.log
+
+# Sensors: the list of all accessible sensors
+#      Apm             Advanced Power Management
+#      Acpi            Advanced Configuration and Power Interface
+#      CpuInfo         CPU-Clock information
+#      DiskStat        partition space. Data comes from mtab, getmntent() and statfs()
+#      DiskStats       disk throughput. Data comes from /etc/diskstats
+#      LmSensors       information about motherboard and CPU
+#      LoadAvg         system load values
+#      LogFile         local logfiles
+#      Memory          physical memory and swap
+#      NetDev          throughput of network interfaces
+#      NetStat         number of TCP/UDP/ICMP/Unix sockets
+#      ProcessList     current processes
+#      SoftRaid        Monitors software raid devices. See mdadm.
+#      Stat            interrupts, CPU and disk throughput. Data comes from /etc/stat
+#      Uptime          System uptime. Data comes from /etc/uptime
+Sensors=ProcessList,Memory,Stat,NetDev,NetStat,Apm,Acpi,CpuInfo,LoadAvg,LmSensors,DiskStat,LogFile,DiskStats,Uptime,SoftRaid