From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52356138336 for ; Fri, 1 Mar 2019 06:00:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E23A0E086A; Fri, 1 Mar 2019 06:00:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B973CE0869 for ; Fri, 1 Mar 2019 06:00:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D0C4335CF3 for ; Fri, 1 Mar 2019 06:00:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93EE4550 for ; Fri, 1 Mar 2019 06:00:19 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1551419928.eb223ce83f9dc6cefd6f41ef7fd753413b12521e.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/login-remote.sh X-VCS-Directories: defaults/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: eb223ce83f9dc6cefd6f41ef7fd753413b12521e X-VCS-Branch: master Date: Fri, 1 Mar 2019 06:00:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f074f381-8e15-4304-8c0b-2f371b47b5bb X-Archives-Hash: 160a678d427362b646819a9c0d32651e commit: eb223ce83f9dc6cefd6f41ef7fd753413b12521e Author: Louis Sautier gmail com> AuthorDate: Sat Jan 5 01:27:28 2019 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Mar 1 05:58:48 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=eb223ce8 login-remote.sh: set vim modeline to use tabs Signed-off-by: Robin H. Johnson gentoo.org> defaults/login-remote.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults/login-remote.sh b/defaults/login-remote.sh index 630d484..47e6abf 100644 --- a/defaults/login-remote.sh +++ b/defaults/login-remote.sh @@ -1,4 +1,5 @@ #!/bin/sh +# vim: set noexpandtab: . /etc/login-remote.conf . /etc/initrd.defaults