From 2a4eadac54bff8580d6263d3a0acdb275166b3b2 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 17 Jan 2025 14:44:46 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 3 ++ roundcube/config.inc.php.orig | 67 +++++++++++++++++++++++++++++++++++ roundcube/debian-db.php | 10 ++++++ 3 files changed, 80 insertions(+) create mode 100644 roundcube/config.inc.php.orig create mode 100644 roundcube/debian-db.php diff --git a/.etckeeper b/.etckeeper index b2a629c..f8a871b 100755 --- a/.etckeeper +++ b/.etckeeper @@ -1169,7 +1169,10 @@ maybe chmod 0755 'roundcube' maybe chmod 0644 'roundcube/apache.conf' maybe chgrp 'www-data' 'roundcube/config.inc.php' maybe chmod 0640 'roundcube/config.inc.php' +maybe chgrp 'www-data' 'roundcube/config.inc.php.orig' +maybe chmod 0640 'roundcube/config.inc.php.orig' maybe chmod 0644 'roundcube/debian-db-roundcube.php' +maybe chmod 0644 'roundcube/debian-db.php' maybe chmod 0644 'roundcube/defaults.inc.php' maybe chmod 0644 'roundcube/htaccess' maybe chmod 0644 'roundcube/lighttpd.conf' diff --git a/roundcube/config.inc.php.orig b/roundcube/config.inc.php.orig new file mode 100644 index 0000000..39dc95e --- /dev/null +++ b/roundcube/config.inc.php.orig @@ -0,0 +1,67 @@ + -- 2.39.5