From: Frank Brehm Date: Wed, 14 Mar 2018 19:34:04 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=5804b06168895698380c85fa42a5db0b42c132f0;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/.etckeeper b/.etckeeper index 69af885a..1bb08892 100755 --- a/.etckeeper +++ b/.etckeeper @@ -45,7 +45,6 @@ mkdir -p './systemd/network' mkdir -p './systemtap' mkdir -p './texmf/dvipdfm/config' mkdir -p './texmf/dvips.d' -mkdir -p './unixODBC/ODBCDataSources' maybe chmod 0755 '.' maybe chmod 0700 '.etckeeper' maybe chmod 0644 '.gitignore' @@ -2855,7 +2854,6 @@ maybe chown 'unbound' 'unbound' maybe chmod 0755 'unbound' maybe chmod 0644 'unbound/unbound.conf' maybe chmod 0755 'unixODBC' -maybe chmod 0755 'unixODBC/ODBCDataSources' maybe chmod 0644 'unixODBC/odbc.ini' maybe chmod 0644 'unixODBC/odbcinst.ini' maybe chmod 0644 'updatedb.conf' diff --git a/init.d/spamd b/init.d/spamd index c704782f..0133d793 100755 --- a/init.d/spamd +++ b/init.d/spamd @@ -26,7 +26,7 @@ extra_started_commands="reload" depend() { before mta - use logger mysql postgres + use logger mysql postgresql } reload() {