From 4bed848cdd06033613d7b3a5f23dc6b715c5e4b3 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Sun, 3 May 2020 16:39:46 +0200 Subject: [PATCH] Adding motd to .gitignore --- .etckeeper | 3 ++- .gitignore | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.etckeeper b/.etckeeper index 3a693b8..268c847 100755 --- a/.etckeeper +++ b/.etckeeper @@ -67,7 +67,7 @@ mkdir -p './udev/rules.d' mkdir -p './usb_modeswitch.d' maybe chmod 0755 '.' maybe chmod 0700 '.etckeeper' -maybe chmod 0644 '.gitignore' +maybe chmod 0600 '.gitignore' maybe chmod 0755 '.java' maybe chmod 0755 '.java/.systemPrefs' maybe chmod 0644 '.java/.systemPrefs/.system.lock' @@ -1351,6 +1351,7 @@ maybe chmod 0644 'ghostscript/cidfmap.d/90gs-cjk-resource-japan2.conf' maybe chmod 0644 'ghostscript/cidfmap.d/90gs-cjk-resource-korea1.conf' maybe chmod 0755 'ghostscript/fontmap.d' maybe chmod 0644 'ghostscript/fontmap.d/10gsfonts.conf' +maybe chmod 0644 'gitconfig' maybe chmod 0755 'glvnd' maybe chmod 0755 'glvnd/egl_vendor.d' maybe chmod 0755 'gnome' diff --git a/.gitignore b/.gitignore index 9196cf5..33ac4fd 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,6 @@ check_mk/logwatch.state DEADJOE # end section managed by etckeeper + +/motd + -- 2.39.5