From 97781399376058ce05311ce48d7c6b8d9cd2ff1e Mon Sep 17 00:00:00 2001 From: fbrehm Date: Tue, 10 Apr 2012 20:23:56 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- ._cfg0000_ksysguarddrc | 22 ++++++++++++++++++++++ .etckeeper | 1 + 2 files changed, 23 insertions(+) create mode 100644 ._cfg0000_ksysguarddrc diff --git a/._cfg0000_ksysguarddrc b/._cfg0000_ksysguarddrc new file mode 100644 index 0000000..b626ea5 --- /dev/null +++ b/._cfg0000_ksysguarddrc @@ -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,syslog:/var/log/syslog,auth:/var/log/auth.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 diff --git a/.etckeeper b/.etckeeper index 8a4464f..c594c90 100755 --- a/.etckeeper +++ b/.etckeeper @@ -36,6 +36,7 @@ mkdir -p './texmf/dvipdfm/config' mkdir -p './texmf/dvips.d' mkdir -p './unixODBC/ODBCDataSources' maybe chmod 0755 '.' +maybe chmod 0644 './._cfg0000_ksysguarddrc' maybe chmod 0700 './.etckeeper' maybe chmod 0600 './.gitignore' maybe chmod 0600 './.pwd.lock' -- 2.39.5