From: Frank Brehm Date: Mon, 4 May 2020 08:58:46 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=15dcf232af30f78b049dcccd9a223e6fae863ca1;p=config%2Fbruni%2Fetc-mint-new1.git saving uncommitted changes in /etc prior to apt run --- 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