From: Frank Brehm Date: Sun, 8 Apr 2018 10:53:33 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=36ffa062f07d1c430117f03297fb6ba464a89f5a;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/.etckeeper b/.etckeeper index 74d4195f..720f6659 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2740,6 +2740,7 @@ maybe chmod 0644 'terminfo/r/rxvt' maybe chmod 0644 'terminfo/r/rxvt-unicode' maybe chmod 0755 'terminfo/s' maybe chmod 0644 'terminfo/s/screen' +maybe chmod 0644 'terminfo/s/screen-256color' maybe chmod 0644 'terminfo/s/sun' maybe chmod 0755 'terminfo/v' maybe chmod 0644 'terminfo/v/vt100' @@ -2748,6 +2749,7 @@ maybe chmod 0644 'terminfo/v/vt220' maybe chmod 0644 'terminfo/v/vt52' maybe chmod 0755 'terminfo/x' maybe chmod 0644 'terminfo/x/xterm' +maybe chmod 0644 'terminfo/x/xterm-256color' maybe chmod 0644 'terminfo/x/xterm-color' maybe chmod 0644 'terminfo/x/xterm-xfree86' maybe chmod 0755 'texmf' diff --git a/terminfo/l/linux b/terminfo/l/linux index b458ffaf..1bcedeb0 100644 Binary files a/terminfo/l/linux and b/terminfo/l/linux differ diff --git a/terminfo/r/rxvt b/terminfo/r/rxvt index 4d54c324..ffd5fe3e 100644 Binary files a/terminfo/r/rxvt and b/terminfo/r/rxvt differ diff --git a/terminfo/s/screen b/terminfo/s/screen index 895f0f67..9bbf8b02 100644 Binary files a/terminfo/s/screen and b/terminfo/s/screen differ diff --git a/terminfo/s/screen-256color b/terminfo/s/screen-256color new file mode 100644 index 00000000..75c536ea Binary files /dev/null and b/terminfo/s/screen-256color differ diff --git a/terminfo/v/vt100 b/terminfo/v/vt100 index 1a7176dd..d9d7ead9 100644 Binary files a/terminfo/v/vt100 and b/terminfo/v/vt100 differ diff --git a/terminfo/v/vt102 b/terminfo/v/vt102 index b9a393c5..bd9d7af2 100644 Binary files a/terminfo/v/vt102 and b/terminfo/v/vt102 differ diff --git a/terminfo/x/xterm b/terminfo/x/xterm index 12ad5b33..f6310405 100644 Binary files a/terminfo/x/xterm and b/terminfo/x/xterm differ diff --git a/terminfo/x/xterm-256color b/terminfo/x/xterm-256color new file mode 100644 index 00000000..470fbd46 Binary files /dev/null and b/terminfo/x/xterm-256color differ