From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-917547-garchives=archives.gentoo.org@lists.gentoo.org> 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 DE4CE139085 for <garchives@archives.gentoo.org>; Sat, 17 Dec 2016 22:57:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41F75E0C22; Sat, 17 Dec 2016 22:57:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13A87E0C22 for <gentoo-commits@lists.gentoo.org>; Sat, 17 Dec 2016 22:57:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE742340EEA for <gentoo-commits@lists.gentoo.org>; Sat, 17 Dec 2016 22:57:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B8B924C5 for <gentoo-commits@lists.gentoo.org>; Sat, 17 Dec 2016 22:57:04 +0000 (UTC) From: "William Hubbs" <williamh@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" <williamh@gentoo.org> Message-ID: <1482000062.8ad460c54ce66aa0900cf872d9ebfacf0c03f9da.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: sh/, etc/ X-VCS-Repository: proj/openrc X-VCS-Files: etc/rc.shutdown.in sh/init.sh.Linux.in X-VCS-Directories: etc/ sh/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 8ad460c54ce66aa0900cf872d9ebfacf0c03f9da X-VCS-Branch: master Date: Sat, 17 Dec 2016 22:57:04 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 49f25cce-9e23-474c-b689-ab4585f8e85e X-Archives-Hash: 201bfd9040a523eb6499b4dd962fc7b8 commit: 8ad460c54ce66aa0900cf872d9ebfacf0c03f9da Author: Doug Freed <dwfreed <AT> mtu <DOT> edu> AuthorDate: Sat Dec 17 18:41:02 2016 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Sat Dec 17 18:41:02 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=8ad460c5 Fix typos Fixes #99 etc/rc.shutdown.in | 2 +- sh/init.sh.Linux.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rc.shutdown.in b/etc/rc.shutdown.in index b85a962..de3e09b 100644 --- a/etc/rc.shutdown.in +++ b/etc/rc.shutdown.in @@ -14,7 +14,7 @@ trap : SIGINT SIGQUIT # Try and use stuff in /lib over anywhere else so we can shutdown # local mounts correctly. -LD_LIBRARY_PATH="/lib${LD_LIBRARY_PATH:+:}${LDLIBRARY_PATH}" ; export LD_LIBRARY_PATH +LD_LIBRARY_PATH="/lib${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}" ; export LD_LIBRARY_PATH # If $TERM is not set then assume default of @TERM@ # This gives us a nice colour boot :) diff --git a/sh/init.sh.Linux.in b/sh/init.sh.Linux.in index 7645775..fcae0d2 100644 --- a/sh/init.sh.Linux.in +++ b/sh/init.sh.Linux.in @@ -32,7 +32,7 @@ unset f if $mountproc; then procfs="proc" - [ "$RC_UNAME" = "GNU/kFreeBSD" ] && proc="linprocfs" + [ "$RC_UNAME" = "GNU/kFreeBSD" ] && procfs="linprocfs" ebegin "Mounting /proc" if ! fstabinfo --mount /proc; then mount -n -t "$procfs" -o noexec,nosuid,nodev proc /proc