From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QebiC-0006CX-Rz for garchives@archives.gentoo.org; Wed, 06 Jul 2011 23:40:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1076D21C04D; Wed, 6 Jul 2011 23:40:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D1C0421C04D for ; Wed, 6 Jul 2011 23:40:46 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F1602AC037 for ; Wed, 6 Jul 2011 23:40:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C32DF8003D for ; Wed, 6 Jul 2011 23:40:45 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: Subject: [gentoo-commits] proj/openrc:master commit in: etc/ X-VCS-Repository: proj/openrc X-VCS-Files: etc/rc.conf.in X-VCS-Directories: etc/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: fe6cd232870e2b9b0784b09a29d088ad7454454d Date: Wed, 6 Jul 2011 23:40:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 04bbe0807aff4395bbfe722b8fa87bb5 commit: fe6cd232870e2b9b0784b09a29d088ad7454454d Author: William Hubbs gentoo org> AuthorDate: Wed Jul 6 23:38:52 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Jul 6 23:38:52 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3Dfe6cd232 rc_log_path should be quoted --- etc/rc.conf.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/etc/rc.conf.in b/etc/rc.conf.in index e4a062b..2dad333 100644 --- a/etc/rc.conf.in +++ b/etc/rc.conf.in @@ -49,7 +49,7 @@ =20 # Through rc_log_path you can specify a custom log file. # The default value is: /var/log/rc.log -#rc_log_path=3D/var/log/rc.log +#rc_log_path=3D"/var/log/rc.log" =20 # By default we filter the environment for our running scripts. To allow= other # variables through, add them here. Use a * to allow all variables throu= gh.