From 41f380cd4e24d0ab033cdccdf2614c306b9585b0 Mon Sep 17 00:00:00 2001 From: hasufell Date: Wed, 16 Sep 2015 14:45:50 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- runlevels/default/gentoo32-stable | 1 - runlevels/default/gentoo32-unstable | 1 - runlevels/default/gentoo64-stable | 1 - runlevels/default/gentoo64-unstable | 1 - ssh/ssh_config | 6 +++--- 5 files changed, 3 insertions(+), 7 deletions(-) delete mode 120000 runlevels/default/gentoo32-stable delete mode 120000 runlevels/default/gentoo32-unstable delete mode 120000 runlevels/default/gentoo64-stable delete mode 120000 runlevels/default/gentoo64-unstable diff --git a/runlevels/default/gentoo32-stable b/runlevels/default/gentoo32-stable deleted file mode 120000 index e077a6f..0000000 --- a/runlevels/default/gentoo32-stable +++ /dev/null @@ -1 +0,0 @@ -/etc/init.d/gentoo32-stable \ No newline at end of file diff --git a/runlevels/default/gentoo32-unstable b/runlevels/default/gentoo32-unstable deleted file mode 120000 index 1644384..0000000 --- a/runlevels/default/gentoo32-unstable +++ /dev/null @@ -1 +0,0 @@ -/etc/init.d/gentoo32-unstable \ No newline at end of file diff --git a/runlevels/default/gentoo64-stable b/runlevels/default/gentoo64-stable deleted file mode 120000 index 8bb70e7..0000000 --- a/runlevels/default/gentoo64-stable +++ /dev/null @@ -1 +0,0 @@ -/etc/init.d/gentoo64-stable \ No newline at end of file diff --git a/runlevels/default/gentoo64-unstable b/runlevels/default/gentoo64-unstable deleted file mode 120000 index b7718c7..0000000 --- a/runlevels/default/gentoo64-unstable +++ /dev/null @@ -1 +0,0 @@ -/etc/init.d/gentoo64-unstable \ No newline at end of file diff --git a/ssh/ssh_config b/ssh/ssh_config index e220e8a..a483502 100644 --- a/ssh/ssh_config +++ b/ssh/ssh_config @@ -17,12 +17,12 @@ # list of available options, their meanings and defaults, please see the # ssh_config(5) man page. -Host * - ServerAliveInterval 60 +# Host * + # ServerAliveInterval 60 # Host * # ForwardAgent no #ForwardX11 yes -XAuthLocation /usr/bin/xauth +# XAuthLocation /usr/bin/xauth # RhostsRSAAuthentication no # RSAAuthentication yes # PasswordAuthentication yes