From: frank Date: Mon, 7 May 2012 17:53:51 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=d427e82185ac28932d6a8118a975d9a45322afd6;p=config%2Fuhu1%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 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'