From: fbrehm Date: Mon, 7 May 2012 17:53:49 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=c9a7bda80e818a1bbb2a5033f9b81fd5cdaaa8b1;p=config%2Fsamara%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/._cfg0000_sysstat b/._cfg0000_sysstat new file mode 100644 index 0000000..40ded7e --- /dev/null +++ b/._cfg0000_sysstat @@ -0,0 +1,14 @@ +# sysstat-10.0.4 configuration file. + +# How long to keep log files (in days). +# If value is greater than 28, then log files are kept in +# multiple directories, one for each month. +HISTORY=7 + +# Compress (using gzip or bzip2) sa and sar files older than (in days): +COMPRESSAFTER=10 + +# Parameters for the system activity data collector (see sadc manual page) +# which are used for the generation of log files. +SADC_OPTIONS="" + diff --git a/.etckeeper b/.etckeeper index 0f95709..d1d25fe 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_sysstat' maybe chmod 0700 './.etckeeper' maybe chmod 0600 './.gitignore' maybe chmod 0600 './.pwd.lock'