From 15dcf232af30f78b049dcccd9a223e6fae863ca1 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 4 May 2020 10:58:46 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 2 ++ motd.tail | 1 + motd.tail.bruni | 6 ++++++ motd.tail.nadja | 6 ++++++ vim/ftdetect | 1 + vim/ftplugin | 1 + vim/indent | 1 + vim/plugin | 1 + vim/syntax | 1 + 9 files changed, 20 insertions(+) create mode 120000 motd.tail create mode 100644 motd.tail.bruni create mode 100644 motd.tail.nadja create mode 120000 vim/ftdetect create mode 120000 vim/ftplugin create mode 120000 vim/indent create mode 120000 vim/plugin create mode 120000 vim/syntax diff --git a/.etckeeper b/.etckeeper index 89dfb60..43fabee 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2174,6 +2174,8 @@ maybe chmod 0644 'molly-guard/rc' maybe chmod 0755 'molly-guard/run.d' maybe chmod 0755 'molly-guard/run.d/10-print-message' maybe chmod 0755 'molly-guard/run.d/30-query-hostname' +maybe chmod 0644 'motd.tail.bruni' +maybe chmod 0644 'motd.tail.nadja' maybe chmod 0755 'mplayer' maybe chmod 0644 'mplayer/input.conf' maybe chmod 0644 'mplayer/menu.conf' diff --git a/motd.tail b/motd.tail new file mode 120000 index 0000000..d306e64 --- /dev/null +++ b/motd.tail @@ -0,0 +1 @@ +motd.tail.nadja \ No newline at end of file diff --git a/motd.tail.bruni b/motd.tail.bruni new file mode 100644 index 0000000..2fadcb6 --- /dev/null +++ b/motd.tail.bruni @@ -0,0 +1,6 @@ + ____ _ +| __ ) _ __ _ _ _ __ (_) +| _ \| '__| | | | '_ \| | +| |_) | | | |_| | | | | | +|____/|_| \__,_|_| |_|_| + diff --git a/motd.tail.nadja b/motd.tail.nadja new file mode 100644 index 0000000..22cc38a --- /dev/null +++ b/motd.tail.nadja @@ -0,0 +1,6 @@ + _ _ _ _ +| \ | | __ _ __| |(_) __ _ +| \| |/ _` |/ _` || |/ _` | +| |\ | (_| | (_| || | (_| | +|_| \_|\__,_|\__,_|/ |\__,_| + |__/ diff --git a/vim/ftdetect b/vim/ftdetect new file mode 120000 index 0000000..cb33ac0 --- /dev/null +++ b/vim/ftdetect @@ -0,0 +1 @@ +/usr/share/vim/addons/ftdetect \ No newline at end of file diff --git a/vim/ftplugin b/vim/ftplugin new file mode 120000 index 0000000..1f12bca --- /dev/null +++ b/vim/ftplugin @@ -0,0 +1 @@ +/usr/share/vim/addons/ftplugin \ No newline at end of file diff --git a/vim/indent b/vim/indent new file mode 120000 index 0000000..481b7b8 --- /dev/null +++ b/vim/indent @@ -0,0 +1 @@ +/usr/share/vim/addons/indent \ No newline at end of file diff --git a/vim/plugin b/vim/plugin new file mode 120000 index 0000000..e361062 --- /dev/null +++ b/vim/plugin @@ -0,0 +1 @@ +/usr/share/vim/addons/plugin \ No newline at end of file diff --git a/vim/syntax b/vim/syntax new file mode 120000 index 0000000..e71d61f --- /dev/null +++ b/vim/syntax @@ -0,0 +1 @@ +/usr/share/vim/addons/syntax \ No newline at end of file -- 2.39.5