From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D2071138200 for ; Wed, 7 Nov 2012 01:46:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 325B2E0605; Wed, 7 Nov 2012 01:45:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 79009E0603 for ; Wed, 7 Nov 2012 01:45:43 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA74033DCD6 for ; Wed, 7 Nov 2012 01:45:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BB748E5450 for ; Wed, 7 Nov 2012 01:45:40 +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: <1352248329.4ec1edc1f8bb87b5989368a60162646760dc22fc.robbat2@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/hostname.in X-VCS-Directories: init.d/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 4ec1edc1f8bb87b5989368a60162646760dc22fc X-VCS-Branch: master Date: Wed, 7 Nov 2012 01:45:40 +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-Archives-Salt: 3463953a-6a01-497b-b409-52bed6c9ea8b X-Archives-Hash: f6d8262cabd3136369997b8389d8ecbc commit: 4ec1edc1f8bb87b5989368a60162646760dc22fc Author: Robin H. Johnson gentoo org> AuthorDate: Wed Nov 7 00:32:09 2012 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Wed Nov 7 00:32:09 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=4ec1edc1 Whitespace. Signed-off-by: Robin H. Johnson gentoo.org> --- init.d/hostname.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/init.d/hostname.in b/init.d/hostname.in index 5d8ce28..5eea7f0 100644 --- a/init.d/hostname.in +++ b/init.d/hostname.in @@ -10,7 +10,7 @@ depend() { start() { - # HOSTNAME variable used to be defined in caps in conf.d/hostname. + # HOSTNAME variable used to be defined in caps in conf.d/hostname. # It is also a magic variable in bash. hostname=${hostname-${HOSTNAME-localhost}} # checkbashisms: false positive ebegin "Setting hostname to $hostname"