From 5804b06168895698380c85fa42a5db0b42c132f0 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 14 Mar 2018 20:34:04 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- .etckeeper | 2 -- init.d/spamd | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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() { -- 2.39.5