From d427e82185ac28932d6a8118a975d9a45322afd6 Mon Sep 17 00:00:00 2001 From: frank Date: Mon, 7 May 2012 19:53:51 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- ._cfg0000_sysstat | 14 ++++++++++++++ .etckeeper | 1 + 2 files changed, 15 insertions(+) create mode 100644 ._cfg0000_sysstat 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 863f46e..a8a480a 100755 --- a/.etckeeper +++ b/.etckeeper @@ -22,6 +22,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 0644 './.gitignore' maybe chmod 0600 './.pwd.lock' -- 2.39.5