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 612BC13827E for ; Sat, 7 Dec 2013 21:17:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECAF4E0956; Sat, 7 Dec 2013 21:17:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6CB92E0956 for ; Sat, 7 Dec 2013 21:17:42 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 578FF33F46C for ; Sat, 7 Dec 2013 21:17:41 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2335) id 251B72004B; Sat, 7 Dec 2013 21:17:40 +0000 (UTC) From: "Tom Wijsman (tomwij)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tomwij@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/epoch: epoch-9999.ebuild epoch-1.0_rc1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: epoch-9999.ebuild epoch-1.0_rc1.ebuild ChangeLog X-VCS-Directories: sys-apps/epoch X-VCS-Committer: tomwij X-VCS-Committer-Name: Tom Wijsman Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131207211740.251B72004B@flycatcher.gentoo.org> Date: Sat, 7 Dec 2013 21:17: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: d1431205-0940-4c46-b324-c3d6f344db77 X-Archives-Hash: 2f8ab44e2b79c5e2be05a83a340bf8d9 tomwij 13/12/07 21:17:40 Modified: epoch-9999.ebuild epoch-1.0_rc1.ebuild ChangeLog Log: Clarify which kernel parameter is needed to use the init system. (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D) Revision Changes Path 1.2 sys-apps/epoch/epoch-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/epoch/epoch-9999.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/epoch/epoch-9999.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/epoch/epoch-9999.ebuild?r1=1.1&r2=1.2 Index: epoch-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/epoch/epoch-9999.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- epoch-9999.ebuild 7 Dec 2013 21:15:59 -0000 1.1 +++ epoch-9999.ebuild 7 Dec 2013 21:17:40 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/epoch/epoch-9999.ebuild,v 1.1 2013/12/07 21:15:59 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/epoch/epoch-9999.ebuild,v 1.2 2013/12/07 21:17:40 tomwij Exp $ EAPI="5" @@ -64,6 +64,8 @@ elog "An example epoch configuration is provided at /etc/epoch/epoch.conf" elog "which starts a minimal needed to use Gentoo." elog "" + elog "To use epoch, add this kernel parameter: init=/usr/sbin/epoch-init" + elog "" elog "Additional information about epoch is available at" elog "${HOMEPAGE} and configuration documentation at" elog "http://universe2.us/epochconfig.html which is useful reading material." 1.2 sys-apps/epoch/epoch-1.0_rc1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/epoch/epoch-1.0_rc1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/epoch/epoch-1.0_rc1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/epoch/epoch-1.0_rc1.ebuild?r1=1.1&r2=1.2 Index: epoch-1.0_rc1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/epoch/epoch-1.0_rc1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- epoch-1.0_rc1.ebuild 7 Dec 2013 21:15:59 -0000 1.1 +++ epoch-1.0_rc1.ebuild 7 Dec 2013 21:17:40 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/epoch/epoch-1.0_rc1.ebuild,v 1.1 2013/12/07 21:15:59 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/epoch/epoch-1.0_rc1.ebuild,v 1.2 2013/12/07 21:17:40 tomwij Exp $ EAPI="5" @@ -64,6 +64,8 @@ elog "An example epoch configuration is provided at /etc/epoch/epoch.conf" elog "which starts a minimal needed to use Gentoo." elog "" + elog "To use epoch, add this kernel parameter: init=/usr/sbin/epoch-init" + elog "" elog "Additional information about epoch is available at" elog "${HOMEPAGE} and configuration documentation at" elog "http://universe2.us/epochconfig.html which is useful reading material." 1.2 sys-apps/epoch/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/epoch/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/epoch/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/epoch/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/epoch/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 7 Dec 2013 21:15:59 -0000 1.1 +++ ChangeLog 7 Dec 2013 21:17:40 -0000 1.2 @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/epoch # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/epoch/ChangeLog,v 1.1 2013/12/07 21:15:59 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/epoch/ChangeLog,v 1.2 2013/12/07 21:17:40 tomwij Exp $ + + 07 Dec 2013; Tom Wijsman epoch-1.0_rc1.ebuild, + epoch-9999.ebuild: + Clarify which kernel parameter is needed to use the init system. *epoch-1.0_rc1 (07 Dec 2013) *epoch-9999 (07 Dec 2013)